Searched refs:stbtt__handle_clipped_edge (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 2035 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); in stbtt__fill_active_edges_new() 2036 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2); in stbtt__fill_active_edges_new() 2037 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new() 2039 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new() 2040 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1); in stbtt__fill_active_edges_new() 2041 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); in stbtt__fill_active_edges_new() 2043 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); in stbtt__fill_active_edges_new() 2044 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); in stbtt__fill_active_edges_new() 2046 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x1,y1); in stbtt__fill_active_edges_new() 2047 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x3,y3); in stbtt__fill_active_edges_new() [all …]
|