Lines Matching defs:canvas

16 void test_concave(SkCanvas* canvas, const SkPaint& paint) {  in test_concave()
27 void test_reverse_concave(SkCanvas* canvas, const SkPaint& paint) { in test_reverse_concave()
40 void test_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie()
53 void test_fake_bowtie(SkCanvas* canvas, const SkPaint& paint) { in test_fake_bowtie()
68 void test_fish(SkCanvas* canvas, const SkPaint& paint) { in test_fish()
83 void test_collinear_edges(SkCanvas* canvas, const SkPaint& paint) { in test_collinear_edges()
96 void test_hole(SkCanvas* canvas, const SkPaint& paint) { in test_hole()
113 void test_star(SkCanvas* canvas, const SkPaint& paint) { in test_star()
128 void test_stairstep(SkCanvas* canvas, const SkPaint& paint) { in test_stairstep()
142 void test_stairstep2(SkCanvas* canvas, const SkPaint& paint) { in test_stairstep2()
156 void test_overlapping(SkCanvas* canvas, const SkPaint& paint) { in test_overlapping()
169 void test_monotone_1(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_1()
183 void test_monotone_2(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_2()
196 void test_monotone_3(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_3()
209 void test_monotone_4(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_4()
224 void test_monotone_5(SkCanvas* canvas, const SkPaint& paint) { in test_monotone_5()
236 void test_degenerate(SkCanvas* canvas, const SkPaint& paint) { in test_degenerate()
250 void test_coincident_edge(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edge()
268 void test_bowtie_coincident_triangle(SkCanvas* canvas, const SkPaint& paint) { in test_bowtie_coincident_triangle()
284 void test_coincident_edges_1(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_1()
298 void test_coincident_edges_2(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_2()
312 void test_coincident_edges_3(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_3()
326 void test_coincident_edges_4(SkCanvas* canvas, const SkPaint& paint) { in test_coincident_edges_4()
355 void onDraw(SkCanvas* canvas) override { in onDraw()