Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp157 if ((ttcInfos_[i].ttcName != nullptr) && !strncmp(ttcInfos_[i].ttcName, ttcName, TTF_NAME_LEN_MAX)) { in RegisterTtcFontInfo()
159 } else if (ttcInfos_[i].ttcName == nullptr) { in RegisterTtcFontInfo()
164 error = FT_Stream_New(ftLibrary_, &args, &ttcInfos_[i].stream); in RegisterTtcFontInfo()
168 ttcInfos_[i].ttcName = ttcName; in RegisterTtcFontInfo()
169 args = {FT_OPEN_STREAM, nullptr, 0, nullptr, ttcInfos_[i].stream, nullptr, 0, nullptr}; in RegisterTtcFontInfo()
211 if ((ttcInfos_[i].ttcName != nullptr) && !strncmp(ttcInfos_[i].ttcName, ttcName, TTF_NAME_LEN_MAX)) { in UnregisterTtcFontInfo()
215 FT_Stream_Free(ttcInfos_[i].stream, 1); in UnregisterTtcFontInfo()
216 ttcInfos_[ in UnregisterTtcFontInfo()
[all...]
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h83 TtcInfo ttcInfos_[FONT_TTC_MAX] = {}; member in OHOS::UIFontVector

Completed in 2 milliseconds