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

/external/skia/include/utils/
H A DSkCullPoints.h15 class SkCullPoints { class
17 SkCullPoints();
18 SkCullPoints(const SkIRect& r);
50 Similar to SkCullPoints, but this class handles the return values
64 SkCullPoints fCP;
/external/skia/legacy/include/utils/
H A DSkCullPoints.h15 class SkCullPoints { class
17 SkCullPoints();
18 SkCullPoints(const SkIRect& r);
50 Similar to SkCullPoints, but this class handles the return values
64 SkCullPoints fCP;
/external/skia/legacy/src/utils/
H A DSkCullPoints.cpp10 #include "SkCullPoints.h"
26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
64 SkCullPoints::SkCullPoints() { function in class:SkCullPoints
70 SkCullPoints::SkCullPoints(const SkIRect& r) { function in class:SkCullPoints
74 void SkCullPoints::reset(const SkIRect& r) {
81 void SkCullPoints::moveTo(int x, int y) {
86 SkCullPoints::LineToResult SkCullPoints
[all...]
/external/skia/src/utils/
H A DSkCullPoints.cpp10 #include "SkCullPoints.h"
26 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
64 SkCullPoints::SkCullPoints() { function in class:SkCullPoints
70 SkCullPoints::SkCullPoints(const SkIRect& r) { function in class:SkCullPoints
74 void SkCullPoints::reset(const SkIRect& r) {
81 void SkCullPoints::moveTo(int x, int y) {
86 SkCullPoints::LineToResult SkCullPoints
[all...]

Completed in 78 milliseconds