Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDashImpl.h19 bool asPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
DSkDashPathEffect.cpp158 bool SkDashImpl::asPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in asPoints() function in SkDashImpl
/external/skia/include/core/
DSkPathEffect.h115 virtual bool asPoints(PointData* results, const SkPath& src,
/external/skia/tests/
DDashPathEffectTest.cpp76 bool actualResult = dash->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()
/external/skia/src/core/
DSkPathEffect.cpp19 bool SkPathEffect::asPoints(PointData* results, const SkPath& src, in asPoints() function in SkPathEffect
DSkDraw.cpp574 if (paint.getPathEffect()->asPoints(&pointData, path, rec, in drawPoints()