Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h176 virtual double GetSepia() const = 0;
H A Dinspector_composed_element.h189 double GetSepia() const override;
H A Dinspector_composed_element.cpp81 { "sepia", [](const InspectorNode& inspector) { return inspector.GetSepia(); } },
1149 double InspectorComposedElement::GetSepia() const in GetSepia() function in OHOS::Ace::V2::InspectorComposedElement
1153 return render->GetSepia(); in GetSepia()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h167 double GetSepia(void) const;
H A Drender_box.cpp553 backDecoration_->SetSepia(newDecoration->GetSepia()); in UpdateBackDecoration()
579 frontDecoration_->SetSepia(newDecoration->GetSepia()); in UpdateFrontDecoration()
1303 double pias = frontDecoration_->GetSepia().Value(); in SetSepia()
1310 double RenderBox::GetSepia(void) const in GetSepia() function in OHOS::Ace::RenderBox
1313 return frontDecoration_->GetSepia().Value(); in GetSepia()
H A Drosen_render_box.cpp336 RosenDecorationPainter::PaintSepia(outerRRect, canvas, backDecoration_->GetSepia(), bgColor);
374 RosenDecorationPainter::PaintSepia(outerRRect, canvas, frontDecoration_->GetSepia(), bgColor);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp497 auto sepia = properties.GetSepia(); in DumpNodePropertiesColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h495 const std::optional<float>& GetSepia() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h714 static Dimension GetSepia(FrameNode* frameNode);
H A Dview_abstract.cpp4223 Dimension ViewAbstract::GetSepia(FrameNode* frameNode) in GetSepia() function in OHOS::Ace::NG::ViewAbstract
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3402 const std::optional<float>& RSProperties::GetSepia() const in GetSepia() function in OHOS::Rosen::RSProperties
4124 auto sepia = GetSepia(); in Dump()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5371 ArkUI_Float32 GetSepia(ArkUINodeHandle node) in GetSepia() function
5375 return ViewAbstract::GetSepia(frameNode).Value(); in GetSepia()
6252 GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCommonModifier()
6326 GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp757 ViewAbstract::GetSepia(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3099 const ArkUI_AttributeItem* GetSepia(ArkUI_NodeHandle node) in GetSepia() function
12822 GetSepia, in GetCommonAttribute()

Completed in 68 milliseconds