Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/include/ui/
H A Drect.h35 int16_t x1, x2, y1, y2; in qemu_rect_intersect() local
40 y2 = MIN(a->y + a->height, b->y + b->height); in qemu_rect_intersect()
42 if (x1 >= x2 || y1 >= y2) { in qemu_rect_intersect()
51 qemu_rect_init(res, x1, y1, x2 - x1, y2 - y1); in qemu_rect_intersect()
/openbmc/docs/logo/
H A DOpenBMC-Logo2.svg3 …<linearGradient gradientUnits="userSpaceOnUse" y2="154.54" x2="82.9" y1="11.55" x1="82.9" id="line…
7 …<linearGradient gradientTransform="translate(0 40)" xlink:href="#linear-gradient" y2="158.66" x2="…
8 …<linearGradient gradientUnits="userSpaceOnUse" y2="154.8" x2="156.66" y1="51.54" x1="156.66" id="l…
12 …<linearGradient gradientTransform="translate(0 40)" xlink:href="#linear-gradient-3" y2="154.8" x2=…
13 …<linearGradient gradientTransform="translate(0 40)" y2="154.8" x2="156.66" y1="51.54" x1="156.66" …
14 …<linearGradient gradientTransform="translate(0 40)" y2="154.54" x2="82.9" y1="11.55" x1="82.9" gra…
H A DOpenBMC-Logo.svg1y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
/openbmc/openbmc-tools/dbus-vis/
H A Dinfo_panel.js4 var x1=0, y1=0, x2=0, y2=0;
16 y2 = e.clientY;
25 x1 = x2 - e.clientX; y1 = y2 - e.clientY;
26 x2 = e.clientX; y2 = e.clientY;
/openbmc/phosphor-webui/app/assets/images/
H A Dlogo.svg1y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
H A DDMTF_Redfish_logo_2017.svg1y2="611.2929"><stop offset="0" stop-color="#20ac4b"/><stop offset=".9831" stop-color="#19361a"/></…
/openbmc/webui-vue/src/assets/images/
H A Dlogin-company-logo.svg4 <linearGradient id="linear-gradient" x1="82.9" y1="11.55" x2="82.9" y2="154.54"
9 <linearGradient id="linear-gradient-2" x1="81.55" y1="27.55" x2="81.55" y2="158.66"
11 <linearGradient id="linear-gradient-3" x1="156.66" y1="51.54" x2="156.66" y2="154.8"
16 <linearGradient id="linear-gradient-4" x1="158.41" y1="51.54" x2="158.41" y2="154.8"
/openbmc/webui-vue/docs/.vuepress/public/
H A Dopenbmc-logo.svg1y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
/openbmc/qemu/hw/display/
H A Dartist.c493 unsigned int x2, unsigned int y2, in draw_line() argument
501 trace_artist_draw_line(x1, y1, x2, y2); in draw_line()
504 (y1 >= buf->height && y2 >= buf->height)) { in draw_line()
509 s->vram_start = (x2 << 16) | y2; in draw_line()
517 if (y2 > y1) { in draw_line()
518 dy = y2 - y1; in draw_line()
520 dy = y1 - y2; in draw_line()
525 t = y2; in draw_line()
526 y2 = x2; in draw_line()
541 t = y2; in draw_line()
[all …]
H A Dvga_int.h180 void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2);
H A Dvga.c1445 void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2) in vga_invalidate_scanlines() argument
1450 if (y2 >= VGA_MAX_HEIGHT) in vga_invalidate_scanlines()
1451 y2 = VGA_MAX_HEIGHT; in vga_invalidate_scanlines()
1452 for(y = y1; y < y2; y++) { in vga_invalidate_scanlines()
/openbmc/qemu/ui/
H A Dgtk-gl-area.c45 int pw, ph, gs, y1, y2; in gd_gl_area_draw() local
114 y2 = vc->gfx.y0_top ? vc->gfx.h : 0; in gd_gl_area_draw()
115 glBlitFramebuffer(0, y1, vc->gfx.w, y2, in gd_gl_area_draw()
H A Dconsole-vc.c565 int y1, y2; in vc_update_xy() local
573 y2 = y1 - s->y_displayed; in vc_update_xy()
574 if (y2 < 0) { in vc_update_xy()
575 y2 += s->total_height; in vc_update_xy()
577 if (y2 < s->height) { in vc_update_xy()
582 vga_putcharxy(QEMU_CONSOLE(s), x, y2, c->ch, in vc_update_xy()
584 invalidate_xy(s, x, y2); in vc_update_xy()
H A Degl-helpers.c145 GLuint x2, y2; in egl_fb_blit() local
164 y2 = flip ? y1 : h + y1; in egl_fb_blit()
168 glBlitFramebuffer(x1, y1, x2, y2, in egl_fb_blit()
H A Ddbus-listener.c727 box->x2 - box->x1, box->y2 - box->y1); in dbus_gl_refresh()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Fix-build-with-vc4-driver.patch30 @@ -618,4 +623,4 @@ void SubtitleRenderer::set_rect(int x1, int y1, int x2, int y2) BOOST_NOEXCEPT
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2026 float y1,y2; in stbtt__fill_active_edges_new() local
2032 y2 = (x+1 - x0) / dx + y_top; in stbtt__fill_active_edges_new()
2036 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2); in stbtt__fill_active_edges_new()
2037 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new()
2039 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new()
2040 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1); in stbtt__fill_active_edges_new()
2049 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new()
2050 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new()
2052 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new()
2053 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new()
[all …]
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c48 unsigned char Cb, y1, Cr, y2; member
102 yuyv_pixel->y1 = yuyv_pixel->y2 = 209 * (pR + pG + pB) / 300 + 16; in pixel_rgb_to_yuyv()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js199 …v1,v2,x,delta,front,k1start,k1end,k2start,k2end,k2Offset,k1Offset,x1,x2,y1,y2,d,k1,k2;text1Length=…
206 y2=x2-k2;while(x2<text1Length&&y2<text2Length&&text1.charAt(text1Length-x2-1)===text2.charAt(text2L…
207 v2[k2Offset]=x2;if(x2>text1Length){k2end+=2;}else if(y2>text2Length){k2start+=2;}else if(!front){k1…
/openbmc/qemu/docs/
H A Dpcie.txt120 -device pcie-root-port,id=root_port3,chassis=x2,addr=z.2[,slot=y2][,bus=pcie.0] \
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c804 size_t height = extents->y2 - extents->y1; in vg_resource_flush()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch29 …\"><defs><style>.a{fill:url(#a);}</style><linearGradient id=\"a\" x2=\"1\" y2=\"1\" gradientUnits=…
57 …\"><defs><style>.a{fill:url(#a);}</style><linearGradient id=\"a\" x2=\"1\" y2=\"1\" gradientUnits=…