Searched refs:stbtt_GetGlyphBitmapBox (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 108 stbtt_GetGlyphBitmapBox(&dsc->info, g1, dsc->scale, dsc->scale, &x1, &y1, &x2, &y2); in ttf_get_glyph_dsc_cb() 140 stbtt_GetGlyphBitmapBox(info, g1, dsc->scale, dsc->scale, &x1, &y1, &x2, &y2); in ttf_get_glyph_bitmap_cb()
|
D | stb_truetype_htcw.h | 966 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font, int glyph, float scale_x, float… 3001 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font, int glyph, float scale_x, float… function 4161 stbtt_GetGlyphBitmapBox(&f, g, scale, scale, &x0, &y0, &x1, &y1); 4574 stbtt_GetGlyphBitmapBox(info, glyph,
|