Searched defs:codepoint (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1852 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 2888 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo * info, int codepoint, int * advance… 3007 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… 3014 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_… 4091 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff) 4099 … int oversample_y, float * sub_x, float * sub_y, int codepoint) 4106 …t out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint) 4113 … int codepoint, int * width, int * height, int * xoff, int * yoff) 4119 … int out_stride, float scale_x, float scale_y, int codepoint) 4488 …int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_… local [all …]
|