Searched refs:stbtt_GetCodepointBitmapSubpixel (Results 1 – 1 of 1) sorted by relevance
866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x…3622 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x… in stbtt_GetCodepointBitmapSubpixel() function3639 …return stbtt_GetCodepointBitmapSubpixel(info, scale_x, scale_y, 0.0f,0.0f, codepoint, width,height… in stbtt_GetCodepointBitmap()