Lines Matching defs:canvas
17 void test_concave(SkCanvas* canvas, const SkPaint& paint) { in test_concave()
28 void test_reverse_concave(SkCanvas* canvas, const SkPaint& paint) { in test_reverse_concave()
41 void test_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie()
54 void test_fake_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_fake_bowtie()
69 void test_fish(SkCanvas* canvas, const SkPaint& paint) { in test_fish()
84 void test_collinear_edges(SkCanvas* canvas, const SkPaint& paint) { in test_collinear_edges()
97 void test_hole(SkCanvas* canvas, const SkPaint& paint) { in test_hole()
114 void test_star(SkCanvas* canvas, const SkPaint& paint) { in test_star()
129 void test_stairstep(SkCanvas* canvas, const SkPaint& paint) { in test_stairstep()
143 void test_stairstep2(SkCanvas* canvas, const SkPaint& paint) { in test_stairstep2()
157 void test_overlapping(SkCanvas* canvas, const SkPaint& paint) { in test_overlapping()
170 void test_monotone_1(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_1()
184 void test_monotone_2(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_2()
197 void test_monotone_3(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_3()
210 void test_monotone_4(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_4()
225 void test_monotone_5(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_5()
237 void test_degenerate(SkCanvas* canvas, const SkPaint& paint) { in test_degenerate()
251 void test_coincident_edge(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edge()
269 void test_bowtie_coincident_triangle(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie_coincident_triangle()
285 void test_coincident_edges_1(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_1()
299 void test_coincident_edges_2(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_2()
313 void test_coincident_edges_3(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_3()
327 void test_coincident_edges_4(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_4()
356 void onDraw(SkCanvas* canvas) override { in onDraw()