Searched defs:borderColors (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 85 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override {} in SetOuterBorderColor() 117 void SetBorderColor(const NG::BorderColorProperty& borderColors) override {}; in SetBorderColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 406 NG::BorderColorProperty borderColors; variable 445 NG::BorderColorProperty borderColors; variable
|
H A D | view_abstract_test_ng_new.cpp | 136 NG::BorderColorProperty borderColors; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 330 NG::BorderColorProperty borderColors; in SetBorderColor() local 339 void SetBorderColor(const NG::BorderColorProperty& borderColors) override in SetBorderColor() 454 NG::BorderColorProperty borderColors; in SetOuterBorderColor() local 463 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override in SetOuterBorderColor()
|
H A D | view_abstract.cpp | 4082 BorderColorProperty borderColors = { defaultColor, defaultColor, defaultColor, defaultColor }; in GetBorderColor() local 4957 BorderColorProperty borderColors = { defaultColor, defaultColor, defaultColor, defaultColor }; in GetOuterBorderColor() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 1570 NG::BorderColorProperty borderColors; in CheckLocalizedOuterBorderColor() local 1787 BorderColorProperty borderColors; in CheckLocalizedEdgeColors() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_area_modifier.cpp | 1232 …NG::BorderColorProperty& borderColors, const uint32_t* values, ArkUI_Int32 valuesSize, ArkUI_Int32… in SetAllOptionalBorderColor() 1286 NG::BorderColorProperty borderColors; in SetTextAreaBorder() local 1373 NG::BorderColorProperty borderColors; in SetTextAreaBorderColor() local
|
H A D | node_common_modifier.cpp | 852 NG::BorderColorProperty borderColors; in SetBorderColor() local 1867 NG::BorderColorProperty borderColors; in SetBorder() local 4591 NG::BorderColorProperty borderColors; in SetOutlineColor() local 4781 NG::BorderColorProperty borderColors; in SetOutline() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 1944 void TextFieldModelNG::SetBorderColor(FrameNode* frameNode, NG::BorderColorProperty borderColors) in SetBorderColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 4557 NG::BorderColorProperty borderColors; in GetLocalizedBorderColor() local
|