Searched refs:TestPixels (Results 1 – 1 of 1) sorted by relevance
/external/skia/gm/ |
D | bleed.cpp | 25 struct TestPixels { struct 40 bool make_ringed_bitmap(GrContext*, TestPixels* result, int width, int height, in make_ringed_bitmap() argument 47 result->fType = TestPixels::kBitmap; in make_ringed_bitmap() 109 static bool make_ringed_color_bitmap(GrContext* ctx, TestPixels* result, int width, int height) { in make_ringed_color_bitmap() 121 static bool make_ringed_alpha_bitmap(GrContext* ctx, TestPixels* result, int width, int height) { in make_ringed_alpha_bitmap() 131 static void bmp_to_image(TestPixels* result) { in bmp_to_image() 132 SkASSERT(TestPixels::kBitmap == result->fType); in bmp_to_image() 135 result->fType = TestPixels::kImage; in bmp_to_image() 140 bool make_ringed_color_image(GrContext* ctx, TestPixels* result, int width, int height) { in make_ringed_color_image() 149 bool make_ringed_alpha_image(GrContext* ctx, TestPixels* result, int width, int height) { in make_ringed_alpha_image() [all …]
|