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

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBlockPainter.cpp358 LayoutRect colRect = m_renderBlock.columnRectAt(colInfo, i); local
359 m_renderBlock.flipForWritingMode(colRect);
360 LayoutUnit logicalLeftOffset = (m_renderBlock.isHorizontalWritingMode() ? colRect.x() : colRect.y()) - m_renderBlock.logicalLeftOffsetForContent();
364 offset.expand(0, colRect.y() - m_renderBlock.borderTop() - m_renderBlock.paddingTop());
366 offset.expand(colRect.x() - m_renderBlock.borderLeft() - m_renderBlock.paddingLeft(), 0);
368 colRect.moveBy(paintOffset);
370 info.rect.intersect(enclosingIntRect(colRect));
374 LayoutRect clipRect(colRect);
396 LayoutUnit blockDelta = (m_renderBlock.isHorizontalWritingMode() ? colRect
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2530 LayoutRect colRect = it.columnRect(); local
2531 colRect.moveBy(accumulatedOffset);
2532 if (locationInContainer.intersects(colRect)) {
2538 if (!result.isRectBasedTest() || colRect.contains(hitRect))
2551 LayoutRect colRect = it.columnRect(); local
2552 if (colRect.contains(locationInContainer)) {
2951 LayoutRect colRect = columnRectAt(colInfo, i); local
2952 flipForWritingMode(colRect);
2954 LayoutRect gapAndColumnRect(colRect.x() - halfColGap, colRect
3054 LayoutRect colRect = columnRectAt(colInfo, startColumn); local
[all...]
H A DRenderLayer.cpp2317 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); local
2318 columnBlock->flipForWritingMode(colRect);
2319 LayoutUnit logicalLeftOffset = (isHorizontal ? colRect.x() : colRect.y()) - columnBlock->logicalLeftOffsetForContent();
2325 offset = LayoutSize(0, colRect.y() + currLogicalTopOffset - columnBlock->borderTop() - columnBlock->paddingTop());
2330 offset = LayoutSize(colRect.x() + currLogicalTopOffset - columnBlock->borderLeft() - columnBlock->paddingLeft(), 0);
2333 colRect.moveBy(layerOffset);
2336 localDirtyRect.intersect(colRect);
2343 context->clip(enclosingIntRect(colRect));
2384 LayoutUnit blockDelta = isHorizontal ? colRect
2883 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); local
2892 LayoutRect colRect = columnBlock->columnRectAt(colInfo, i); local
[all...]
H A DRenderMultiColumnSet.cpp453 LayoutRect colRect = columnRectAt(i); local
462 paintInvalidationOfFlowThreadContentRectangle(paintInvalidationRect, flowThreadPortion, flowThreadOverflowPortion, colRect.location());

Completed in 119 milliseconds