Searched refs:kSmallIconWidth (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | icon_util_unittest.cc | 34 static const int kSmallIconWidth = 16; member in IconUtilTest 87 HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth, in CheckAllIconSizes() 144 gfx::Size icon_size(kSmallIconWidth, kSmallIconHeight); in TEST_F() 175 bitmap->setInfo(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight)); in TEST_F() 189 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth, in TEST_F() 210 bitmap->allocPixels(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight)); in TEST_F() 231 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth, in TEST_F() 274 gfx::Size small_icon_size(kSmallIconWidth, kSmallIconHeight); in TEST_F() 305 SkBitmap bitmap = CreateBlackSkBitmap(kSmallIconWidth, kSmallIconHeight); in TEST_F() 326 kSmallIconWidth, in TEST_F() [all …]
|