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

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.h 55 unsigned validHeight() const { return m_validHeight; }
56 void setValidHeight(unsigned validHeight) { m_validHeight = validHeight; }
ImageWinCE.cpp 164 if (!bmp || !bmp->validHeight()) {
169 if (bmp->width() != 1 || bmp->validHeight() != 1) {
191 if (bmp->validHeight() == bmp->height())

Completed in 152 milliseconds