Home
last modified time | relevance | path

Searched full:wh (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/ui/
H A Dgtk-gl-area.c46 int ww, wh; in gd_gl_area_draw() local
60 wh = gtk_widget_get_allocated_height(vc->gfx.drawing_area); in gd_gl_area_draw()
62 ph = wh * gs; in gd_gl_area_draw()
64 gd_update_scale(vc, ww, wh, fbw, fbh); in gd_gl_area_draw()
73 if (wh > wh_surface) { in gd_gl_area_draw()
74 wy_offset = (wh - wh_surface) / 2; in gd_gl_area_draw()
97 glScissor(0, 0, wx_offset * gs, wh * gs); in gd_gl_area_draw()
99 glScissor((ww - wx_offset) * gs, 0, wx_offset * gs, wh * gs); in gd_gl_area_draw()
107 glScissor(0, (wh - wy_offset) * gs, ww * gs, wy_offset * gs); in gd_gl_area_draw()
117 (ww - wx_offset) * gs, (wh - wy_offset) * gs, in gd_gl_area_draw()
H A Dconsole-gl.c197 int ww, int wh) in surface_gl_setup_viewport() argument
208 sh = (float)wh/gh; in surface_gl_setup_viewport()
210 stripe = wh - wh*sw/sh; in surface_gl_setup_viewport()
211 glViewport(0, stripe / 2, ww, wh - stripe); in surface_gl_setup_viewport()
214 glViewport(stripe / 2, 0, ww - stripe, wh); in surface_gl_setup_viewport()
H A Dsdl2-gl.c51 int ww, wh; in sdl2_gl_render_surface() local
56 SDL_GetWindowSize(scon->real_window, &ww, &wh); in sdl2_gl_render_surface()
57 surface_gl_setup_viewport(scon->gls, scon->surface, ww, wh); in sdl2_gl_render_surface()
231 int ww, wh; in sdl2_gl_scanout_flush() local
243 SDL_GetWindowSize(scon->real_window, &ww, &wh); in sdl2_gl_scanout_flush()
244 egl_fb_setup_default(&scon->win_fb, ww, wh, 0, 0); in sdl2_gl_scanout_flush()
H A Dgtk-egl.c73 int ww, wh, pw, ph, gs; in gd_egl_draw() local
82 wh = gdk_window_get_height(window); in gd_egl_draw()
84 ph = wh * gs; in gd_egl_draw()
98 gd_update_scale(vc, ww, wh, in gd_egl_draw()
126 gd_update_scale(vc, ww, wh, in gd_egl_draw()
H A Dtrace-events31 gd_motion_event(int ww, int wh, int ws, int x, int y) "ww=%d, wh=%d, ws=%d, x=%d, y=%d"
H A Dgtk.c342 int ww, wh; in gd_update_full_redraw() local
344 wh = gdk_window_get_height(gtk_widget_get_window(area)); in gd_update_full_redraw()
351 gtk_widget_queue_draw_area(area, 0, 0, ww, wh); in gd_update_full_redraw()
814 void gd_update_scale(VirtualConsole *vc, int ww, int wh, int fbw, int fbh) in gd_update_scale() argument
822 vc->gfx.scale_y = (double)wh / fbh; in gd_update_scale()
827 sy = (double)wh / fbh; in gd_update_scale()
896 * - ww = 960, wh = 540
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibpcsc-perl_1.4.15.bb10 SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2"
13 UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/"
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml142 "Amount of energy (measured in Wh) currently available in the power
149 "Amount of energy (measured in Wh) in the power source when it's
156 "Amount of energy (measured in Wh) in the power source when it's
163 "Amount of energy (measured in Wh) the power source is designed to
/openbmc/qemu/include/ui/
H A Dgtk.h229 void gd_update_scale(VirtualConsole *vc, int ww, int wh, int fbw, int fbh);
H A Dconsole.h437 int ww, int wh);
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DBatteryMetrics.v1_0_4.json171 "description": "The energy (Wh) stored in this battery.",
H A DSensor.v1_11_0.json180 "EnergyWh": "Energy (Wh).",
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DBatteryMetrics_v1.xml101 <Annotation Term="OData.Description" String="The energy (Wh) stored in this battery."/>
H A DSensor_v1.xml497 <Annotation Term="OData.Description" String="Energy (Wh)."/>
/openbmc/u-boot/board/armadeus/apf27/
H A Dapf27.h58 #define CONFIG_NFC_FREQ 44 /* NFC Clock up to 44 MHz wh 133MHz */
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/
H A Dopengl.patch302 glViewport (0, 0, ww, wh);
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaGpuSensorTest.cpp855 // Set an energy value of 1000 Wh (1000 * 3600 = 3600000 Joules) in TEST_F()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c265 /*ch cs wh wp rh rp r whr ar */
/openbmc/qemu/pc-bios/
HDopenbios-ppc ... IBM PPS Model 6015 | WH | k | W  |& k K { @ ...
HDopenbios-sparc32 ... vH vl v v v v v w w( wH wT w| w w w x | || ...
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch718 int wh;
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DSensor.v1_11_0.json180 "EnergyWh": "Energy (Wh).",
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch79 …ő�ɕ�Ɍ��[t�Kak;MX9HT8ES4DJ2BO.CTBZq�����Ò�ʌ�Ō�Ĥ�۠�׏�Ǝ�Č��t��n��|��v��`~�B]n=Wh:Te9Qa1K[4HO6IQ6DM2=J…
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DSensor_v1.xml497 <Annotation Term="OData.Description" String="Energy (Wh)."/>
/openbmc/qemu/linux-user/
H A Dsyscall.c326 loff_t *, res, unsigned int, wh);