Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_font_descriptor.cpp168 std::unordered_set<std::string> fullNameList; in OH_Drawing_GetSystemFontFullNamesByType() local
169 FontDescriptorMgrInstance.GetSystemFontFullNamesByType(systemFontType, fullNameList); in OH_Drawing_GetSystemFontFullNamesByType()
170 if (fullNameList.size() == 0) { in OH_Drawing_GetSystemFontFullNamesByType()
177 OH_Drawing_String* drawingStringArray = new (std::nothrow)OH_Drawing_String[fullNameList.size()]; in OH_Drawing_GetSystemFontFullNamesByType()
183 for (const auto& fullName : fullNameList) { in OH_Drawing_GetSystemFontFullNamesByType()
196 array->num = fullNameList.size(); in OH_Drawing_GetSystemFontFullNamesByType()
203 ObjectArray* fullNameList = ConvertToOriginalText<ObjectArray>(fullNameArray); in OH_Drawing_GetSystemFontFullNameByIndex() local
204 if (fullNameList != nullptr && fullNameList->type == ObjectType::STRING && in OH_Drawing_GetSystemFontFullNameByIndex()
205 index < fullNameList in OH_Drawing_GetSystemFontFullNameByIndex()
216 ObjectArray* fullNameList = ConvertToOriginalText<ObjectArray>(fullNameArray); OH_Drawing_DestroySystemFontFullNames() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp166 std::unordered_set<std::string> fullNameList; in GetInstallFontList() local
169 fullNameList.emplace(fullName); in GetInstallFontList()
172 return fullNameList; in GetInstallFontList()
177 std::unordered_set<std::string> fullNameList; in GetStylishFontList() local
179 fullNameList.emplace(temp.first); in GetStylishFontList()
181 return fullNameList; in GetStylishFontList()
186 std::unordered_set<std::string> fullNameList; in GetGenericFontList() local
188 fullNameList.emplace(temp->fullName); in GetGenericFontList()
190 return fullNameList; in GetGenericFontList()
221 auto fullNameList in GetSystemFontFullNamesByType() local
226 auto fullNameList = GetStylishFontList(); GetSystemFontFullNamesByType() local
231 auto fullNameList = GetInstallFontList(); GetSystemFontFullNamesByType() local
[all...]

Completed in 2 milliseconds