Home
last modified time | relevance | path

Searched refs:curLineHeight (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp277 int16_t curLineHeight; in Draw() local
282 CalculatedCurLineHeight(lineHeight, curLineHeight, fontHeight, style, lineMaxHeight); in Draw()
296 curLineHeight = font->GetLineMaxHeight( in Draw()
300 curLineHeight += style.lineSpace_; in Draw()
303 curLineHeight = lineHeight; in Draw()
305 curLineHeight -= style.lineSpace_; in Draw()
308 int16_t nextLine = pos.y + curLineHeight; in Draw()
312 Rect currentMask(mask.GetLeft(), pos.y, mask.GetRight(), pos.y + curLineHeight); in Draw()
316 LabelLineInfo labelLine {pos, offset, currentMask, curLineHeight, lineBytes, in Draw()
332 SetNextLineBegin(style, lineMaxHeight, curLineHeight, po in Draw()
338 CalculatedCurLineHeight(int16_t& lineHeight, int16_t& curLineHeight, uint16_t fontHeight, const Style& style, uint16_t lineMaxHeight) CalculatedCurLineHeight() argument
377 SetNextLineBegin(const Style& style, uint16_t lineMaxHeight, int16_t& curLineHeight, Point& pos, int16_t& tempLetterIndex, int16_t& lineHeight, uint16_t& lineBegin, uint16_t letterIndex) SetNextLineBegin() argument
[all...]
H A Dtyped_text.cpp42 uint16_t curLineHeight; in GetTextSize() local
51 curLineHeight = curLetterHeight + lineSpace; in GetTextSize()
53 curLineHeight = lineHeight; in GetTextSize()
59 size.y += curLineHeight; in GetTextSize()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h631 void CalculatedCurLineHeight(int16_t& lineHeight, int16_t& curLineHeight,
633 void SetNextLineBegin(const Style& style, uint16_t lineMaxHeight, int16_t& curLineHeight, Point& pos,

Completed in 4 milliseconds