OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputDeviceColorProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
165
static bool
inputDeviceColorProfile
(const char* profileData, unsigned profileLength)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp
288
else if (!ImageDecoder::
inputDeviceColorProfile
(profileData, profileLength))
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
234
else if (!ImageDecoder::
inputDeviceColorProfile
(profileData, profileLength))
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp
374
else if (!ImageDecoder::
inputDeviceColorProfile
(profileData, profileSize))
Completed in 50 milliseconds