Searched refs:yoff (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 570 float xoff, yoff, xadvance; member 603 float xoff, yoff, xadvance; member 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); 956 int * width, int * height, int * xoff, int * yoff); 958 … float shift_x, float shift_y, int glyph, int * width, int * height, int * xoff, int * yoff); 997 …gned char onedge_value, float pixel_dist_scale, int * width, int * height, int * xoff, int * yoff); 999 …gned char onedge_value, float pixel_dist_scale, int * width, int * height, int * xoff, int * yoff); 4018 … float shift_x, float shift_y, int glyph, int * width, int * height, int * xoff, int * yoff) argument 4044 if(yoff) *yoff = iy0; [all …]
|