Home
last modified time | relevance | path

Searched refs:isColor (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcommon_shape_modifier.cpp224 void SetShapeForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetShapeForegroundColor() argument
228 if (isColor) { in SetShapeForegroundColor()
H A Dnode_text_modifier.cpp248 void SetTextForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetTextForegroundColor() argument
252 if (isColor) { in SetTextForegroundColor()
H A Dnode_common_modifier.cpp2563 void SetForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetForegroundColor() argument
2567 if (isColor) { in SetForegroundColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h151 void (*setForegroundColor)(ArkUINodeHandle node, ArkUI_Bool isColor, ArkUI_Uint32 color);
496 void (*setShapeForegroundColor)(ArkUINodeHandle node, ArkUI_Int32 isColor, ArkUI_Uint32 color);
555 void (*setTextForegroundColor)(ArkUINodeHandle node, ArkUI_Bool isColor, ArkUI_Uint32 color);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1655 void (*setForegroundColor)(ArkUINodeHandle node, ArkUI_Bool isColor, ArkUI_Uint32 color);
2009 void (*setShapeForegroundColor)(ArkUINodeHandle node, ArkUI_Int32 isColor, ArkUI_Uint32 color);
2068 void (*setTextForegroundColor)(ArkUINodeHandle node, ArkUI_Bool isColor, ArkUI_Uint32 color);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3138 bool isColor = true; in SetForegroundColor() local
3142 isColor = false; in SetForegroundColor()
3144 node->uiNodeHandle, isColor, item->value[0].i32); in SetForegroundColor()
3146 isColor = true; in SetForegroundColor()
3148 node->uiNodeHandle, isColor, item->value[0].u32); in SetForegroundColor()

Completed in 80 milliseconds