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

  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 155 bool lastPtSet = true;
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
162 lastPtSet = false;
171 lastPtSet = true;
177 lastPtSet = true;
184 lastPtSet = true;
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
191 firstPtSet = lastPtSet = false;
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {
  /external/skia/tests/
PathOpsExtendedTest.cpp 155 bool lastPtSet = true;
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
162 lastPtSet = false;
171 lastPtSet = true;
177 lastPtSet = true;
184 lastPtSet = true;
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
191 firstPtSet = lastPtSet = false;
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {

Completed in 65 milliseconds