Searched refs:clipHeight (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderFieldset.cpp | 172 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations() local 173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight)); in paintBoxDecorations()
|
D | RenderBox.cpp | 1132 int clipHeight = height() - bTop - borderBottom(); in overflowClipRect() local 1137 clipHeight -= layer()->horizontalScrollbarHeight(relevancy); in overflowClipRect() 1140 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect() 1148 int clipHeight = height(); in clipRect() local 1162 clipHeight -= c; in clipRect() 1166 clipHeight -= height() - style()->clipBottom().calcValue(height()); in clipRect() 1168 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebKitPluginHost.defs | 57 clipHeight :double);
|