Searched defs:ColorProfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcolor_profile.cc22 ColorProfile::ColorProfile() { function in class:gfx::ColorProfile
27 ColorProfile::~ColorProfile() {
H A Dcolor_profile.h18 class GFX_EXPORT ColorProfile { class in namespace:gfx
22 ColorProfile();
23 ~ColorProfile();
30 DISALLOW_COPY_AND_ASSIGN(ColorProfile);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h46 typedef Vector<char> ColorProfile; typedef
201 ColorProfile profile = screenColorProfile();
219 static ColorProfile screenColorProfile()
225 ColorProfile colorProfile;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3462 typedef struct ColorProfile struct
3487 } ColorProfile; typedef in typeref:struct:ColorProfile
3489 static void color_profile_init(ColorProfile* profile, const LodePNGColorMode* mode)
3516 static void color_profile_cleanup(ColorProfile* profile)
3523 /*void printColorProfile(ColorProfile* p)
3553 static unsigned get_color_profile(ColorProfile* profile,
3762 ColorProfile profile;

Completed in 138 milliseconds