D | Skbug6653.cpp | 16 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { in read_pixels() function 57 SkBitmap b1 = read_pixels(s1, SK_ColorBLACK); in test_bug_6653() 63 SkBitmap b2 = read_pixels(s2, SK_ColorBLACK); in test_bug_6653() 68 s0->getCanvas()->drawImage(read_pixels(s3, SK_ColorBLACK).asImage(), 0, 0); in test_bug_6653() 79 SkBitmap b4 = read_pixels(s4, SK_ColorRED); in test_bug_6653() 80 SkBitmap b5 = read_pixels(s4, SK_ColorGREEN); in test_bug_6653()
|