/third_party/skia/src/effects/ |
H A 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*,
|
H A 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
|
H A D | Sk1DPathEffect.cpp | 23 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, 95 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, 98 return this->INHERITED::onFilterPath(dst, src, rec, cullRect, ctm);
|
H A D | Sk2DPathEffect.cpp | 66 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, 117 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, 119 if (this->INHERITED::onFilterPath(dst, src, rec, cullRect, ctm)) {
|
H A D | SkDashImpl.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
H A D | SkTrimPE.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
H A D | SkTrimPathEffect.cpp | 51 bool SkTrimPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
H A D | SkDiscretePathEffect.cpp | 76 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
|
H A D | SkCornerPathEffect.cpp | 36 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
H A D | SkDashPathEffect.cpp | 42 bool SkDashImpl::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in SkDashImpl
|
/third_party/skia/src/core/ |
H A 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, 162 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
|
H A D | SkPathEffectBase.h | 100 virtual bool onFilterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*,
|
/third_party/skia/src/gpu/ |
H A D | GrTestUtils.h | 83 bool onFilterPath(SkPath* dst, const SkPath&, SkStrokeRec* , const SkRect*,
|
H A D | GrTestUtils.cpp | 295 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() function in GrTest::TestDashPathEffect
|
/third_party/skia/gm/ |
H A D | patheffects.cpp | 309 bool onFilterPath(SkPath* dst,
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 1170 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_rrect() 1255 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_unknown_path_effect() 1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect() 1387 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_makes_empty_shape() 1476 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, in test_path_effect_fails()
|