OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_imageResamplingHintSrcSize
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h
220
IntSize
m_imageResamplingHintSrcSize
;
PlatformContextSkia.cpp
627
*srcSize =
m_imageResamplingHintSrcSize
;
633
m_imageResamplingHintSrcSize
= srcSize;
639
m_imageResamplingHintSrcSize
= IntSize();
645
return !
m_imageResamplingHintSrcSize
.isEmpty() && !m_imageResamplingHintDstSize.isEmpty();
Completed in 247 milliseconds