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

/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp79 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; local
80 return vPartPos == leftBottom;
/external/skia/src/gpu/
H A DGrTessellator.cpp982 Vertex* leftBottom = edge->fLeft->fBottom; local
987 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) &&
990 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) {
991 split_edge(edge, leftBottom, activeEdges, c, alloc);

Completed in 94 milliseconds