Home
last modified time | relevance | path

Searched defs:onFilterPath (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/effects/
DSk1DPathEffect.cpp34 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in Sk1DPathEffect
107 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkPath1DPathEffectImpl
DSk2DPathEffect.cpp74 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in Sk2DPathEffect
129 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkLine2DPathEffectImpl
DSkTrimPathEffect.cpp66 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkTrimPE
DSkCornerPathEffect.cpp46 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkCornerPathEffectImpl
DSkDiscretePathEffect.cpp89 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDiscretePathEffectImpl
DSkDashPathEffect.cpp57 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDashImpl
/external/skia/src/core/
DSkPathEffect.cpp112 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkComposePathEffect
173 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkSumPathEffect
/external/skia/gm/
Dpatheffects.cpp192 bool onFilterPath(SkPath* dst, in onFilterPath() function in __anondcd9761d0111::StrokeLineInflated
/external/skia/tests/
DGrStyledShapeTest.cpp1190 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
1275 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_unknown_path_effect() function in test_unknown_path_effect::AddLineTosPathEffect
1323 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect
1407 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect
1496 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_fails() function in test_path_effect_fails::FailurePathEffect
/external/skia/src/gpu/ganesh/
DGrTestUtils.cpp297 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in GrTest::TestDashPathEffect