Home
last modified time | relevance | path

Searched defs:colorProfile (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp180 void createColorTransform(const ColorProfile& colorProfile, bool hasAlpha) in createColorTransform()
268 static void readColorProfile(png_structp png, png_infop info, ColorProfile& colorProfile) in readColorProfile()
355 ColorProfile colorProfile; in headerAvailable() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp218 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile) in readColorProfile()
391 ColorProfile colorProfile; in decode() local
524 void createColorTransform(const ColorProfile& colorProfile, bool hasAlpha) in createColorTransform()