Searched defs:nextWidth (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ | ||
H A D | ui_line_break.cpp | 161 int16_t nextWidth = (curWidth > 0 && width > 0) ? (curWidth + space + width) : (curWidth + width);
in GetNextLineAndWidth() local |
Completed in 2 milliseconds