Searched refs:onAsPoints (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/effects/ |
H A D | SkDashImpl.h | 23 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
|
H A D | SkDashPathEffect.cpp | 166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in onAsPoints() function in SkDashImpl
|
/third_party/skia/src/core/ |
H A D | SkPathEffectBase.h | 106 virtual bool onAsPoints(PointData*, const SkPath&, const SkStrokeRec&, const SkMatrix&, in onAsPoints() function in SkPathEffectBase
|
H A D | SkPathEffect.cpp | 38 return this->onAsPoints(results, src, rec, mx, rect); in asPoints()
|
Completed in 2 milliseconds