Home
last modified time | relevance | path

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

/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()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.h67 typedef struct FontGenericInfo { struct
71 } FontGenericInfo; typedef
72 using GenericSet = std::vector<FontGenericInfo>;
H A Dfont_manager.cpp129 FontGenericInfo genericInfo; in GetUIFontConfig()
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp195 for (const FontGenericInfo& generic: fontConfigJsonInfo.genericSet) { in GetUIFontGenericInfo()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2761 const TextEngine::FontGenericInfo& genericInfo, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFontGenericInfo()
2783 size_t& fontGenericInfoSize, const std::vector<TextEngine::FontGenericInfo>& genericSet, in CopyDrawingFontGenericInfoSetInner()
2890 const std::vector<TextEngine::FontGenericInfo>& genericSet, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingFontGenericInfoSet()

Completed in 9 milliseconds