Home
last modified time | relevance | path

Searched refs:yoff (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c198 int width, height, xoff, yoff; in console_truetype_putc_xy() local
249 &xoff, &yoff); in console_truetype_putc_xy()
257 linenum = priv->baseline + yoff; in console_truetype_putc_xy()
H A Dstb_truetype.h465 float xoff,yoff,xadvance; member
511 float xoff,yoff,xadvance; member
762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff);
799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument
2446 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel()
2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() argument
2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap()
[all …]
H A Dcfb_console.c1162 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() argument
1181 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap()
1236 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap()
1249 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap()