Searched refs:onAsPoints (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/effects/ |
D | SkDashImpl.h | 22 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
|
D | SkDashPathEffect.cpp | 166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in onAsPoints() function in SkDashImpl
|
/external/skqp/src/effects/ |
D | SkDashImpl.h | 22 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
|
D | SkDashPathEffect.cpp | 166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in onAsPoints() function in SkDashImpl
|
/external/skqp/include/core/ |
D | SkPathEffect.h | 171 virtual bool onAsPoints(PointData*, const SkPath&, const SkStrokeRec&, const SkMatrix&, in onAsPoints() function
|
/external/skia/include/core/ |
D | SkPathEffect.h | 171 virtual bool onAsPoints(PointData*, const SkPath&, const SkStrokeRec&, const SkMatrix&, in onAsPoints() function
|
/external/skia/src/core/ |
D | SkPathEffect.cpp | 36 return this->onAsPoints(results, src, rec, mx, rect); in asPoints()
|
/external/skqp/src/core/ |
D | SkPathEffect.cpp | 36 return this->onAsPoints(results, src, rec, mx, rect); in asPoints()
|