Home
last modified time | relevance | path

Searched defs:profileData (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h162 static bool rgbColorProfile(const char* profileData, unsigned profileLength) in rgbColorProfile()
169 static bool inputDeviceColorProfile(const char* profileData, unsigned profileLength) in inputDeviceColorProfile()
/external/chromium_org/ui/gfx/
Dcolor_profile_win.cc112 std::string profileData; in ReadColorProfile() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp284 char* profileData = reinterpret_cast<char*>(profile); in readColorProfile() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp444 const char* profileData = reinterpret_cast<const char*>(chunkIterator.chunk.bytes); in readColorProfile() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp229 char* profileData = reinterpret_cast<char*>(profile); in readColorProfile() local