Searched refs:off_y (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3188 int off_y, void * userdata) argument 3202 y = off_y * vsubsample; 3203 e[n].y0 = (off_y + result->h) * (float)vsubsample + 1; 3579 int off_y, void * userdata) argument 3595 y = off_y; 3596 e[n].y0 = (float)(off_y + result->h) + 1; 3627 if(j == 0 && off_y != 0) { 3774 … float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void * userdata) argument 3826 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata);
|