/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 174 virtual double GetContrast() const = 0;
|
H A D | inspector_composed_element.h | 187 double GetContrast() const override;
|
H A D | inspector_composed_element.cpp | 91 { "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 D | render_box.cpp | 549 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 D | render_box.h | 161 double GetContrast(void) const;
|
H A D | rosen_render_box.cpp | 333 …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 D | rs_profiler_dump.cpp | 412 auto contrast = properties.GetContrast(); in DumpNodePropertiesColor()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 492 const std::optional<float>& GetContrast() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 721 static Dimension GetContrast(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4362 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 D | rs_properties.cpp | 3416 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 D | node_common_modifier.cpp | 5394 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 D | view_abstract_test_ng.cpp | 743 ViewAbstract::GetContrast(AceType::RawPtr(FRAME_NODE_REGISTER));
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3138 const ArkUI_AttributeItem* GetContrast(ArkUI_NodeHandle node) in GetContrast() function 12863 GetContrast, in GetCommonAttribute()
|