| /openbmc/qemu/include/ui/ |
| H A D | rect.h | 35 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 D | OpenBMC-Logo2.svg | 3 …<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 D | OpenBMC-Logo.svg | 1 …y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | info_panel.js | 4 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 D | logo.svg | 1 …y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
|
| H A D | DMTF_Redfish_logo_2017.svg | 1 …y2="611.2929"><stop offset="0" stop-color="#20ac4b"/><stop offset=".9831" stop-color="#19361a"/></…
|
| /openbmc/webui-vue/src/assets/images/ |
| H A D | login-company-logo.svg | 4 <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 D | openbmc-logo.svg | 1 …y2="154.54" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00b0da"/><stop offset="1"…
|
| /openbmc/qemu/hw/display/ |
| H A D | artist.c | 493 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 D | vga_int.h | 180 void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2);
|
| H A D | vga.c | 1445 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 D | gtk-gl-area.c | 45 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 D | console-vc.c | 565 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 D | egl-helpers.c | 145 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 D | dbus-listener.c | 727 box->x2 - box->x1, box->y2 - box->y1); in dbus_gl_refresh()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0001-Fix-build-with-vc4-driver.patch | 30 @@ -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 D | stb_truetype.h | 2026 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 D | easylogo.c | 48 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 D | qunit-1.18.0.js | 199 …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 D | pcie.txt | 120 -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 D | vhost-user-gpu.c | 804 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 D | 090856f4159c40a2927fb88546419f2e1697ad5f.patch | 29 …\"><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=…
|