Searched refs:kSmallIconWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dicon_util_unittest.cc35 static const int kSmallIconWidth = 16; member in class:IconUtilTest
88 HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth,
145 gfx::Size icon_size(kSmallIconWidth, kSmallIconHeight);
176 bitmap->setInfo(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight));
190 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth,
211 bitmap->allocPixels(SkImageInfo::MakeA8(kSmallIconWidth, kSmallIconHeight));
232 bitmap->setInfo(SkImageInfo::MakeN32Premul(kSmallIconWidth,
275 gfx::Size small_icon_size(kSmallIconWidth, kSmallIconHeight);
306 SkBitmap bitmap = CreateBlackSkBitmap(kSmallIconWidth, kSmallIconHeight);
327 kSmallIconWidth,
[all...]

Completed in 85 milliseconds