Searched refs:scanline_fill (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3359 static void stbtt__fill_active_edges_new(float * scanline, float * scanline_fill, int len, stbtt__a… argument 3375 … stbtt__handle_clipped_edge(scanline_fill - 1, (int)x0 + 1, e, x0, y_top, x0, y_bottom); 3378 stbtt__handle_clipped_edge(scanline_fill - 1, 0, e, x0, y_top, x0, y_bottom); 3421 scanline_fill[x] += height; // everything right of this pixel is filled 3511 scanline_fill[x2] += sign * (sy1 - sy0);
|