Searched refs:codepoint (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 821 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo * info, int codepoint, int * advance… 830 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo * info, int codepoint, int * x0, int * y0,… 908 … int codepoint, int * width, int * height, int * xoff, int * yoff); 918 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff); 923 … int out_stride, float scale_x, float scale_y, int codepoint); 930 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); 936 … int oversample_y, float * sub_x, float * sub_y, int codepoint); 940 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_… 948 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, floa… 998 … char * stbtt_GetCodepointSDF(const stbtt_fontinfo * info, float scale, int codepoint, int padding, [all …]
|