Home
last modified time | relevance | path

Searched refs:SkOpPE (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/effects/
H A DSkOpPathEffect.cpp13 #include "src/effects/SkOpPE.h"
17 return sk_sp<SkPathEffect>(new SkOpPE(std::move(one), std::move(two), op)); in Make()
20 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() function in SkOpPE
23 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath()
43 bool SkOpPE::computeFastBounds(SkRect* bounds) const { in computeFastBounds()
81 void SkOpPE::flatten(SkWriteBuffer& buffer) const { in flatten()
87 sk_sp<SkFlattenable> SkOpPE::CreateProc(SkReadBuffer& buffer) { in CreateProc()
H A DSkOpPE.h14 class SkOpPE : public SkPathEffectBase { class
16 SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op);
25 SK_FLATTENABLE_HOOKS(SkOpPE)
/third_party/skia/src/ports/
H A DSkGlobalInitialization_default.cpp35 #include "src/effects/SkOpPE.h"
104 SK_REGISTER_FLATTENABLE(SkOpPE); in InitEffects()

Completed in 2 milliseconds