Home | History | Annotate | Download | only in rendering

Lines Matching refs:endsWithBreak

431     ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
964 if (!fullLayout && lastRootBox() && lastRootBox()->endsWithBreak()) {
1344 if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || (prevRootBox->lineBreakObj()->isText() && prevRootBox->lineBreakPos() >= toRenderText(prevRootBox->lineBreakObj())->textLength())))
1352 if (lastRootBox() && !lastRootBox()->endsWithBreak())
1384 previousLineBrokeCleanly = !last || last->endsWithBreak();