Home
last modified time | relevance | path

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

/dports/games/warzone2100/warzone2100/lib/widget/
H A Dparagraph.cpp72 auto currentLineBack = currentLine.back(); in endWord() local
74 …tialWordFront->length = partialWordFront->length + partialWordFront->begin - currentLineBack.begin; in endWord()
75 …tialWordFront->width = partialWordFront->offset + partialWordFront->width - currentLineBack.offset; in endWord()
76 partialWordFront->begin = currentLineBack.begin; in endWord()
77 partialWordFront->offset = currentLineBack.offset; in endWord()