Home
last modified time | relevance | path

Searched defs:nextWidth (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp161 int16_t nextWidth = (curWidth > 0 && width > 0) ? (curWidth + space + width) : (curWidth + width); in GetNextLineAndWidth() local

Completed in 2 milliseconds