Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_builder.cpp21 totalLangId_(0), totalFontId_(0), totalTextId_(0) {} in UIFontBuilder()
49 totalTextId_ = totalTextId; in SetMaxTextId()
81 return totalTextId_; in GetTotalTextId()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_builder.h53 uint16_t totalTextId_; variable