Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpSegment.cpp1198 SkOpSegment* priorOpp = nullptr; in missingCoincidence() local
1200 while (!priorOpp && priorTest) { in missingCoincidence()
1209 priorOpp = opp; in missingCoincidence()
1215 if (!priorOpp) { in missingCoincidence()
DSkPathOpsDebug.cpp901 const SkOpSegment* priorOpp = nullptr; in debugMissingCoincidence() local
903 while (!priorOpp && priorTest) { in debugMissingCoincidence()
912 priorOpp = opp; in debugMissingCoincidence()
918 if (!priorOpp) { in debugMissingCoincidence()
/external/skia/src/pathops/
DSkOpSegment.cpp1198 SkOpSegment* priorOpp = nullptr; in missingCoincidence() local
1200 while (!priorOpp && priorTest) { in missingCoincidence()
1209 priorOpp = opp; in missingCoincidence()
1215 if (!priorOpp) { in missingCoincidence()
DSkPathOpsDebug.cpp878 const SkOpSegment* priorOpp = nullptr; in debugMissingCoincidence() local
880 while (!priorOpp && priorTest) { in debugMissingCoincidence()
889 priorOpp = opp; in debugMissingCoincidence()
895 if (!priorOpp) { in debugMissingCoincidence()