Lines Matching refs:surface
98 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(640, 480)); in test_crbug131181() local
102 surface->getCanvas()->drawPath(path, paint); in test_crbug131181()
135 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(640, 480)); in test_inversepathwithclip() local
136 SkCanvas* canvas = surface->getCanvas(); in test_inversepathwithclip()
174 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(640, 480)); in test_bug533() local
175 surface->getCanvas()->drawPath(path, paint); in test_bug533()
216 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(640, 480)); in test_bigcubic() local
217 surface->getCanvas()->drawPath(path, paint); in test_bigcubic()
244 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(640, 480)); in test_halfway() local
245 SkCanvas* canvas = surface->getCanvas(); in test_halfway()
265 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(33000, 10)); in test_giantaa() local
271 surface->getCanvas()->drawPath(path, paint); in test_giantaa()
319 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(1000, 1000)); in test_crbug_472147_simple() local
320 SkCanvas* canvas = surface->getCanvas(); in test_crbug_472147_simple()
334 SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(1000, 1000)); in test_crbug_472147_actual() local
335 SkCanvas* canvas = surface->getCanvas(); in test_crbug_472147_actual()