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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp 189 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
190 if (!deviceProfile)
199 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 526 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
527 if (!deviceProfile)
536 m_transform = qcms_transform_create(inputProfile, dataFormat, deviceProfile, dataFormat, QCMS_INTENT_PERCEPTUAL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.cpp 346 qcms_profile* deviceProfile = ImageDecoder::qcmsOutputDeviceProfile();
347 if (!deviceProfile)
358 m_transform = qcms_transform_create(inputProfile, format, deviceProfile, QCMS_DATA_RGBA_8, QCMS_INTENT_PERCEPTUAL);

Completed in 808 milliseconds