Searched refs:linePixelWidth (Results 1 – 2 of 2) sorted by relevance
229 if ((lineCount > 0) && (textSize_.x < textLine_[lineCount - 1].linePixelWidth)) { in ReMeasureTextWidthInEllipsisMode()230 textSize_.x = textLine_[lineCount - 1].linePixelWidth; in ReMeasureTextWidthInEllipsisMode()315 pos.x = LineStartPos(coords, textLine_[i].linePixelWidth); in Draw()434 textLine_[lineNum - 1].linePixelWidth += ellipsisWidth; in GetLine()435 if (textLine_[lineNum - 1].linePixelWidth > width) { in GetLine()439 textLine_[lineNum - 1].linePixelWidth += ellipsisWidth; in GetLine()483 textLine.linePixelWidth = lineWidth; in GetTextLine()
569 uint16_t linePixelWidth; member