Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTestUtils.h63 class TestDashPathEffect : public SkPathEffect {
66 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase)); in Make()
75 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
DGrTestUtils.cpp264 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase); in TestStyle()
269 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) { in TestDashPathEffect() function in GrTest::TestDashPathEffect
277 bool TestDashPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath()
283 SkPathEffect::DashType TestDashPathEffect::asADash(DashInfo* info) const { in asADash()
/external/skia/src/gpu/ops/
DGrDashOp.cpp1308 p.setPathEffect(GrTest::TestDashPathEffect::Make(intervals, 2, phase)); in GR_DRAW_OP_TEST_DEFINE()