Searched refs:isColor (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | common_shape_modifier.cpp | 224 void SetShapeForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetShapeForegroundColor() argument 228 if (isColor) { in SetShapeForegroundColor()
|
H A D | node_text_modifier.cpp | 248 void SetTextForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetTextForegroundColor() argument 252 if (isColor) { in SetTextForegroundColor()
|
H A D | node_common_modifier.cpp | 2563 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 D | cjui_api.h | 151 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 D | arkoala_api.h | 1655 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 D | style_modifier.cpp | 3138 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 71 milliseconds