Home
last modified time | relevance | path

Searched refs:stbtt__handle_clipped_edge (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3294 static void stbtt__handle_clipped_edge(float * scanline, int x, stbtt__active_edge * e, float x0, f… function
3365 stbtt__handle_clipped_edge(scanline, (int)x0, e, x0, y_top, x0, y_bottom);
3366stbtt__handle_clipped_edge(scanline_fill - 1, (int)x0 + 1, e, x0, y_top, x0, y_bottom);
3369 stbtt__handle_clipped_edge(scanline_fill - 1, 0, e, x0, y_top, x0, y_bottom);
3542 stbtt__handle_clipped_edge(scanline, x, e, x0, y0, x1, y1);
3543 stbtt__handle_clipped_edge(scanline, x, e, x1, y1, x2, y2);
3544 stbtt__handle_clipped_edge(scanline, x, e, x2, y2, x3, y3);
3547 stbtt__handle_clipped_edge(scanline, x, e, x0, y0, x2, y2);
3548 stbtt__handle_clipped_edge(scanline, x, e, x2, y2, x1, y1);
3549 stbtt__handle_clipped_edge(scanline, x, e, x1, y1, x3, y3);
[all …]