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

/external/skia/src/pathops/
H A DSkOpSegment.cpp1147 SkOpSegment* priorOpp = nullptr; local
1149 while (!priorOpp && priorTest) {
1158 priorOpp = opp;
1164 if (!priorOpp) {
H A DSkPathOpsDebug.cpp901 const SkOpSegment* priorOpp = nullptr; local
903 while (!priorOpp && priorTest) {
912 priorOpp = opp;
918 if (!priorOpp) {

Completed in 152 milliseconds