Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstBox

639     if (InlineBox* firstBox = firstLineBoxIncludingCulling())
640 x += firstBox->x();
647 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
648 y += firstBox->y();