Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLine

2150         InlineFlowBox* firstLine = flow->firstLineBox();
2152 if (firstLine && lastLine && firstLine != lastLine) {
2153 xPos = leftValue + marginLeftValue + lastLine->borderLeft() + (lastLine->x() - firstLine->x());
2556 InlineFlowBox* firstLine = flow->firstLineBox();
2558 if (firstLine && lastLine && firstLine != lastLine) {
2559 m_frameRect.setX(leftValue + m_marginLeft + lastLine->borderLeft() + (lastLine->x() - firstLine->x()));