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

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

Completed in 18 milliseconds