HomeSort by relevance Sort by last modified time
    Searched refs:SkCullPointsPath (Results 1 - 2 of 2) sorted by null

  /external/skia/include/utils/
SkCullPoints.h 55 /** \class SkCullPointsPath
60 class SkCullPointsPath {
62 SkCullPointsPath();
63 SkCullPointsPath(const SkIRect& r, SkPath* dst);
  /external/skia/src/utils/
SkCullPoints.cpp 132 SkCullPointsPath::SkCullPointsPath()
137 SkCullPointsPath::SkCullPointsPath(const SkIRect& r, SkPath* dst)
142 void SkCullPointsPath::reset(const SkIRect& r, SkPath* dst)
148 void SkCullPointsPath::moveTo(int x, int y)
153 void SkCullPointsPath::lineTo(int x, int y)

Completed in 23 milliseconds