/aosp_15_r20/external/skia/src/effects/ |
H A D | Sk1DPathEffect.cpp | 34 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
|
H A D | Sk2DPathEffect.cpp | 74 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
|
H A D | SkTrimPathEffect.cpp | 66 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkTrimPE
|
H A D | SkCornerPathEffect.cpp | 46 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() function in SkCornerPathEffectImpl
|
H A D | SkDiscretePathEffect.cpp | 89 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDiscretePathEffectImpl
|
H A D | SkDashPathEffect.cpp | 58 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDashImpl
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkPathEffect.cpp | 108 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkComposePathEffect 169 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkSumPathEffect
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 1186 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect 1267 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_unknown_path_effect() function in test_unknown_path_effect::AddLineTosPathEffect 1315 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect 1399 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect 1488 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_fails() function in test_path_effect_fails::FailurePathEffect
|
/aosp_15_r20/external/skia/gm/ |
H A D | patheffects.cpp | 192 bool onFilterPath(SkPath* dst, in onFilterPath() function in __anon60ecd4bf0111::StrokeLineInflated
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrTestUtils.cpp | 308 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in GrTest::TestDashPathEffect
|