Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1865 static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, flo… in stbtt__handle_clipped_edge() function
1916 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1917 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1919 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
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()
[all …]