Searched defs:scale_x (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() 1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() 1585 …CodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y… in stbtt_GetCodepointBitmapBoxSubpixel() 1590 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… in stbtt_GetCodepointBitmapBox() 2248 …(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y… in stbtt__rasterize() 2403 …ult, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y… in stbtt_Rasterize() 2420 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, fl… in stbtt_GetGlyphBitmapSubpixel() 2460 STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scal… in stbtt_GetGlyphBitmap() 2465 …o *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y… in stbtt_MakeGlyphBitmapSubpixel() 2484 …o *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y… in stbtt_MakeGlyphBitmap() [all …]
|
/openbmc/qemu/ui/ |
H A D | egl-helpers.c | 206 int x, int y, double scale_x, double scale_y) in egl_texture_blend()
|
H A D | gtk.c | 276 double scale_x = s->free_scale ? VC_SCALE_MIN : vc->gfx.scale_x; in gd_update_geometry_hints() local
|
/openbmc/qemu/include/ui/ |
H A D | gtk.h | 45 double scale_x; member
|