Lines Matching refs:SkDashImpl
14 #include "src/effects/SkDashImpl.h"
19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase)
38 SkDashImpl::~SkDashImpl() {
42 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec,
359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const {
370 void SkDashImpl::flatten(SkWriteBuffer& buffer) const {
375 sk_sp<SkFlattenable> SkDashImpl::CreateProc(SkReadBuffer& buffer) {
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase));