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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp623 // one could coin the term sedecimant for a space divided into 16 sections.
625 static const int sedecimant[3][3][3] = { local
632 int sector = sedecimant[(xy >= 0) + (xy > 0)][(y >= 0) + (y > 0)][(x >= 0) + (x > 0)] * 2 + 1;
/external/skia/src/pathops/
H A DSkOpAngle.cpp626 // one could coin the term sedecimant for a space divided into 16 sections.
628 static const int sedecimant[3][3][3] = { local
635 int sector = sedecimant[(xy >= 0) + (xy > 0)][(y >= 0) + (y > 0)][(x >= 0) + (x > 0)] * 2 + 1;

Completed in 277 milliseconds