Searched refs:stbtt_GetCodepointBitmapBoxSubpixel (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 398 …stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale, scale, x_shift, 0, &x0, &y0, &x1, &y1); 944 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… 3039 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… function 3049 …stbtt_GetCodepointBitmapBoxSubpixel(font, codepoint, scale_x, scale_y, 0.0f, 0.0f, ix0, iy0, ix1, …
|