Searched refs:columnRect (Results 1 – 3 of 3) sorted by relevance
78 LayoutRect columnRect(columnRectAt(columnIndex)); in flowThreadTranslationAtOffset() local79 flipForWritingMode(columnRect); in flowThreadTranslationAtOffset()80 return contentBoxRect().location() + columnRect.location() - portionRect.location(); in flowThreadTranslationAtOffset()
1898 LayoutRect columnRect(frameRect()); in offsetFromContainer() local1899 block->adjustStartEdgeForWritingModeIncludingColumns(columnRect); in offsetFromContainer()1900 offset += toSize(columnRect.location()); in offsetFromContainer()
2887 LayoutRect columnRect() const { return m_colRect; } in columnRect() function in WebCore::ColumnRectIterator2931 LayoutRect colRect = it.columnRect(); in hitTestColumns()2952 LayoutRect colRect = it.columnRect(); in adjustForColumnRect()