Searched refs:empty_bitmap (Results 1 – 3 of 3) sorted by relevance
356 SkBitmap empty_bitmap; in TEST_F() local364 empty_bitmap.setConfig(SkBitmap::kARGB_8888_Config, 0, 0); in TEST_F()365 empty_bitmap.allocPixels(); in TEST_F()366 empty_bitmap.eraseColor(SK_ColorGREEN); in TEST_F()376 notification1_->OnFetchComplete(GURL(kButtonOneIconUrl), &empty_bitmap); in TEST_F()
363 SkBitmap empty_bitmap; in GatherDiscardablePixelRefs() local364 empty_bitmap.setInfo(SkImageInfo::MakeUnknown(picture->width(), picture->height())); in GatherDiscardablePixelRefs()366 GatherPixelRefDevice device(empty_bitmap, &pixel_ref_set); in GatherDiscardablePixelRefs()
220 SkBitmap empty_bitmap = GetEmptyBitmap(pixel_size); in GetImageForScale() local221 return gfx::ImageSkiaRep(empty_bitmap, scale); in GetImageForScale()