Home
last modified time | relevance | path

Searched refs:onFilterPath (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/src/effects/
DSkOpPE.h21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
42 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
66 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
88 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
DSkOpPathEffect.cpp23 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkOpPE
114 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkMatrixPE
143 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkStrokePE
199 bool SkStrokeAndFillPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkStrokeAndFillPE
DSk2DPathEffect.cpp66 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in Sk2DPathEffect
117 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkLine2DPathEffectImpl
119 if (this->INHERITED::onFilterPath(dst, src, rec, cullRect, ctm)) { in onFilterPath()
DSk1DPathEffect.cpp23 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in Sk1DPathEffect
95 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkPath1DPathEffectImpl
98 return this->INHERITED::onFilterPath(dst, src, rec, cullRect, ctm); in onFilterPath()
DSkTrimPE.h20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
DSkDashImpl.h20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
DSkTrimPathEffect.cpp51 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkTrimPE
/third_party/flutter/skia/src/effects/
DSkOpPE.h20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
38 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
54 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
DSk2DPathEffect.cpp21 bool Sk2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src, in onFilterPath() function in Sk2DPathEffect
79 bool SkLine2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src, in onFilterPath() function in SkLine2DPathEffect
81 if (this->INHERITED::onFilterPath(dst, src, rec, cullRect)) { in onFilterPath()
DSkOpPathEffect.cpp21 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkOpPE
74 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const { in onFilterPath() function in SkMatrixPE
102 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const { in onFilterPath() function in SkStrokePE
DSk1DPathEffect.cpp19 bool Sk1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src, in onFilterPath() function in Sk1DPathEffect
76 bool SkPath1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src, in onFilterPath() function in SkPath1DPathEffect
79 return this->INHERITED::onFilterPath(dst, src, rec, cullRect); in onFilterPath()
DSkTrimPE.h21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
DSkDashImpl.h20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
DSkTrimPathEffect.cpp56 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkTrimPE
DSkDiscretePathEffect.cpp84 bool SkDiscretePathEffect::onFilterPath(SkPath* dst, const SkPath& src, in onFilterPath() function in SkDiscretePathEffect
/third_party/flutter/skia/include/effects/
DSk1DPathEffect.h21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
60 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
DSk2DPathEffect.h39 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
69 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
DSkCornerPathEffect.h33 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
DSkDiscretePathEffect.h40 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
/third_party/flutter/skia/src/core/
DSkPathEffect.cpp21 if (this->onFilterPath(tmpDst, src, rec, bounds)) { in filterPath()
101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkComposePathEffect
159 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkSumPathEffect
/third_party/skia/src/core/
DSkPathEffect.cpp27 if (as_PEB(this)->onFilterPath(tmpDst, src, rec, bounds, ctm)) { in filterPath()
101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkComposePathEffect
162 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkSumPathEffect
DSkPathEffectBase.h100 virtual bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*,
/third_party/skia/src/gpu/
DGrTestUtils.h83 bool onFilterPath(SkPath* dst, const SkPath&, SkStrokeRec* , const SkRect*,
/third_party/flutter/skia/include/core/
DSkPathEffect.h167 virtual bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const = 0;
/third_party/flutter/skia/src/gpu/
DGrTestUtils.h79 bool onFilterPath(SkPath* dst, const SkPath&, SkStrokeRec* , const SkRect*) const override;

12