Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1267 LayoutPoint adjustedPaintoffset = paintOffset + localRect.location(); in paintBoxDecorations() local
1275 LayoutRect paintRect = LayoutRect(adjustedPaintoffset, frameRect.size()); in paintBoxDecorations()
1312 …LayoutUnit stripX = adjustedPaintoffset.x() - (isHorizontal() ? logicalOffsetOnLine : LayoutUnit()… in paintBoxDecorations()
1313 …LayoutUnit stripY = adjustedPaintoffset.y() - (isHorizontal() ? LayoutUnit() : logicalOffsetOnLine… in paintBoxDecorations()