Searched defs:computeWinding (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp45 bool computeWinding = false; local
56 if ((computeWinding = unorderable || (angle == firstAngle && loop))) {
65 if (computeWinding) {
/external/skqp/src/pathops/
H A DSkPathOpsCommon.cpp45 bool computeWinding = false; local
56 if ((computeWinding = unorderable || (angle == firstAngle && loop))) {
65 if (computeWinding) {

Completed in 108 milliseconds