Home
last modified time | relevance | path

Searched refs:uy2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c421 uint32_t uy2, uint32_t flags) in gfx_fb_putimage() argument
465 if (ux2 == 0 && uy2 == 0) { in gfx_fb_putimage()
468 uy2 = uy1 + png->height; in gfx_fb_putimage()
472 ux2 = ux1 + (png->width * (uy2 - uy1)) / png->height; in gfx_fb_putimage()
473 } else if (uy2 == 0) { in gfx_fb_putimage()
475 uy2 = uy1 + (png->height * (ux2 - ux1)) / png->width; in gfx_fb_putimage()
478 if (ux2 > fb.fb_width || uy2 > fb.fb_height) { in gfx_fb_putimage()
485 fheight = uy2 - uy1; in gfx_fb_putimage()
508 uy2 = fb.fb_height - fb.terminal_origin_y; in gfx_fb_putimage()
509 uy1 = uy2 - fheight; in gfx_fb_putimage()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1475 gfx_term_drawrect(uint32_t ux1, uint32_t uy1, uint32_t ux2, uint32_t uy2) in gfx_term_drawrect() argument
1497 uy2--; in gfx_term_drawrect()
1500 tem_image_display(tems.ts_active, uy1, ux1, uy2 + 1, ux2 + 1); in gfx_term_drawrect()
1509 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1519 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1539 y1 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1542 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1558 y1 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1562 y2 = uy2 * vf_height + tems.ts_p_offset.y; in gfx_term_drawrect()
1569 uint32_t uy2, uint32_t flags) in gfx_fb_putimage() argument
[all …]