Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpAngle.h135 bool fComputeSector; variable
DSkOpAngle.cpp83 if (lh->fComputeSector && !lh->computeSector()) { in after()
86 if (fComputeSector && !this->computeSector()) { in after()
89 if (rh->fComputeSector && !rh->computeSector()) { in after()
963 fComputeSector = fComputedSector = fCheckCoincidence = fTangentsAmbiguous = false; in set()
1082 fComputeSector = true; // can't determine sector until segment length can be found in setSector()
/third_party/flutter/skia/src/pathops/
DSkOpAngle.h135 bool fComputeSector; variable
DSkOpAngle.cpp83 if (lh->fComputeSector && !lh->computeSector()) { in after()
86 if (fComputeSector && !this->computeSector()) { in after()
89 if (rh->fComputeSector && !rh->computeSector()) { in after()
963 fComputeSector = fComputedSector = fCheckCoincidence = fTangentsAmbiguous = false; in set()
1082 fComputeSector = true; // can't determine sector until segment length can be found in setSector()