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

  /external/skia/src/pathops/
SkOpAngle.h 132 bool fComputeSector;
SkOpAngle.cpp 83 if (lh->fComputeSector && !lh->computeSector()) {
86 if (fComputeSector && !this->computeSector()) {
89 if (rh->fComputeSector && !rh->computeSector()) {
861 fComputeSector = fComputedSector = fCheckCoincidence = fTangentsAmbiguous = false;
    [all...]

Completed in 1134 milliseconds