Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1902 static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__act… in stbtt__fill_active_edges_new() argument
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()
1959scanline_fill[x] += e->direction * height; // everything right of this pixel is filled in stbtt__fill_active_edges_new()
1998 scanline_fill[x2] += sign * (sy1-sy0); in stbtt__fill_active_edges_new()