Searched refs:flippedBlockRect (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2853 IntRect flippedBlockRect = IntRect(offsetFromRootBlock.width(), offsetFromRootBlock.height(), width(), height()); local
2854 rootBlock->flipForWritingMode(flippedBlockRect);
2855 flippedBlockRect.move(rootBlockPhysicalPosition.x(), rootBlockPhysicalPosition.y());
2856 clipOutPositionedObjects(paintInfo, flippedBlockRect.location(), m_positionedObjects.get());

Completed in 205 milliseconds