Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/image/
Dimage.cc212 CHECK_EQ(type_, Image::kImageRepSkia); in AsImageRepSkia()
302 : ImageRep(Image::kImageRepSkia), in ImageRepSkia()
546 storage_ = new internal::ImageStorage(Image::kImageRepSkia); in Image()
616 internal::ImageRep* rep = GetRepresentation(kImageRepSkia, false); in ToImageSkia()
673 case kImageRepSkia: { in ToGdkPixbuf()
675 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia(); in ToGdkPixbuf()
714 case kImageRepSkia: { in ToUIImage()
716 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia(); in ToUIImage()
745 case kImageRepSkia: { in ToNSImage()
747 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia(); in ToNSImage()
[all …]
Dimage_unittest.cc159 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
360 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
371 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
385 EXPECT_FALSE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
395 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
413 EXPECT_FALSE(image.HasRepresentation(gfx::Image::kImageRepSkia)); in TEST_F()
Dimage.h63 kImageRepSkia, enumerator
Dimage_unittest_util.cc210 return gfx::Image::kImageRepSkia; in GetPlatformRepresentationType()
Dimage_mac_unittest.mm199 EXPECT_FALSE(image.HasRepresentation(gfx::Image::kImageRepSkia));