Searched refs:kSmallIconWidth (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | icon_util_unittest.cc | 35 static const int kSmallIconWidth = 16; member in IconUtilTest 88 HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth, in CheckAllIconSizes() 145 gfx::Size icon_size(kSmallIconWidth, kSmallIconHeight); in TEST_F() 176 bitmap->setInfo(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight)); in TEST_F() 190 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth, in TEST_F() 211 bitmap->allocPixels(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight)); in TEST_F() 232 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth, in TEST_F() 275 gfx::Size small_icon_size(kSmallIconWidth, kSmallIconHeight); in TEST_F() 306 SkBitmap bitmap = CreateBlackSkBitmap(kSmallIconWidth, kSmallIconHeight); in TEST_F() 327 kSmallIconWidth, in TEST_F() [all …]
|