Searched refs:FontGenericInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_config.h | 70 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 D | font_config.cpp | 266 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 D | font_manager.h | 67 typedef struct FontGenericInfo { struct 71 } FontGenericInfo; argument 72 using GenericSet = std::vector<FontGenericInfo>;
|
H A D | font_manager.cpp | 126 FontGenericInfo genericInfo; in GetUIFontConfig()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 200 for (const FontGenericInfo& generic: fontConfigJsonInfo.genericSet) { in GetUIFontGenericInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 3098 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()
|