/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 175 virtual double GetInvert() const = 0;
|
H A D | inspector_composed_element.h | 188 double GetInvert() const override;
|
H A D | inspector_composed_element.cpp | 80 { "invert", [](const InspectorNode& inspector) { return inspector.GetInvert(); } }, 1140 double InspectorComposedElement::GetInvert() const in GetInvert() function in OHOS::Ace::V2::InspectorComposedElement 1144 return render->GetInvert(); in GetInvert()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.h | 169 double GetInvert(void) const;
|
H A D | render_box.cpp | 551 backDecoration_->SetInvert(newDecoration->GetInvert()); in UpdateBackDecoration() 577 frontDecoration_->SetInvert(newDecoration->GetInvert()); in UpdateFrontDecoration() 1323 double inverts = frontDecoration_->GetInvert().Value(); in SetInvert() 1330 double RenderBox::GetInvert(void) const in GetInvert() function in OHOS::Ace::RenderBox 1333 return frontDecoration_->GetInvert().Value(); in GetInvert()
|
H A D | rosen_render_box.cpp | 335 RosenDecorationPainter::PaintInvert(outerRRect, canvas, backDecoration_->GetInvert(), bgColor); 373 RosenDecorationPainter::PaintInvert(outerRRect, canvas, frontDecoration_->GetInvert(), bgColor);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 501 auto invert = properties.GetInvert(); in DumpNodePropertiesColor()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 497 const std::optional<float>& GetInvert() const;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 840 static napi_value GetInvert(napi_env env, napi_callback_info info) in GetInvert() function 1787 NVal::DeclareNapiGetter("INVERT", GetInvert), in GetRenderingContextBasePropertyDesc()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 713 static InvertVariant GetInvert(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4215 InvertVariant ViewAbstract::GetInvert(FrameNode* frameNode) in GetInvert() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 3415 const std::optional<float>& RSProperties::GetInvert() const in GetInvert() function in OHOS::Rosen::RSProperties 4135 auto invert = GetInvert(); in Dump()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5364 ArkUI_Float32 GetInvert(ArkUINodeHandle node) in GetInvert() function 5368 return std::get<float>(ViewAbstract::GetInvert(frameNode)); in GetInvert() 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 D | view_abstract_test_ng.cpp | 756 ViewAbstract::GetInvert(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3073 const ArkUI_AttributeItem* GetInvert(ArkUI_NodeHandle node) in GetInvert() function 12821 GetInvert, in GetCommonAttribute()
|