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

  /external/skia/src/utils/
SkDashPath.cpp 210 path->addPoly(pts, SK_ARRAY_COUNT(pts), false);
  /external/skia/include/core/
SkPath.h 700 void addPoly(const SkPoint pts[], int count, bool close);
    [all...]
  /external/skia/samplecode/
SamplePathFuzz.cpp 406 path.addPoly(&points[0], points.count(), close);
  /external/skia/src/svg/
SkSVGDevice.cpp 627 path.addPoly(pts, SkToInt(count), false);
  /external/skia/tests/
BlurTest.cpp 345 polyPath.addPoly(polyPts, SK_ARRAY_COUNT(polyPts), true);
PathTest.cpp 782 path.addPoly(pts, SkToInt(count), SkToBool(doClose));
    [all...]
  /external/skia/src/core/
SkPath.cpp 871 void SkPath::addPoly(const SkPoint pts[], int count, bool close) {
    [all...]
SkStroke.cpp     [all...]

Completed in 1545 milliseconds