Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/image/
Dimage_unittest_util.h74 PlatformImage CopyPlatformType(const gfx::Image& image);
Dimage_unittest.cc277 gfx::Image from_platform(gt::CopyPlatformType(from_png)); in TEST_F()
322 gfx::Image from_platform(gt::CopyPlatformType(from_png)); in TEST_F()
359 gfx::Image from_platform(gt::CopyPlatformType(from_png)); in TEST_F()
514 gfx::Image from_platform(gt::CopyPlatformType(from_skbitmap)); in TEST_F()
555 gfx::Image from_platform(gt::CopyPlatformType(from_skbitmap)); in TEST_F()
Dimage_unittest_util.cc219 PlatformImage CopyPlatformType(const gfx::Image& image) { in CopyPlatformType() function