OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxDecodedBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
64
,
m_maxDecodedBytes
(maxDecodedBytes)
74
// Sets
m_maxDecodedBytes
to Platform::maxImageDecodedBytes().
275
size_t
m_maxDecodedBytes
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
633
if (originalBytes <=
m_maxDecodedBytes
) {
640
static_cast<float>(
m_maxDecodedBytes
* scaleDenominator * scaleDenominator / originalBytes))));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp
232
m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied,
m_maxDecodedBytes
));
Completed in 478 milliseconds