HomeSort by relevance Sort by last modified time
    Searched refs:ColorProfile (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/
color_profile.cc 22 ColorProfile::ColorProfile() {
27 ColorProfile::~ColorProfile() {
color_profile.h 18 class GFX_EXPORT ColorProfile {
22 ColorProfile();
23 ~ColorProfile();
30 DISALLOW_COPY_AND_ASSIGN(ColorProfile);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.h 34 typedef WTF::Vector<char> ColorProfile;
47 PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
PlatformScreen.cpp 107 void screenColorProfile(ColorProfile& toProfile)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 180 void createColorTransform(const ColorProfile& colorProfile, bool hasAlpha)
186 if (colorProfile.isEmpty())
191 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
268 static void readColorProfile(png_structp png, png_infop info, ColorProfile& colorProfile)
292 ASSERT(colorProfile.isEmpty());
294 colorProfile.append(profileData, profileLength);
355 ColorProfile colorProfile
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 192 ColorProfile profile;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 218 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile)
237 ASSERT(colorProfile.isEmpty());
239 colorProfile.append(profileData, profileLength);
391 ColorProfile colorProfile;
392 readColorProfile(info(), colorProfile);
393 createColorTransform(colorProfile, colorSpaceHasAlpha(m_info.out_color_space));
524 void createColorTransform(const ColorProfile& colorProfile, bool hasAlpha
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 114 base::LazyInstance<gfx::ColorProfile>::Leaky g_color_profile =
    [all...]
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 871 gfx::ColorProfile profile;
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]

Completed in 1453 milliseconds