Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h46 typedef struct AdjustInfo { struct
49 } AdjustInfo; typedef
50 using AdjustSet = std::vector<AdjustInfo>;
H A Dfont_config.cpp384 AdjustInfo info = {value[0], value[1]}; in ParseAdjust()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.h43 typedef struct AdjustInfo { struct
46 } AdjustInfo; argument
47 using AdjustSet = std::vector<AdjustInfo>;
H A Dfont_manager.cpp135 AdjustInfo adjustInfo; in GetUIFontConfig()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp222 for (const AdjustInfo& adjust: generic.adjustSet) { in GetUIFontGenericInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3064 …wingAdjustInfo(OH_Drawing_FontAdjustInfo& drawAdjustInfo, const TextEngine::AdjustInfo& adjustInfo) in CopyDrawingAdjustInfo()
3071 const std::vector<TextEngine::AdjustInfo>& adjustSet, OH_Drawing_FontConfigInfoErrorCode& code) in CopyDrawingAdjustSet()