Searched refs:columnRect (Results 1 – 2 of 2) sorted by relevance
166 IntRect columnRect(column->rect()); in paintColumnHeaders() local167 columnRect.move(tx, ty); in paintColumnHeaders()168 if (columnRect.intersects(paintInfo.rect)) in paintColumnHeaders()
1286 IntRect columnRect(frameRect()); in offsetFromContainer() local1287 toRenderBlock(o)->flipForWritingModeIncludingColumns(columnRect); in offsetFromContainer()1288 offset += IntSize(columnRect.location().x(), columnRect.location().y()); in offsetFromContainer()1289 columnRect.move(point.x(), point.y()); in offsetFromContainer()1290 o->adjustForColumns(offset, columnRect.location()); in offsetFromContainer()