Home
last modified time | relevance | path

Searched refs:lineBytes (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp281 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 in SetLineBytes()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h568 uint16_t lineBytes; member
629 void SetLineBytes(uint16_t& lineBytes, uint16_t lineBegin);

Completed in 3 milliseconds