Home
last modified time | relevance | path

Searched refs:stbtt_GetCodepointBitmapSubpixel (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/
Dconsole_truetype.c246 data = stbtt_GetCodepointBitmapSubpixel(font, priv->scale, priv->scale, in console_truetype_putc_xy()
Dstb_truetype.h771 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()