Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp581 static const int sedecimant[3][3][3] = { in findSector() local
588 int sector = sedecimant[(xy >= 0) + (xy > 0)][(y >= 0) + (y > 0)][(x >= 0) + (x > 0)] * 2 + 1; in findSector()