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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp60 bool firstPtSet = false; local
65 if (firstPtSet && lastPtSet && firstPt != lastPt) {
71 firstPtSet = true;
93 if (firstPtSet && lastPtSet && firstPt != lastPt) {
97 firstPtSet = lastPtSet = false;
104 if (firstPtSet && lastPtSet && firstPt != lastPt) {
/external/skia/tests/
H A DPathOpsExtendedTest.cpp154 bool firstPtSet = false; local
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
165 firstPtSet = true;
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
191 firstPtSet = lastPtSet = false;
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {

Completed in 70 milliseconds