Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp284 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect); in paintFlowThreadPortionInRegion() local
285 flipForWritingMode(flippedFlowThreadPortionRect); in paintFlowThreadPortionInRegion()
286 portionLocation = flippedFlowThreadPortionRect.location(); in paintFlowThreadPortionInRegion()
333 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect); in hitTestFlowThreadPortionInRegion() local
334 flipForWritingMode(flippedFlowThreadPortionRect); in hitTestFlowThreadPortionInRegion()
335 renderFlowThreadOffset = accumulatedOffset - flippedFlowThreadPortionRect.location(); in hitTestFlowThreadPortionInRegion()
DRenderRegion.cpp331 LayoutRect flippedFlowThreadPortionRect(flowThreadPortionRect); in repaintFlowThreadContentRectangle() local
333 …flowThread()->flipForWritingMode(flippedFlowThreadPortionRect); // Put the region rects into physi… in repaintFlowThreadContentRectangle()
342 …clippedRect.setLocation(regionLocation + (clippedRect.location() - flippedFlowThreadPortionRect.lo… in repaintFlowThreadContentRectangle()