Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderImage.cpp275 int usableHeight = cHeight - 2; in paintReplaced() local
279 …rorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->heigh… in paintReplaced()
284 int centerY = (usableHeight - image->height()) / 2; in paintReplaced()