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

/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp8 #include "SkCullPoints.h"
18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
56 SkCullPoints::SkCullPoints() { function in class:SkCullPoints
62 SkCullPoints::SkCullPoints(const SkIRect& r) { function in class:SkCullPoints
66 void SkCullPoints::reset(const SkIRect& r) {
73 void SkCullPoints::moveTo(int x, int y) {
78 SkCullPoints::LineToResult SkCullPoints
[all...]
/external/skia/src/utils/
H A DSkCullPoints.cpp8 #include "SkCullPoints.h"
18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
56 SkCullPoints::SkCullPoints() { function in class:SkCullPoints
62 SkCullPoints::SkCullPoints(const SkIRect& r) { function in class:SkCullPoints
66 void SkCullPoints::reset(const SkIRect& r) {
73 void SkCullPoints::moveTo(int x, int y) {
78 SkCullPoints::LineToResult SkCullPoints
[all...]

Completed in 238 milliseconds