Searched defs:hueRotate (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 712 std::shared_ptr<HueRotateModifier> hueRotate; member
|
H A D | skia_decoration_painter.cpp | 1089 void SkiaDecorationPainter::PaintHueRotate(const SkRRect& rRect, SkCanvas* canvas, float hueRotate) in PaintHueRotate() argument
|
H A D | rosen_render_context.cpp | 4195 auto hueRotate = graphicProps->GetFrontHueRotateValue(); local 4309 void RosenRenderContext::OnFrontHueRotateUpdate(float hueRotate) argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 505 auto hueRotate = properties.GetHueRotate(); in DumpNodePropertiesColor() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 2946 std::optional<float> hueRotate = std::optional<float>(1.f); in HWTEST_F() local 2999 std::optional<float> hueRotate = std::optional<float>(1.f); in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 1091 void DrawingDecorationPainter::PaintHueRotate(const RSRoundRect& rRect, RSCanvas* canvas, float hueRotate) in PaintHueRotate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 1764 PaintHueRotate( const SkRRect& outerRRect, SkCanvas* canvas, const float& hueRotate, const Color& color) PaintHueRotate() argument 1810 PaintHueRotate( const RSRoundRect& outerRRect, RSCanvas* canvas, const float& hueRotate, const Color& color) PaintHueRotate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 2411 void ViewAbstract::SetHueRotate(float hueRotate) in SetHueRotate() argument 2419 void ViewAbstract::SetHueRotate(FrameNode *frameNode, float hueRotate) in SetHueRotate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 2457 void RSNode::SetHueRotate(float hueRotate) in SetHueRotate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 3450 void RSProperties::SetHueRotate(const std::optional<float>& hueRotate) in SetHueRotate() argument 3610 auto hueRotate = hueRotate_.value(); in GenerateColorFilter() local 4146 auto hueRotate = GetHueRotate(); in Dump() local [all...] |
Completed in 48 milliseconds