Home
last modified time | relevance | path

Searched refs:scale_y (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h762 …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 Dgtk.c280 geo.min_height = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update_geometry_hints()
411 y1 = floor(y * vc->gfx.scale_y); in gd_update()
414 y2 = ceil(y * vc->gfx.scale_y + h * vc->gfx.scale_y); in gd_update()
417 fbh = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_update()
846 vc->gfx.scale_y = (double)wh / fbh; in gd_draw_event()
853 vc->gfx.scale_x = vc->gfx.scale_y = MIN(sx, sy); in gd_draw_event()
857 fbh *= vc->gfx.scale_y; in gd_draw_event()
878 cairo_scale(cr, vc->gfx.scale_x, vc->gfx.scale_y); in gd_draw_event()
880 mx / vc->gfx.scale_x, my / vc->gfx.scale_y); in gd_draw_event()
901 fbh = surface_height(vc->gfx.ds) * vc->gfx.scale_y; in gd_motion_event()
[all …]
H A Dgtk-egl.c97 vc->gfx.scale_y = (double)wh / surface_height(vc->gfx.ds); in gd_egl_draw()
124 vc->gfx.scale_y = (double)wh / surface_height(vc->gfx.ds); in gd_egl_draw()
331 vc->gfx.cursor_y = pos_y * vc->gfx.scale_y; in gd_egl_cursor_position()
362 vc->gfx.scale_x, vc->gfx.scale_y); in gd_egl_scanout_flush()
H A Degl-helpers.c199 int x, int y, double scale_x, double scale_y) in egl_texture_blend() argument
203 int h = scale_y * src->height; in egl_texture_blend()
/openbmc/qemu/include/ui/
H A Degl-helpers.h39 int x, int y, double scale_x, double scale_y);
H A Dgtk.h45 double scale_y; member
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1661 bool scale_x, scale_y; member
1687 sp->scale_y = sp->in_h != state->crtc_h; in dispc_vid_calc_scaling()
1698 sp->scale_y = true; in dispc_vid_calc_scaling()
1703 if ((!sp->scale_x && !sp->scale_y) || lite_plane) in dispc_vid_calc_scaling()
1767 if (sp->scale_y) { in dispc_vid_calc_scaling()
1809 if (sp->scale_y) { in dispc_vid_calc_scaling()
1823 if (sp->scale_y) in dispc_vid_calc_scaling()
1841 sp->scale_y, 8, 8); in dispc_vid_set_scaling()
1844 if (!sp->scale_x && !sp->scale_y) in dispc_vid_set_scaling()
1859 if (sp->scale_y) { in dispc_vid_set_scaling()
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1602 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
1647 scale_x = scale_y = true; in dispc_ovl_set_scaling_uv()
1658 scale_y = true; in dispc_ovl_set_scaling_uv()
1666 (scale_x || scale_y) ? 1 : 0, 8, 8); in dispc_ovl_set_scaling_uv()
1671 REG_FLD_MOD(DISPC_OVL_ATTRIBUTES(plane), scale_y ? 1 : 0, 6, 6); in dispc_ovl_set_scaling_uv()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1887 int scale_y = out_height != orig_height; in dispc_ovl_set_scaling_uv() local
1934 scale_x = scale_y = true; in dispc_ovl_set_scaling_uv()
1945 scale_y = true; in dispc_ovl_set_scaling_uv()
1953 (scale_x || scale_y) ? 1 : 0, 8, 8); in dispc_ovl_set_scaling_uv()
1958 REG_FLD_MOD(dispc, DISPC_OVL_ATTRIBUTES(plane), scale_y ? 1 : 0, 6, 6); in dispc_ovl_set_scaling_uv()