D | skbug6653.cpp | 17 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { in read_pixels() function 56 SkBitmap b1 = read_pixels(s1, SK_ColorBLACK); in test_bug_6653() 62 SkBitmap b2 = read_pixels(s2, SK_ColorBLACK); in test_bug_6653() 67 SkBitmap b3 = read_pixels(s3, SK_ColorBLACK); 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()
|