Home
last modified time | relevance | path

Searched refs:GetContrast (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h174 virtual double GetContrast() const = 0;
H A Dinspector_composed_element.h187 double GetContrast() const override;
H A Dinspector_composed_element.cpp91 { "contrast", [](const InspectorNode& inspector) { return inspector.GetContrast(); } }, in __anon58d2e1330b02()
1143 double InspectorComposedElement::GetContrast() const in GetContrast() function in OHOS::Ace::V2::InspectorComposedElement
1147 return render->GetContrast(); in GetContrast()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp549 backDecoration_->SetContrast(newDecoration->GetContrast()); in UpdateBackDecoration()
575 frontDecoration_->SetContrast(newDecoration->GetContrast()); in UpdateFrontDecoration()
1244 double contrast = frontDecoration_->GetContrast().Value(); in SetContrast()
1251 double RenderBox::GetContrast(void) const in GetContrast() function in OHOS::Ace::RenderBox
1254 return frontDecoration_->GetContrast().Value(); in GetContrast()
H A Drender_box.h161 double GetContrast(void) const;
H A Drosen_render_box.cpp333 …RosenDecorationPainter::PaintContrast(outerRRect, canvas, backDecoration_->GetContrast(), bgColor);
371 …RosenDecorationPainter::PaintContrast(outerRRect, canvas, frontDecoration_->GetContrast(), bgColor…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp412 auto contrast = properties.GetContrast(); in DumpNodePropertiesColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h492 const std::optional<float>& GetContrast() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h721 static Dimension GetContrast(FrameNode* frameNode);
H A Dview_abstract.cpp4362 Dimension ViewAbstract::GetContrast(FrameNode* frameNode) in GetContrast() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3416 const std::optional<float>& RSProperties::GetContrast() const in GetContrast() function in OHOS::Rosen::RSProperties
4142 auto contrast = GetContrast(); in Dump()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5394 ArkUI_Float32 GetContrast(ArkUINodeHandle node) in GetContrast() function
5398 return ViewAbstract::GetContrast(frameNode).Value(); in GetContrast()
6311 … GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCommonModifier()
6385 … GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp743 ViewAbstract::GetContrast(AceType::RawPtr(FRAME_NODE_REGISTER));
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3138 const ArkUI_AttributeItem* GetContrast(ArkUI_NodeHandle node) in GetContrast() function
12863 GetContrast, in GetCommonAttribute()