Searched defs:codepoint (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1844 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 2880 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo * info, int codepoint, int * advance… 2999 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… 3006 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_… 4082 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff) 4090 … int oversample_y, float * sub_x, float * sub_y, int codepoint) 4097 …t out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint) 4104 … int codepoint, int * width, int * height, int * xoff, int * yoff) 4110 … int out_stride, float scale_x, float scale_y, int codepoint) 4479 …int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_… local [all …]
|