Searched refs:stbtt_GetCodepointBitmapSubpixel (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | console_truetype.c | 246 data = stbtt_GetCodepointBitmapSubpixel(font, priv->scale, priv->scale, in console_truetype_putc_xy()
|
D | stb_truetype.h | 771 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x… 2489 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x… in stbtt_GetCodepointBitmapSubpixel() function 2501 …return stbtt_GetCodepointBitmapSubpixel(info, scale_x, scale_y, 0.0f,0.0f, codepoint, width,height… in stbtt_GetCodepointBitmap()
|