Lines Matching refs:lineBytes
281 … font->GetLineMaxHeight(text_, textLine_[0].lineBytes, fontId_, fontSize_, 0, spannableString_); in Draw()
291 uint16_t lineBytes = textLine_[i].lineBytes; in Draw() local
293 SetLineBytes(lineBytes, lineBegin); in Draw()
297 &text_[lineBegin], textLine_[i].lineBytes, fontId_, fontSize_, in Draw()
316 LabelLineInfo labelLine {pos, offset, currentMask, curLineHeight, lineBytes, in Draw()
317 0, opa, style, &text_[lineBegin], lineBytes, in Draw()
330 letterIndex = TypedText::GetUTF8CharacterSize(text_, lineBegin + lineBytes); in Draw()
365 void Text::SetLineBytes(uint16_t& lineBytes, uint16_t lineBegin) in SetLineBytes() argument
368 int j = lineBytes - 1; in SetLineBytes()
372 lineBytes = j + 1; in SetLineBytes()
380 lineBegin += textLine_[letterIndex].lineBytes; in SetNextLineBegin()
426 if (maxLineBytes < textLine_[lineNum].lineBytes) { in GetLine()
427 maxLineBytes = textLine_[lineNum].lineBytes; in GetLine()
450 begin -= textLine_[lineNum - 1].lineBytes; in CalculateLineWithEllipsis()
459 if (maxLineBytes < textLine_[i].lineBytes) { in CalculateLineWithEllipsis()
460 maxLineBytes = textLine_[i].lineBytes; in CalculateLineWithEllipsis()
482 textLine.lineBytes = nextLineBytes; in GetTextLine()