Searched refs:ArkUIFontStruct (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | span_modifier.cpp | 193 void SetSpanFont(NodeHandle node, const struct ArkUIFontStruct *fontInfo) in SetSpanFont()
|
H A D | search_modifier.cpp | 51 void SetSearchTextFont(ArkUINodeHandle node, const struct ArkUIFontStruct* value) in SetSearchTextFont() 170 void SetSearchPlaceholderFont(ArkUINodeHandle node, const struct ArkUIFontStruct* value) in SetSearchPlaceholderFont()
|
H A D | text_modifier.cpp | 419 void SetTextFont(NodeHandle node, const struct ArkUIFontStruct *fontInfo) in SetTextFont()
|
H A D | node_span_modifier.cpp | 304 void SetSpanFont(ArkUINodeHandle node, const struct ArkUIFontStruct* fontInfo) in SetSpanFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_span_bridge.cpp | 439 ArkUIFontStruct fontInfo; in SetFont()
|
H A D | arkts_native_search_bridge.cpp | 108 struct ArkUIFontStruct value = { in SetTextFont() 400 struct ArkUIFontStruct value = { in SetPlaceholderFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 291 struct ArkUIFontStruct { struct 403 ArkUIFontStruct fontInfo; 4040 void (*setSearchTextFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* value); 4054 void (*setSearchPlaceholderFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* value); 4351 void (*setSpanFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* fontInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 2292 void (*setSearchTextFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* value); 2306 void (*setSearchPlaceholderFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* value); 2581 void (*setSpanFont)(ArkUINodeHandle node, const struct ArkUIFontStruct* fontInfo);
|