Searched refs:m_validHeight (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h55 unsigned validHeight() const { return m_validHeight; }
56 void setValidHeight(unsigned validHeight) { m_validHeight = validHeight; }
137 int m_validHeight; member in class:WebCore::SharedBitmap
H A DSharedBitmap.cpp68 , m_validHeight(abs(size.height()))

Completed in 197 milliseconds