Home
last modified time | relevance | path

Searched refs:CreateSquareBitmapWithColor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dbookmark_app_helper_unittest.cc76 SkBitmap CreateSquareBitmapWithColor(int size, SkColor color) { in CreateSquareBitmapWithColor() function
97 icon_info.data = CreateSquareBitmapWithColor(size, color); in CreateIconInfoWithBitmap()
167 CreateSquareBitmapWithColor(kIconSizeSmall, SK_ColorRED)); in TEST_F()
306 bitmaps.push_back(CreateSquareBitmapWithColor(16, SK_ColorRED)); in TEST_F()
307 bitmaps.push_back(CreateSquareBitmapWithColor(32, SK_ColorGREEN)); in TEST_F()
308 bitmaps.push_back(CreateSquareBitmapWithColor(48, SK_ColorBLUE)); in TEST_F()
309 bitmaps.push_back(CreateSquareBitmapWithColor(144, SK_ColorYELLOW)); in TEST_F()
321 bitmaps.push_back(CreateSquareBitmapWithColor(512, SK_ColorRED)); in TEST_F()
322 bitmaps.push_back(CreateSquareBitmapWithColor(18, SK_ColorGREEN)); in TEST_F()
323 bitmaps.push_back(CreateSquareBitmapWithColor(33, SK_ColorBLUE)); in TEST_F()
[all …]