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

  /external/skia/include/utils/
SkCullPoints.h 22 class SkCullPoints {
24 SkCullPoints();
25 SkCullPoints(const SkIRect& r);
57 Similar to SkCullPoints, but this class handles the return values
71 SkCullPoints fCP;
  /external/skia/src/utils/
SkCullPoints.cpp 1 /* libs/graphics/effects/SkCullPoints.cpp
18 #include "SkCullPoints.h"
35 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const
74 SkCullPoints::SkCullPoints()
81 SkCullPoints::SkCullPoints(const SkIRect& r)
86 void SkCullPoints::reset(const SkIRect& r)
94 void SkCullPoints::moveTo(int x, int y)
100 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]
    [all...]

Completed in 39 milliseconds