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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 135 int trGap = (rh.fSectorStart - fSectorStart + 32) & 0x1f;
136 trOrder = trGap > 20 ? 0 : trGap > 11 ? -1 : 1;
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 135 int trGap = (rh.fSectorStart - fSectorStart + 32) & 0x1f;
136 trOrder = trGap > 20 ? 0 : trGap > 11 ? -1 : 1;
    [all...]

Completed in 35 milliseconds