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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 626 // 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;
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 626 // 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;
    [all...]

Completed in 55 milliseconds