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

/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp275 int usableHeight = cHeight - 2; local
279 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
284 int centerY = (usableHeight - image->height()) / 2;

Completed in 38 milliseconds