Searched refs:stbtt__handle_clipped_edge (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3303 static void stbtt__handle_clipped_edge(float * scanline, int x, stbtt__active_edge * e, float x0, f… function 3374 stbtt__handle_clipped_edge(scanline, (int)x0, e, x0, y_top, x0, y_bottom); 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); 3551 stbtt__handle_clipped_edge(scanline, x, e, x0, y0, x1, y1); 3552 stbtt__handle_clipped_edge(scanline, x, e, x1, y1, x2, y2); 3553 stbtt__handle_clipped_edge(scanline, x, e, x2, y2, x3, y3); 3556 stbtt__handle_clipped_edge(scanline, x, e, x0, y0, x2, y2); 3557 stbtt__handle_clipped_edge(scanline, x, e, x2, y2, x1, y1); 3558 stbtt__handle_clipped_edge(scanline, x, e, x1, y1, x3, y3); [all …]
|