Searched refs:stbtt_MakeGlyphBitmapSubpixel (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 801 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int… 2465 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int… in stbtt_MakeGlyphBitmapSubpixel() function 2486 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() 2496 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel() 2914 stbtt_MakeGlyphBitmapSubpixel(info, in stbtt_PackFontRangesRenderIntoRects()
|