HomeSort by relevance Sort by last modified time
    Searched refs:rgbColorProfile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 182 static bool rgbColorProfile(const char* profileData, unsigned profileLength)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 290 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength))
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 455 else if (!ImageDecoder::rgbColorProfile(profileData, profileSize))
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 242 else if (!ImageDecoder::rgbColorProfile(profileData, profileLength))
    [all...]

Completed in 48 milliseconds