Searched refs:local_top (Results 1 – 1 of 1) sorted by relevance
254 int local_top = leftE->fFirstY; in walk_convex_edges()255 SkASSERT(local_top == riteE->fFirstY); in walk_convex_edges()259 int local_top = SkMax32(leftE->fFirstY, riteE->fFirstY); in walk_convex_edges() local261 SkASSERT(local_top >= start_y); in walk_convex_edges()274 SkASSERT(local_top <= local_bot); in walk_convex_edges()280 int count = local_bot - local_top; in walk_convex_edges()287 blitter->blitRect(L, local_top, R - L, count); in walk_convex_edges()289 local_top = local_bot + 1; in walk_convex_edges()295 blitter->blitH(L, local_top, R - L); in walk_convex_edges()299 local_top += 1; in walk_convex_edges()[all …]