Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.h132 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()
861 fComputeSector = fComputedSector = fCheckCoincidence = fTangentsAmbiguous = false; in set()
980 fComputeSector = true; // can't determine sector until segment length can be found in setSector()