Searched refs:readColorProfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.h68 void readColorProfile();
H A DWEBPImageDecoder.cpp440 void WEBPImageDecoder::readColorProfile()
487 readColorProfile();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp271 static void readColorProfile(png_structp png, png_infop info, ColorProfile& colorProfile) function in namespace:blink
359 readColorProfile(png, info, colorProfile);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp228 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile) function in namespace:blink
463 readColorProfile(info(), colorProfile);

Completed in 399 milliseconds