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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp4395 int colLogicalHeight = colInfo->columnHeight(); local
4401 IntRect rect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4403 return IntRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4404 return IntRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
4593 int colLogicalHeight = colInfo->columnHeight(); local
4597 IntRect sliceRect = IntRect(logicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHeight);
4604 int logicalOffset = style()->isFlippedBlocksWritingMode() ? (colCount - 1 - i) * colLogicalHeight : i * colLogicalHeight;

Completed in 47 milliseconds