HomeSort by relevance Sort by last modified time
    Searched refs:m_imageResamplingHintDstSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 221 FloatSize m_imageResamplingHintDstSize;
PlatformContextSkia.cpp 628 *dstSize = m_imageResamplingHintDstSize;
634 m_imageResamplingHintDstSize = dstSize;
640 m_imageResamplingHintDstSize = FloatSize();
645 return !m_imageResamplingHintSrcSize.isEmpty() && !m_imageResamplingHintDstSize.isEmpty();

Completed in 29 milliseconds