Searched defs:sect_test (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkCullPoints.cpp34 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const { function in class:SkCullPoints
101 // need to upgrade sect_test to chop the result
104 if (this->sect_test(x0, y0, x, y)) {

Completed in 72 milliseconds