Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h47 int origValue; member
H A Dfont_config.cpp528 it.origValue << " , " << "\"to\" :" << it.newValue; in DumpAjdust()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp136 adjustInfo.origValue = rosenInfo->genericSet[i].adjustSet[j].origValue; in GetUIFontConfig()
H A Dfont_manager.h44 int origValue = 0; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp226 napi_create_int32(env, adjust.origValue, &weightResult); in GetUIFontGenericInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3066 drawAdjustInfo.weight = adjustInfo.origValue; in CopyDrawingAdjustInfo()