Searched refs:PaintHueRotate (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | graphic_modifier.cpp | 154 SkiaDecorationPainter::PaintHueRotate(rRect, context.canvas, property_->Get()); in Draw() 156 DrawingDecorationPainter::PaintHueRotate(rRect, context.canvas, property_->Get()); in Draw()
|
H A D | skia_decoration_painter.h | 75 static void PaintHueRotate(const SkRRect& rRect, SkCanvas* canvas, float hueRotate);
|
H A D | skia_decoration_painter.cpp | 1089 void SkiaDecorationPainter::PaintHueRotate(const SkRRect& rRect, SkCanvas* canvas, float hueRotate) in PaintHueRotate() function in OHOS::Ace::NG::SkiaDecorationPainter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.h | 64 static void PaintHueRotate(const RSRoundRect& frameSize, RSCanvas* canvas, float hueRotate);
|
H A D | drawing_decoration_painter.cpp | 1091 void DrawingDecorationPainter::PaintHueRotate(const RSRoundRect& rRect, RSCanvas* canvas, float hue… in PaintHueRotate() function in OHOS::Ace::NG::DrawingDecorationPainter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.h | 86 …static void PaintHueRotate(const SkRRect& outerRRect, SkCanvas* canvas, const float& hueRotate, co… 111 static void PaintHueRotate(const RSRoundRect& outerRRect, RSCanvas* canvas,
|
H A D | rosen_decoration_painter.cpp | 1764 void RosenDecorationPainter::PaintHueRotate( in PaintHueRotate() function in OHOS::Ace::RosenDecorationPainter 1810 void RosenDecorationPainter::PaintHueRotate( in PaintHueRotate() function in OHOS::Ace::RosenDecorationPainter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 337 …RosenDecorationPainter::PaintHueRotate(outerRRect, canvas, backDecoration_->GetHueRotate(), bgColo… 375 …RosenDecorationPainter::PaintHueRotate(outerRRect, canvas, frontDecoration_->GetHueRotate(), bgCol…
|