Home
last modified time | relevance | path

Searched refs:beforeSoftHyphen (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp1669 InlineIterator beforeSoftHyphen; in findNextLineBreak() local
1671 beforeSoftHyphen = InlineIterator(0, o, pos - 1); in findNextLineBreak()
1673beforeSoftHyphen = InlineIterator(0, last, last->isText() ? toRenderText(last)->textLength() - 1 :… in findNextLineBreak()
1679 addMidpoint(lineMidpointState, beforeSoftHyphen); in findNextLineBreak()