Home
last modified time | relevance | path

Searched refs:GetColorBlend (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h179 virtual std::string GetColorBlend() const = 0;
H A Dinspector_composed_element.h192 std::string GetColorBlend() const override;
H A Dinspector_composed_element.cpp104 { "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 Drs_canvas_render_node.cpp116 property.GetColorBlend().has_value() || in OpincGetNodeSupportFlag()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h163 Color GetColorBlend(void) const;
H A Drender_box.cpp552 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 Drosen_render_box.cpp338 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 Drs_profiler_dump.cpp509 auto colorBlend = properties.GetColorBlend(); in DumpNodePropertiesColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h501 const std::optional<Color>& GetColorBlend() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h757 static Color GetColorBlend(FrameNode* frameNode);
H A Dview_abstract.cpp4855 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 Drs_properties.cpp3471 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 Dnode_common_modifier.cpp1243 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 Dstyle_modifier.cpp3649 const ArkUI_AttributeItem* GetColorBlend(ArkUI_NodeHandle node) in GetColorBlend() function
12852 GetColorBlend, in GetCommonAttribute()

Completed in 67 milliseconds