/third_party/skia/src/effects/ |
D | SkOpPE.h | 21 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*,
|
D | SkOpPathEffect.cpp | 23 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
|
D | Sk2DPathEffect.cpp | 66 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()
|
D | Sk1DPathEffect.cpp | 23 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()
|
D | SkTrimPE.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
D | SkDashImpl.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
D | SkTrimPathEffect.cpp | 51 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkTrimPE
|
D | SkDiscretePathEffect.cpp | 76 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDiscretePathEffectImpl
|
D | SkCornerPathEffect.cpp | 36 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkCornerPathEffectImpl
|
D | SkDashPathEffect.cpp | 42 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDashImpl
|
/third_party/skia/src/core/ |
D | SkPathEffect.cpp | 27 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
|
D | SkPathEffectBase.h | 100 virtual bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*,
|
/third_party/skia/src/gpu/ |
D | GrTestUtils.h | 83 bool onFilterPath(SkPath* dst, const SkPath&, SkStrokeRec* , const SkRect*,
|
D | GrTestUtils.cpp | 295 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in GrTest::TestDashPathEffect
|
/third_party/skia/gm/ |
D | patheffects.cpp | 309 bool onFilterPath(SkPath* dst, in onFilterPath() function in __anond4e391bb0511::StrokeLineInflated
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 1170 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect 1255 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_unknown_path_effect() function in test_unknown_path_effect::AddLineTosPathEffect 1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect 1387 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect 1476 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_fails() function in test_path_effect_fails::FailurePathEffect
|