Home
last modified time | relevance | path

Searched refs:m_maxDecodedBytes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h77 , m_maxDecodedBytes(maxDecodedBytes) in ImageDecoder()
311 size_t m_maxDecodedBytes; variable
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
DICOImageDecoder.cpp232 …ource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied, m_maxDecodedBytes)); in decodeAtIndex()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp732 if (originalBytes <= m_maxDecodedBytes) { in desiredScaleNumerator()
739 … static_cast<float>(m_maxDecodedBytes * scaleDenominator * scaleDenominator / originalBytes)))); in desiredScaleNumerator()