Searched refs:scale_y (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 907 …unsigned char * stbtt_GetCodepointBitmap(const stbtt_fontinfo * info, float scale_x, float scale_y, 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, 949 … float scale_y, float shift_x, float shift_y, int * ix0, int * iy0, int * ix1, int * iy1); 955 …d char * stbtt_GetGlyphBitmap(const stbtt_fontinfo * info, float scale_x, float scale_y, int glyph, 957 …gned char * stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info, float scale_x, float scale_y, 960 int out_stride, float scale_x, float scale_y, int glyph); [all …]
|