Searched refs:topColorInt (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_area_modifier.cpp | 1368 void SetTextAreaBorderColor(ArkUINodeHandle node, uint32_t topColorInt, in SetTextAreaBorderColor() argument 1374 borderColors.topColor = Color(topColorInt); in SetTextAreaBorderColor()
|
H A D | node_common_modifier.cpp | 848 …ArkUINodeHandle node, uint32_t topColorInt, uint32_t rightColorInt, uint32_t bottomColorInt, uint3… in SetBorderColor() argument 853 borderColors.topColor = Color(topColorInt); in SetBorderColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 43 ArkUI_Uint32 topColorInt, ArkUI_Uint32 bottomColorInt); 1583 void (*setTextAreaBorderColor)(ArkUINodeHandle node, ArkUI_Uint32 topColorInt,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1539 ArkUI_Uint32 topColorInt, ArkUI_Uint32 bottomColorInt); 3277 void (*setTextAreaBorderColor)(ArkUINodeHandle node, ArkUI_Uint32 topColorInt,
|