Home
last modified time | relevance | path

Searched refs:rgbColorProfile (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h182 static bool rgbColorProfile(const char* profileData, unsigned profileLength) in rgbColorProfile() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp290 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength)) in readColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp455 else if (!ImageDecoder::rgbColorProfile(profileData, profileSize)) in readColorProfile()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp242 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength)) in readColorProfile()