Searched refs:clipWidth (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderFieldset.cpp | 176 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width()); in paintBoxDecorations() local 177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height())); in paintBoxDecorations()
|
D | RenderBox.cpp | 1126 int clipWidth = width() - bLeft - borderRight(); in overflowClipRect() local 1131 clipWidth -= layer()->verticalScrollbarWidth(relevancy); in overflowClipRect() 1135 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect() 1142 int clipWidth = width(); in clipRect() local 1148 clipWidth -= c; in clipRect() 1152 clipWidth -= width() - style()->clipRight().calcValue(width()); in clipRect() 1163 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebKitPluginHost.defs | 56 clipWidth :double;
|