HomeSort by relevance Sort by last modified time
    Searched refs:onFilterPath (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/src/effects/
SkTrimPE.h 21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
SkOpPE.h 20 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;
SkDashImpl.h 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
Sk2DPathEffect.cpp 21 bool Sk2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
79 bool SkLine2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
81 if (this->INHERITED::onFilterPath(dst, src, rec, cullRect)) {
SkOpPathEffect.cpp 21 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
74 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const {
102 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const {
Sk1DPathEffect.cpp 19 bool Sk1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
72 bool SkPath1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
75 return this->INHERITED::onFilterPath(dst, src, rec, cullRect);
SkDiscretePathEffect.cpp 84 bool SkDiscretePathEffect::onFilterPath(SkPath* dst, const SkPath& src,
SkTrimPathEffect.cpp 56 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
  /external/skqp/src/effects/
SkTrimPE.h 21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
SkOpPE.h 20 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;
SkDashImpl.h 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
Sk2DPathEffect.cpp 21 bool Sk2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
79 bool SkLine2DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
81 if (this->INHERITED::onFilterPath(dst, src, rec, cullRect)) {
SkOpPathEffect.cpp 21 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
74 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const {
102 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const {
Sk1DPathEffect.cpp 19 bool Sk1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
72 bool SkPath1DPathEffect::onFilterPath(SkPath* dst, const SkPath& src,
75 return this->INHERITED::onFilterPath(dst, src, rec, cullRect);
  /external/skia/include/effects/
SkCornerPathEffect.h 33 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
SkDiscretePathEffect.h 40 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
Sk1DPathEffect.h 21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
60 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
Sk2DPathEffect.h 39 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
69 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
  /external/skqp/include/effects/
SkCornerPathEffect.h 33 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
SkDiscretePathEffect.h 40 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
Sk1DPathEffect.h 21 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
60 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
Sk2DPathEffect.h 39 bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
69 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
  /external/skia/src/core/
SkPathEffect.cpp 21 if (this->onFilterPath(tmpDst, src, rec, bounds)) {
101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
159 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
  /external/skqp/src/core/
SkPathEffect.cpp 21 if (this->onFilterPath(tmpDst, src, rec, bounds)) {
101 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
159 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
  /external/skia/include/core/
SkPathEffect.h 167 virtual bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const = 0;

Completed in 3159 milliseconds

1 2