Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsWinding.cpp81 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local
82 return vPartPos == leftBottom; in ccw_dxdy()
/external/skia/src/pathops/
DSkPathOpsWinding.cpp81 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local
82 return vPartPos == leftBottom; in ccw_dxdy()
/external/skia/src/gpu/
DGrTessellator.cpp951 Vertex* leftBottom = edge->fLeft->fBottom; in rewind_if_necessary() local
956 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in rewind_if_necessary()
959 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()
/external/skqp/src/gpu/
DGrTessellator.cpp951 Vertex* leftBottom = edge->fLeft->fBottom; in rewind_if_necessary() local
956 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in rewind_if_necessary()
959 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()