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