Searched refs:qcms_profile_from_memory (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h187 outputDeviceProfile = qcms_profile_from_memory(systemProfile, length);
194 outputDeviceProfile = qcms_profile_from_memory(profile.data(), profile.size());
/external/chromium_org/third_party/qcms/src/
H A Dqcms.h137 qcms_profile* qcms_profile_from_memory(const void *mem, size_t size);
H A Diccread.c996 /* qcms_profile_from_memory does not hold a reference to the memory passed in */
997 qcms_profile* qcms_profile_from_memory(const void *mem, size_t size) function
1185 profile = qcms_profile_from_memory(data, length);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp191 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp534 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp343 qcms_profile* inputProfile = qcms_profile_from_memory(data, size);

Completed in 1538 milliseconds