Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp166 CompareFunc sweep_lt; member
639 int winding = c.sweep_lt(prev->fPoint, next->fPoint) ? 1 : -1; in new_edge()
683 (c.sweep_lt(edge->fBottom->fPoint, next->fBottom->fPoint) && in find_enclosing_edges()
685 (c.sweep_lt(next->fBottom->fPoint, edge->fBottom->fPoint) && in find_enclosing_edges()
800 } else if (c.sweep_lt(edge->fTop->fPoint, other->fTop->fPoint)) { in merge_edges_above()
820 } else if (c.sweep_lt(edge->fBottom->fPoint, other->fBottom->fPoint)) { in merge_edges_below()
860 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in cleanup_active_edges()
863 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in cleanup_active_edges()
874 } else if (c.sweep_lt(bottom->fPoint, rightBottom->fPoint) && in cleanup_active_edges()
877 } else if (c.sweep_lt(rightBottom->fPoint, bottom->fPoint) && in cleanup_active_edges()
[all …]