Home
last modified time | relevance | path

Searched defs:isColor (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcommon_shape_modifier.cpp228 void SetShapeForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetShapeForegroundColor()
Dnode_text_modifier.cpp248 void SetTextForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetTextForegroundColor()
Dnode_common_modifier.cpp2565 void SetForegroundColor(ArkUINodeHandle node, ArkUI_Bool isColor, uint32_t color) in SetForegroundColor()
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp3150 bool isColor = true; in SetForegroundColor() local