OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isInICO
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.cpp
82
,
m_isInICO
(isInICO)
141
if (
m_isInICO
&& !m_decodingAndMask && !m_buffer->hasAlpha()) {
245
ASSERT(!
m_isInICO
); // ICO is a Windows format, not OS/2!
252
if (
m_isInICO
)
468
m_bitMasks[3] = (
m_isInICO
&& (m_infoHeader.biCompression != BITFIELDS) && (m_infoHeader.biBitCount == 32)) ? static_cast<uint32_t>(0xff000000) : 0;
[
all
...]
BMPImageReader.h
343
bool
m_isInICO
;
347
// header, thus doubling it). If |
m_isInICO
| is true, this variable tracks
Completed in 48 milliseconds