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

/external/webkit/WebCore/rendering/
H A DRenderImage.cpp358 int cHeight = contentHeight(); local
373 if (cWidth > 2 && cHeight > 2) {
381 context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight));
392 int usableHeight = cHeight - 2;
423 } else if (usableWidth >= textWidth && cHeight >= font.height())
427 } else if (hasImage() && cWidth > 0 && cHeight > 0) {
428 Image* img = image(cWidth, cHeight);
437 IntSize contentSize(cWidth, cHeight);

Completed in 12 milliseconds