OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_screenWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp
440
m_screenWidth
= GETINT16(currentComponent);
445
if (m_client && !m_client->setSize(
m_screenWidth
, m_screenHeight))
640
&& ((m_screenHeight < height) || (
m_screenWidth
< width) || (m_version == 87))) {
642
m_screenWidth
= width;
647
if (m_client && !m_client->setSize(
m_screenWidth
, m_screenHeight))
654
width =
m_screenWidth
;
672
m_screenWidth
= std::max(
m_screenWidth
, width);
GIFImageReader.h
287
,
m_screenWidth
(0)
352
unsigned
m_screenWidth
; // Logical screen width & height.
Completed in 116 milliseconds