Home
last modified time | relevance | path

Searched refs:fontIdIndex_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp56 fontIdIndex_ = static_cast<uint8_t*>(UIMalloc(totalFontId)); in UIMultiFontManager()
57 if (fontIdIndex_ == nullptr) { in UIMultiFontManager()
61 fontIdIndex_[index] = MAX_FONT_SEARCH_NUM; in UIMultiFontManager()
71 UIFree(fontIdIndex_); in ~UIMultiFontManager()
72 fontIdIndex_ = nullptr; in ~UIMultiFontManager()
81 fontIdIndex_[fontListId] = fontIndex; in AddNewFont()
89 uint8_t index = fontIdIndex_[fontListId]; in UpdateFont()
131 fontIdIndex_[index] = MAX_FONT_SEARCH_NUM; in ClearSearchFontList()
145 (fontIdIndex_ == nullptr) || (topIndex_ >= MAX_FONT_SEARCH_NUM)) { in SetSearchFontList()
155 (fontIdIndex_ in GetSearchFontList()
[all...]
H A Dui_multi_font_manager.h80 uint8_t* fontIdIndex_; member in OHOS::UIMultiFontManager

Completed in 1 milliseconds