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

/external/skia/include/utils/
H A DSkCullPoints.h48 /** \class SkCullPointsPath
53 class SkCullPointsPath { class
55 SkCullPointsPath();
56 SkCullPointsPath(const SkIRect& r, SkPath* dst);
/external/skia/src/utils/
H A DSkCullPoints.cpp117 SkCullPointsPath::SkCullPointsPath() function in class:SkCullPointsPath
121 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst) function in class:SkCullPointsPath
125 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst) {
130 void SkCullPointsPath::moveTo(int x, int y) {
134 void SkCullPointsPath::lineTo(int x, int y) {

Completed in 70 milliseconds