Home
last modified time | relevance | path

Searched refs:TestDashPathEffect (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrTestUtils.h79 class TestDashPathEffect : public SkPathEffectBase {
82 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase)); in Make()
94 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
DGrTestUtils.cpp295 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase); in TestStyle()
300 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) { in TestDashPathEffect() function in GrTest::TestDashPathEffect
308 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath()
315 SkPathEffectBase::DashType TestDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/gpu/ganesh/ops/
DDashOp.cpp1341 p.setPathEffect(GrTest::TestDashPathEffect::Make(intervals, 2, phase)); in GR_DRAW_OP_TEST_DEFINE()