Searched refs:fullNameArray (Results 1 – 2 of 2) sorted by relevance
126 const OH_Drawing_String* OH_Drawing_GetSystemFontFullNameByIndex(OH_Drawing_Array* fullNameArray, s… in OH_Drawing_GetSystemFontFullNameByIndex() argument128 ObjectArray* fullNameList = ConvertToOriginalText<ObjectArray>(fullNameArray); in OH_Drawing_GetSystemFontFullNameByIndex()139 void OH_Drawing_DestroySystemFontFullNames(OH_Drawing_Array* fullNameArray) in OH_Drawing_DestroySystemFontFullNames() argument141 ObjectArray* fullNameList = ConvertToOriginalText<ObjectArray>(fullNameArray); in OH_Drawing_DestroySystemFontFullNames()
143 napi_value fullNameArray = nullptr; in CreateFontList() local144 TEXT_ERROR_CHECK(napi_create_array(env, &fullNameArray) == napi_ok, return nullptr, in CreateFontList()151 …TEXT_ERROR_CHECK(napi_set_element(env, fullNameArray, index++, fullName) == napi_ok, return nullpt… in CreateFontList()154 return fullNameArray; in CreateFontList()