Searched refs:scale_y (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 762 …tbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, i… 771 …CodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, f… 775 …d char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint); 781 …char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, f… 785 …itmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *i… 792 …Subpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, f… 798 …r *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *… 799 …_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, f… 800 …igned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph); 801 …char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, f… [all …]
|
| /openbmc/qemu/ui/ |
| H A D | gtk.c | 277 double scale_y = s->free_scale ? VC_SCALE_MIN : vc->gfx.scale_y; in gd_update_geometry_hints() local 279 geo.min_height = surface_height(vc->gfx.ds) * scale_y; in gd_update_geometry_hints() 409 wy1 = floor(fby * vc->gfx.scale_y); in gd_update() 412 wy2 = ceil(fby * vc->gfx.scale_y + fbh * vc->gfx.scale_y); in gd_update() 415 wh_surface = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update() 773 double sx = vc->gfx.scale_x, sy = vc->gfx.scale_y; in gd_resize_event() 822 vc->gfx.scale_y = (double)wh / fbh; in gd_update_scale() 829 vc->gfx.scale_x = vc->gfx.scale_y in gd_update_scale() [all...] |
| H A D | gtk-egl.c | 332 vc->gfx.cursor_y = pos_y * vc->gfx.scale_y; in gd_egl_cursor_position() 366 wh_surface = fbh * vc->gfx.scale_y; in gd_egl_scanout_flush() 389 vc->gfx.scale_x, vc->gfx.scale_y); in gd_egl_scanout_flush()
|
| H A D | egl-helpers.c | 206 int x, int y, double scale_x, double scale_y) in egl_texture_blend() argument 210 int h = scale_y * src->height; in egl_texture_blend()
|
| H A D | gtk-gl-area.c | 67 wh_surface = fbh * vc->gfx.scale_y; in gd_gl_area_draw()
|
| /openbmc/qemu/include/ui/ |
| H A D | egl-helpers.h | 41 int x, int y, double scale_x, double scale_y);
|
| H A D | gtk.h | 46 double scale_y; member
|