Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp282 LayoutPoint portionLocation; in paintFlowThreadPortionInRegion() local
286 portionLocation = flippedFlowThreadPortionRect.location(); in paintFlowThreadPortionInRegion()
288 portionLocation = flowThreadPortionRect.location(); in paintFlowThreadPortionInRegion()
290 adjustedPaintOffset = roundedIntPoint(paintOffset - portionLocation); in paintFlowThreadPortionInRegion()
296 … pixelSnappedIntRect(computeRegionClippingRect(adjustedPaintOffset + portionLocation, flowThreadPo… in paintFlowThreadPortionInRegion()