Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp272 int local_bot = SkMin32(leftE->fLastY, riteE->fLastY); in walk_convex_edges() local
273 local_bot = SkMin32(local_bot, stop_y - 1); 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()
289 local_top = local_bot + 1; in walk_convex_edges()
306 if (update_edge(leftE, local_bot)) { in walk_convex_edges()
313 if (update_edge(riteE, local_bot)) { in walk_convex_edges()
325 SkASSERT(local_top == local_bot + 1); in walk_convex_edges()