Searched refs:scanline_fill (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2973 static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__act… in stbtt__fill_active_edges_new() argument 2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 3030 … scanline_fill[x] += e->direction * height; // everything right of this pixel is filled in stbtt__fill_active_edges_new() 3071 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()
|