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

  /external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h 41 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/skia/include/utils/
SkCullPoints.h 41 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { function in class:SkCullPoints
93 // need to upgrade sect_test to chop the result
96 if (this->sect_test(x0, y0, x, y)) {
  /external/skia/src/utils/
SkCullPoints.cpp 26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { function in class:SkCullPoints
93 // need to upgrade sect_test to chop the result
96 if (this->sect_test(x0, y0, x, y)) {

Completed in 183 milliseconds