Searched refs:stbtt_MakeGlyphBitmap (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 170 stbtt_MakeGlyphBitmap(info, buffer, w, h, stride, dsc->scale, dsc->scale, g1); in ttf_get_glyph_bitmap_cb()
|
D | stb_truetype_htcw.h | 959 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… 4084 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo * info, unsigned char * output, int out_w… function 4170 stbtt_MakeGlyphBitmap(&f, pixels + x + y * pw, gw, gh, pw, scale, scale, g);
|