Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp291 uint16_t lineBytes = textLine_[i].lineBytes; in Draw() local
293 SetLineBytes(lineBytes, lineBegin); in Draw()
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()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h568 uint16_t lineBytes; member
629 void SetLineBytes(uint16_t& lineBytes, uint16_t lineBegin);