Home
last modified time | relevance | path

Searched defs:readColorProfile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp268 static void readColorProfile(png_structp png, png_infop info, ColorProfile& colorProfile) in readColorProfile() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp436 void WEBPImageDecoder::readColorProfile() in readColorProfile() function in WebCore::WEBPImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp218 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile) in readColorProfile() function