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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 139 bool fComputeSector;
SkOpAngle.cpp 77 if (lh.fComputeSector && !const_cast<SkOpAngle&>(lh).computeSector()) {
80 if (fComputeSector && !const_cast<SkOpAngle*>(this)->computeSector()) {
83 if (rh.fComputeSector && !const_cast<SkOpAngle&>(rh).computeSector()) {
883 fComputeSector = fComputedSector = false;
    [all...]

Completed in 73 milliseconds