Home
last modified time | relevance | path

Searched refs:SkDashImpl (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/effects/
DSkDashImpl.h13 class SkDashImpl : public SkPathEffectBase {
15 SkDashImpl(const SkScalar intervals[], int count, SkScalar phase);
18 ~SkDashImpl() override;
29 SK_FLATTENABLE_HOOKS(SkDashImpl) in SK_FLATTENABLE_HOOKS() argument
DSkDashPathEffect.cpp19 SkDashImpl::SkDashImpl(const SkScalar intervals[], int count, SkScalar phase) in SkDashImpl() function in SkDashImpl
38 SkDashImpl::~SkDashImpl() { in ~SkDashImpl()
42 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath()
166 bool SkDashImpl::onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec& rec, in onAsPoints()
359 SkPathEffect::DashType SkDashImpl::onAsADash(DashInfo* info) const { in onAsADash()
370 void SkDashImpl::flatten(SkWriteBuffer& buffer) const { in flatten()
375 sk_sp<SkFlattenable> SkDashImpl::CreateProc(SkReadBuffer& buffer) { in CreateProc()
397 return sk_sp<SkPathEffect>(new SkDashImpl(intervals, count, phase)); in Make()
DBUILD.bazel12 "SkDashImpl.h",
/third_party/skia/src/ports/
DSkGlobalInitialization_default.cpp99 SK_REGISTER_FLATTENABLE(SkDashImpl); in InitEffects()