Home
last modified time | relevance | path

Searched refs:FontGenericInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h70 typedef struct FontGenericInfo { struct
74 } FontGenericInfo; typedef
75 using GenericSet = std::vector<FontGenericInfo>;
106 int ParseAlias(const cJSON* root, FontGenericInfo &genericInfo);
107 int ParseAdjust(const cJSON* root, FontGenericInfo &genericInfo);
112 int ParseAdjustArr(const cJSON* arr, FontGenericInfo &genericInfo);
113 int ParseAliasArr(const cJSON* arr, FontGenericInfo &genericInfo);
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()
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.h67 typedef struct FontGenericInfo { struct
71 } FontGenericInfo; argument
72 using GenericSet = std::vector<FontGenericInfo>;
H A Dfont_manager.cpp126 FontGenericInfo genericInfo; in GetUIFontConfig()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp200 for (const FontGenericInfo& generic: fontConfigJsonInfo.genericSet) { in GetUIFontGenericInfo()
/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()
3120 size_t& fontGenericInfoSize, const std::vector<TextEngine::FontGenericInfo>& genericSet, in CopyDrawingFontGenericInfoSetInner()
3227 …const std::vector<TextEngine::FontGenericInfo>& genericSet, OH_Drawing_FontConfigInfoErrorCode& co… in CopyDrawingFontGenericInfoSet()