Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp134 int trGap = (rh->fSectorStart - fSectorStart + 32) & 0x1f; in after() local
135 trOrder = trGap > 20 ? 0 : trGap > 11 ? -1 : 1; in after()