OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readColorProfile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.cpp
363
void WEBPImageDecoder::
readColorProfile
()
410
readColorProfile
();
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/
PNGImageDecoder.cpp
264
static void
readColorProfile
(png_structp png, png_infop info, ColorProfile& colorProfile)
355
readColorProfile
(png, info, colorProfile);
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
212
static void
readColorProfile
(jpeg_decompress_struct* info, ColorProfile& colorProfile)
384
readColorProfile
(info(), colorProfile);
Completed in 75 milliseconds