Searched refs:stripWidth (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.cpp | 1187 … LayoutUnit stripWidth = isHorizontal() ? totalLogicalWidth : static_cast<LayoutUnit>(width()); in paintFillLayer() local 1192 …tFillLayerExtended(paintInfo, c, fillLayer, LayoutRect(stripX, stripY, stripWidth, stripHeight), B… in paintFillLayer() 1314 LayoutUnit stripWidth = isHorizontal() ? totalLogicalWidth : frameRect.width(); in paintBoxDecorations() local 1320 …boxModelObject()->paintBorder(paintInfo, LayoutRect(stripX, stripY, stripWidth, stripHeight), rend… in paintBoxDecorations() 1386 LayoutUnit stripWidth = isHorizontal() ? totalLogicalWidth : frameRect.width(); in paintMask() local 1392 …t()->paintNinePieceImage(paintInfo.context, LayoutRect(stripX, stripY, stripWidth, stripHeight), r… in paintMask()
|