Home | History | Annotate | Download | only in rendering

Lines Matching refs:colLogicalWidth

4375     int colLogicalWidth = colInfo->desiredColumnWidth();
4380 logicalLeftOffsetForContent() + (index * (colLogicalWidth + colGap))
4381 : logicalLeftOffsetForContent() + contentLogicalWidth() - colLogicalWidth - (index * (colLogicalWidth + colGap));
4382 IntRect rect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4384 return IntRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
4385 return IntRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
4573 int colLogicalWidth = colInfo->desiredColumnWidth();
4578 IntRect sliceRect = IntRect(logicalLeft, borderBefore() + paddingBefore() + i * colLogicalHeight, colLogicalWidth, colLogicalHeight);