Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsWinding.cpp79 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local
80 return vPartPos == leftBottom; in ccw_dxdy()
/external/skia/src/gpu/
DGrTessellator.cpp855 Vertex* leftBottom = edge->fLeft->fBottom; in cleanup_active_edges() local
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()
864 split_edge(edge, leftBottom, activeEdges, c, alloc); in cleanup_active_edges()