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
77
,
m_maxDecodedBytes
(maxDecodedBytes)
87
// Sets
m_maxDecodedBytes
to Platform::maxImageDecodedBytes().
311
size_t
m_maxDecodedBytes
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp
232
m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied,
m_maxDecodedBytes
));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
732
if (originalBytes <=
m_maxDecodedBytes
) {
739
static_cast<float>(
m_maxDecodedBytes
* scaleDenominator * scaleDenominator / originalBytes))));
[
all
...]
Completed in 33 milliseconds