Searched refs:SkCullPointsPath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkCullPoints.h48 /** \class SkCullPointsPath
53 class SkCullPointsPath { class
55 SkCullPointsPath();
56 SkCullPointsPath(const SkIRect& r, SkPath* dst);
/external/skia/include/utils/
H A DSkCullPoints.h48 /** \class SkCullPointsPath
53 class SkCullPointsPath { class
55 SkCullPointsPath();
56 SkCullPointsPath(const SkIRect& r, SkPath* dst);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp109 SkCullPointsPath::SkCullPointsPath() function in class:SkCullPointsPath
113 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst) function in class:SkCullPointsPath
117 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst) {
122 void SkCullPointsPath::moveTo(int x, int y) {
126 void SkCullPointsPath::lineTo(int x, int y) {
/external/skia/src/utils/
H A DSkCullPoints.cpp109 SkCullPointsPath::SkCullPointsPath() function in class:SkCullPointsPath
113 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst) function in class:SkCullPointsPath
117 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst) {
122 void SkCullPointsPath::moveTo(int x, int y) {
126 void SkCullPointsPath::lineTo(int x, int y) {
/external/chromium_org/third_party/skia/samplecode/
H A DSampleCull.cpp171 SkCullPointsPath cpp(iclip, &tmp);
/external/skia/samplecode/
H A DSampleCull.cpp171 SkCullPointsPath cpp(iclip, &tmp);

Completed in 107 milliseconds