Home
last modified time | relevance | path

Searched defs:genericInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp266 int FontConfigJson::ParseAdjustArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAdjustArr()
283 int FontConfigJson::ParseAliasArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAliasArr()
317 FontGenericInfo genericInfo; in ParseGeneric() local
339 int FontConfigJson::ParseAlias(const cJSON* root, FontGenericInfo &genericInfo) in ParseAlias()
364 int FontConfigJson::ParseAdjust(const cJSON* root, FontGenericInfo &genericInfo) in ParseAdjust()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp126 FontGenericInfo genericInfo; in GetUIFontConfig() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3098 const TextEngine::FontGenericInfo& genericInfo, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFontGenericInfo()