Searched refs:TestDashPathEffect (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrTestUtils.h | 73 class TestDashPathEffect : public SkPathEffectBase { 76 return sk_sp<SkPathEffect>(new TestDashPathEffect(intervals, count, phase)); in Make() 88 TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);
|
| D | GrTestUtils.cpp | 282 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase); in TestStyle() 287 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) { in TestDashPathEffect() function in GrTest::TestDashPathEffect 295 bool TestDashPathEffect::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() 301 SkPathEffect::DashType TestDashPathEffect::onAsADash(DashInfo* info) const { in onAsADash()
|
| /third_party/skia/src/gpu/ops/ |
| D | DashOp.cpp | 1298 p.setPathEffect(GrTest::TestDashPathEffect::Make(intervals, 2, phase)); in GR_DRAW_OP_TEST_DEFINE()
|