Searched defs:glyph (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_glyph.c | 169 FT_GlyphSlot glyph = face->glyph; in freetype_glyph_create_cb() local
|
D | lv_freetype_image.c | 161 FT_Glyph glyph; in freetype_image_create_cb() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieParser.cpp | 1054 auto glyph = new LottieGlyph; in parseChars() local 1404 auto glyph = glyphs[g]; in postProcess() local
|
D | tvgLottieBuilder.cpp | 1043 auto glyph = *g; in updateText() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 2630 … stbtt_int32 stbtt__GetCoverageIndex(STBTT_STREAM_TYPE data, stbtt_uint32 coverageTable, int glyph) 2692 …ic stbtt_int32 stbtt__GetGlyphClass(STBTT_STREAM_TYPE data, stbtt_uint32 classDefTable, int glyph) 3013 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo * font, int glyph, float scale_… 3033 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo * font, int glyph, float scale_x, float… 4049 … float shift_x, float shift_y, int glyph, int * width, int * height, int * xoff, int * yoff) 4089 …d char * stbtt_GetGlyphBitmap(const stbtt_fontinfo * info, float scale_x, float scale_y, int glyph, 4096 … int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) 4116 int out_stride, float scale_x, float scale_y, int glyph) 4521 int glyph = stbtt_FindGlyphIndex(info, codepoint); local 4545 float * sub_x, float * sub_y, int glyph) [all …]
|