Searched refs:scale_x (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 907 STBTT_DEF unsigned char * stbtt_GetCodepointBitmap(const stbtt_fontinfo * info, float scale_x, floa… 917 … char * stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo * info, float scale_x, float scale_y, 923 … int out_stride, float scale_x, float scale_y, int codepoint); 930 …int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoi… 935 …int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, … 940 …btt_GetCodepointBitmapBox(const stbtt_fontinfo * font, int codepoint, float scale_x, float scale_y, 948 …void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font, int codepoint, float scale_x, 955 STBTT_DEF unsigned char * stbtt_GetGlyphBitmap(const stbtt_fontinfo * info, float scale_x, float sc… 957 STBTT_DEF unsigned char * stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info, float scale_x, … 960 int out_stride, float scale_x, float scale_y, int glyph); [all …]
|