Home
last modified time | relevance | path

Searched defs:aiInvert (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_drawable_test.cpp58 std::optional<Vector4f> aiInvert = { Vector4f() }; variable
77 std::optional<Vector4f> aiInvert = { Vector4f() }; variable
H A Drs_property_drawable_utils_test.cpp362 std::optional<Vector4f> aiInvert = std::nullopt; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp2509 Vector4f aiInvert = { 1.f, 1.f, 1.f, 1.f }; variable
2993 std::optional<float> aiInvert = std::optional<float>(1.f); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp45 auto& aiInvert = node.GetRenderProperties().GetAiInvert(); in OnUpdate() local
H A Drs_property_drawable_utils.cpp805 …tyDrawableUtils::DrawBinarization(Drawing::Canvas* canvas, const std::optional<Vector4f>& aiInvert) in DrawBinarization()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp651 auto& aiInvert = content.GetRenderProperties().GetAiInvert(); in Generate() local
H A Drs_properties_painter.cpp1631 auto& aiInvert = properties.GetAiInvert(); in DrawBinarizationShader() local
H A Drs_properties.cpp3461 void RSProperties::SetAiInvert(const std::optional<Vector4f>& aiInvert) in SetAiInvert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6663 Vector4f aiInvert = { 1.f, 1.f, 1.f, 1.f }; // for test variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2468 void RSNode::SetAiInvert(const Vector4f& aiInvert) in SetAiInvert()