Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp180 if ((text == nullptr) || (GetWrapPoint(text, index) && in GetNextLine()
217 if (GetWrapPoint(text + index, tmp) && in GetNextLine()
229 bool TypedText::GetWrapPoint(const char* text, uint32_t& breakPoint) in GetWrapPoint() function in OHOS::TypedText
H A Dtyped_text.h104 static bool GetWrapPoint(const char* text, uint32_t& breakPoint);