Home
last modified time | relevance | path

Searched refs:scale_x (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h762 STBTT_DEF unsigned char *stbtt_GetCodepointBitmap(const stbtt_fontinfo *info, float scale_x, float …
771 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x
775 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, i…
781 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, f…
785 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x
792 …epointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, f…
798 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scal…
799 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, fl…
800 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, i…
801 …info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, f…
[all …]
/openbmc/qemu/ui/
H A Dgtk.c276 double scale_x = s->free_scale ? VC_SCALE_MIN : vc->gfx.scale_x; in gd_update_geometry_hints() local
278 geo.min_width = surface_width(vc->gfx.ds) * scale_x; in gd_update_geometry_hints()
408 wx1 = floor(fbx * vc->gfx.scale_x); in gd_update()
411 wx2 = ceil(fbx * vc->gfx.scale_x + fbw * vc->gfx.scale_x); in gd_update()
414 ww_surface = surface_width(vc->gfx.ds) * vc->gfx.scale_x; in gd_update()
773 double sx = vc->gfx.scale_x, sy = vc->gfx.scale_y; in gd_resize_event()
821 vc->gfx.scale_x = (double)ww / fbw; in gd_update_scale()
829 vc->gfx.scale_x in gd_update_scale()
[all...]
H A Dgtk-egl.c331 vc->gfx.cursor_x = pos_x * vc->gfx.scale_x; in gd_egl_cursor_position()
365 ww_surface = fbw * vc->gfx.scale_x; in gd_egl_scanout_flush()
389 vc->gfx.scale_x, vc->gfx.scale_y); in gd_egl_scanout_flush()
H A Degl-helpers.c206 int x, int y, double scale_x, double scale_y) in egl_texture_blend() argument
209 int w = scale_x * src->width; in egl_texture_blend()
H A Dgtk-gl-area.c66 ww_surface = fbw * vc->gfx.scale_x; in gd_gl_area_draw()
/openbmc/qemu/include/ui/
H A Degl-helpers.h41 int x, int y, double scale_x, double scale_y);
H A Dgtk.h45 double scale_x; member