Searched refs:clipHeight (Results 1 – 3 of 3) sorted by relevance
154 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations() local157 legend->width(), clipHeight)); in paintBoxDecorations()
910 int clipHeight = height() - bTop - borderBottom(); in overflowClipRect() local915 clipHeight -= layer()->horizontalScrollbarHeight(); in overflowClipRect()918 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect()926 int clipHeight = height(); in clipRect() local940 clipHeight -= c; in clipRect()944 clipHeight -= height() - style()->clipBottom().calcValue(height()); in clipRect()946 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()
57 clipHeight :double);