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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.h 65 void readColorProfile();
WEBPImageDecoder.cpp 357 void WEBPImageDecoder::readColorProfile()
404 readColorProfile();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 267 static void readColorProfile(png_structp png, png_infop info, ColorProfile& colorProfile)
355 readColorProfile(png, info, colorProfile);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 218 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile)
392 readColorProfile(info(), colorProfile);

Completed in 37 milliseconds