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

/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp274 int usableWidth = cWidth - 2; local
279 if (m_imageResource->errorOccurred() && !image->isNull() && usableWidth >= image->width() && usableHeight >= image->height()) {
281 int centerX = (usableWidth - image->width()) / 2;
307 if (usableWidth >= textWidth && fontMetrics.height() <= imageY)
309 } else if (usableWidth >= textWidth && cHeight >= fontMetrics.height())

Completed in 168 milliseconds