/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 179 virtual std::string GetColorBlend() const = 0;
|
H A D | inspector_composed_element.h | 192 std::string GetColorBlend() const override;
|
H A D | inspector_composed_element.cpp | 104 { "colorBlend", [](const InspectorNode& inspector) { return inspector.GetColorBlend(); } }, 1382 std::string InspectorComposedElement::GetColorBlend() const in GetColorBlend() function in OHOS::Ace::V2::InspectorComposedElement 1388 auto colorBlend = node->GetColorBlend(); in GetColorBlend()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_render_node.cpp | 116 property.GetColorBlend().has_value() || in OpincGetNodeSupportFlag()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.h | 163 Color GetColorBlend(void) const;
|
H A D | render_box.cpp | 552 backDecoration_->SetColorBlend(newDecoration->GetColorBlend()); in UpdateBackDecoration() 578 frontDecoration_->SetColorBlend(newDecoration->GetColorBlend()); in UpdateFrontDecoration() 1264 if (!NearEqual(frontDecoration_->GetColorBlend().GetValue(), color.GetValue())) { in SetColorBlend() 1270 Color RenderBox::GetColorBlend() const in GetColorBlend() function in OHOS::Ace::RenderBox 1273 return frontDecoration_->GetColorBlend(); in GetColorBlend()
|
H A D | rosen_render_box.cpp | 338 RosenDecorationPainter::PaintColorBlend(outerRRect, canvas, backDecoration_->GetColorBlend(), bgColor); 376 RosenDecorationPainter::PaintColorBlend(outerRRect, canvas, frontDecoration_->GetColorBlend(), bgColor);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 509 auto colorBlend = properties.GetColorBlend(); in DumpNodePropertiesColor()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 501 const std::optional<Color>& GetColorBlend() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 757 static Color GetColorBlend(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4855 Color ViewAbstract::GetColorBlend(FrameNode* frameNode) in GetColorBlend() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 3471 const std::optional<Color>& RSProperties::GetColorBlend() const in GetColorBlend() function in OHOS::Rosen::RSProperties 4157 auto colorBlend = GetColorBlend(); in Dump()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1243 ArkUI_Uint32 GetColorBlend(ArkUINodeHandle node) in GetColorBlend() function 1247 return ViewAbstract::GetColorBlend(frameNode).GetValue(); in GetColorBlend() 6258 SetBias, GetBias, ResetBias, GetColorBlend, GetForegroundBlurStyle, in GetCommonModifier() 6332 SetBias, GetBias, ResetBias, GetColorBlend, GetForegroundBlurStyle, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3649 const ArkUI_AttributeItem* GetColorBlend(ArkUI_NodeHandle node) in GetColorBlend() function 12852 GetColorBlend, in GetCommonAttribute()
|