Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h1962 float y_crossing, step, sign, area; in stbtt__fill_active_edges_new() local
1979 y_crossing = (x1+1 - x0) * dy + y_top; in stbtt__fill_active_edges_new()
1983 area = sign * (y_crossing-sy0); in stbtt__fill_active_edges_new()
1992 y_crossing += dy * (x2 - (x1+1)); in stbtt__fill_active_edges_new()
1996 scanline[x2] += area + sign * (1-(x_bottom-x2)/2) * (sy1-y_crossing); in stbtt__fill_active_edges_new()