Home
last modified time | relevance | path

Searched refs:asPoints (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/effects/
DSkDashPathEffect.h46 virtual bool asPoints(PointData* results, const SkPath& src,
/external/skia/src/core/
DSkPathEffect.cpp21 bool SkPathEffect::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffect
DSkDraw.cpp690 if (paint.getPathEffect()->asPoints(&pointData, path, rec, in drawPoints()
/external/skia/include/core/
DSkPathEffect.h105 virtual bool asPoints(PointData* results, const SkPath& src,
/external/skia/src/effects/
DSkDashPathEffect.cpp340 bool SkDashPathEffect::asPoints(PointData* results, in asPoints() function in SkDashPathEffect