Searched defs:clipHeight (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFieldset.cpp172 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); local
173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight));
H A DRenderBox.cpp1132 int clipHeight = height() - bTop - borderBottom(); local
1137 clipHeight -= layer()->horizontalScrollbarHeight(relevancy);
1140 return IntRect(clipX, clipY, clipWidth, clipHeight);
1148 int clipHeight = height(); local
1162 clipHeight -= c;
1166 clipHeight -= height() - style()->clipBottom().calcValue(height());
1168 return IntRect(clipX, clipY, clipWidth, clipHeight);

Completed in 82 milliseconds