HomeSort by relevance Sort by last modified time
    Searched refs:firstPtSet (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 89 bool firstPtSet = false;
94 if (firstPtSet && lastPtSet && firstPt != lastPt) {
100 firstPtSet = true;
129 if (firstPtSet && lastPtSet && firstPt != lastPt) {
133 firstPtSet = lastPtSet = false;
140 if (firstPtSet && lastPtSet && firstPt != lastPt) {
  /external/skqp/tests/
PathOpsExtendedTest.cpp 89 bool firstPtSet = false;
94 if (firstPtSet && lastPtSet && firstPt != lastPt) {
100 firstPtSet = true;
129 if (firstPtSet && lastPtSet && firstPt != lastPt) {
133 firstPtSet = lastPtSet = false;
140 if (firstPtSet && lastPtSet && firstPt != lastPt) {

Completed in 491 milliseconds