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

/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp244 int cHeight = contentHeight(); local
256 if (cWidth > 2 && cHeight > 2) {
264 context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight));
275 int usableHeight = cHeight - 2;
309 } else if (usableWidth >= textWidth && cHeight >= fontMetrics.height())
313 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) {
314 RefPtr<Image> img = m_imageResource->image(cWidth, cHeight);
323 IntSize contentSize(cWidth, cHeight);

Completed in 59 milliseconds