Home
last modified time | relevance | path

Searched refs:clipHeight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBox.h272 …paintFillLayerExtended(const PaintInfo&, const Color&, const FillLayer*, int clipY, int clipHeight,
311 …void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int clipY, int clipHeight, i…
312 …ayers(const PaintInfo&, const Color&, const FillLayer*, int clipY, int clipHeight, int tx, int ty,…
314 …void paintMaskImages(const PaintInfo&, int clipY, int clipHeight, int tx, int ty, int width, int h…
DRenderFieldset.cpp155 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height()); in paintBoxDecorations() local
158 legend->width(), clipHeight)); in paintBoxDecorations()
DRenderBox.cpp1314 int clipHeight = height() - bTop - borderBottom(); in getOverflowClipRect() local
1319 clipHeight -= m_layer->horizontalScrollbarHeight(); in getOverflowClipRect()
1322 return IntRect(clipX, clipY, clipWidth, clipHeight); in getOverflowClipRect()
1330 int clipHeight = height(); in getClipRect() local
1344 clipHeight -= c; in getClipRect()
1348 clipHeight -= height() - style()->clipBottom().calcValue(height()); in getClipRect()
1350 return IntRect(clipX, clipY, clipWidth, clipHeight); in getClipRect()