Searched refs:profileData (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h182 static bool rgbColorProfile(const char* profileData, unsigned profileLength) argument
186 return !memcmp(&profileData[16], "RGB ", 4);
189 static bool inputDeviceColorProfile(const char* profileData, unsigned profileLength) argument
193 return !memcmp(&profileData[12], "mntr", 4) || !memcmp(&profileData[12], "scnr", 4);
/external/chromium_org/ui/gfx/
H A Dcolor_profile_win.cc112 std::string profileData;
113 if (!base::ReadFileToString(base::FilePath(path), &profileData))
115 size_t length = profileData.size();
118 profile->assign(profileData.data(), profileData.data() + length);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp287 char* profileData = reinterpret_cast<char*>(profile); local
290 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength))
292 else if (!ImageDecoder::inputDeviceColorProfile(profileData, profileLength))
297 colorProfile.append(profileData, profileLength);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp448 const char* profileData = reinterpret_cast<const char*>(chunkIterator.chunk.bytes);
455 else if (!ImageDecoder::rgbColorProfile(profileData, profileSize))
457 else if (!ImageDecoder::inputDeviceColorProfile(profileData, profileSize))
461 createColorTransform(profileData, profileSize);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp239 char* profileData = reinterpret_cast<char*>(profile); local
242 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength))
244 else if (!ImageDecoder::inputDeviceColorProfile(profileData, profileLength))
249 colorProfile.append(profileData, profileLength);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 156 milliseconds