Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp266 int FontConfigJson::ParseAdjustArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAdjustArr() argument
278 ParseAdjust(item, genericInfo); in ParseAdjustArr()
283 int FontConfigJson::ParseAliasArr(const cJSON* arr, FontGenericInfo &genericInfo) in ParseAliasArr() argument
295 ParseAlias(item, genericInfo); in ParseAliasArr()
317 FontGenericInfo genericInfo; in ParseGeneric() local
320 genericInfo.familyName = std::string(family->valuestring); in ParseGeneric()
325 ParseAliasArr(alias, genericInfo); in ParseGeneric()
330 ParseAdjustArr(adjust, genericInfo); in ParseGeneric()
333 fontPtr->genericSet.push_back(genericInfo); in ParseGeneric()
339 int FontConfigJson::ParseAlias(const cJSON* root, FontGenericInfo &genericInfo) in ParseAlias() argument
364 ParseAdjust(const cJSON* root, FontGenericInfo &genericInfo) ParseAdjust() argument
[all...]
H A Dfont_config.h106 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);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp129 FontGenericInfo genericInfo; in GetUIFontConfig() local
130 genericInfo.familyName = rosenInfo->genericSet[i].familyName; in GetUIFontConfig()
135 genericInfo.aliasSet.emplace_back(aliasInfo); in GetUIFontConfig()
141 genericInfo.adjustSet.emplace_back(adjustInfo); in GetUIFontConfig()
143 info.genericSet.emplace_back(genericInfo); in GetUIFontConfig()
/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()
2763 bool result = CopyStrData(&drawFontGenericInfo.familyName, genericInfo.familyName, &code); in CopyDrawingFontGenericInfo()
2769 &drawFontGenericInfo.aliasInfoSet, drawFontGenericInfo.aliasInfoSize, genericInfo.aliasSet, code); in CopyDrawingFontGenericInfo()
2775 &drawFontGenericInfo.adjustInfoSet, drawFontGenericInfo.adjustInfoSize, genericInfo.adjustSet, code); in CopyDrawingFontGenericInfo()
2760 CopyDrawingFontGenericInfo(OH_Drawing_FontGenericInfo& drawFontGenericInfo, const TextEngine::FontGenericInfo& genericInfo, OH_Drawing_FontConfigInfoErrorCode& code) CopyDrawingFontGenericInfo() argument

Completed in 8 milliseconds