Home
last modified time | relevance | path

Searched refs:validHeight (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.h55 unsigned validHeight() const { return m_validHeight; } in validHeight() function
56 void setValidHeight(unsigned validHeight) { m_validHeight = validHeight; } in setValidHeight() argument
DImageWinCE.cpp164 if (!bmp || !bmp->validHeight()) { in checkForSolidColor()
169 if (bmp->width() != 1 || bmp->validHeight() != 1) { in checkForSolidColor()
191 if (bmp->validHeight() == bmp->height()) in checkForSolidColor()