OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sizeRespectingOrientation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h
168
mutable IntSize
m_sizeRespectingOrientation
;
BitmapImage.cpp
91
// Set
m_sizeRespectingOrientation
to be the same as m_size so it's not 0x0.
92
m_sizeRespectingOrientation
= m_size;
188
m_sizeRespectingOrientation
= m_source.size(RespectImageOrientation);
201
return
m_sizeRespectingOrientation
;
Completed in 72 milliseconds