Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp458 cJSON* rootObj = cJSON_GetObjectItem(root, tag); in ParseInstallFont() local
459 if (rootObj == nullptr) { in ParseInstallFont()
463 int size = cJSON_GetArraySize(rootObj); in ParseInstallFont()
470 cJSON* item = cJSON_GetArrayItem(rootObj, i); in ParseInstallFont()

Completed in 2 milliseconds