/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | rosen_render_picker_base.h | 35 …void PaintGradient(SkCanvas* canvas, const Offset& offset, const Rect& rect, const RefPtr<PickerTh… 37 …void PaintGradient(RSCanvas* canvas, const Offset& offset, const Rect& rect, const RefPtr<PickerTh…
|
H A D | rosen_render_picker_base.cpp | 132 PaintGradient(canvas, offset, rect, theme); in Paint() 139 void RosenRenderPickerBase::PaintGradient( in PaintGradient() function in OHOS::Ace::RosenRenderPickerBase 142 void RosenRenderPickerBase::PaintGradient( in PaintGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 83 void RosenRenderSelectPopup::PaintGradient(RenderContext& context, bool isTop) in PaintGradient() function in OHOS::Ace::RosenRenderSelectPopup 177 PaintGradient(context, false); in Paint() 181 PaintGradient(context, true); in Paint()
|
H A D | rosen_render_select_popup.h | 35 void PaintGradient(RenderContext& context, bool isTop);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | gradient_style_modifier.h | 84 void PaintGradient(SkCanvas& canvas, const SizeF& frameSize) const; 86 void PaintGradient(RSCanvas& canvas, const SizeF& frameSize) const;
|
H A D | gradient_style_modifier.cpp | 37 PaintGradient(*skCanvas, contentSize); in Draw() 41 PaintGradient(*context.canvas, contentSize); in Draw() 46 void GradientStyleModifier::PaintGradient(SkCanvas& canvas, const SizeF& frameSize) const in PaintGradient() function in OHOS::Ace::NG::GradientStyleModifier 61 void GradientStyleModifier::PaintGradient(RSCanvas& canvas, const SizeF& frameSize) const in PaintGradient() function in OHOS::Ace::NG::GradientStyleModifier
|
H A D | rosen_render_context.h | 539 void PaintGradient(const SizeF& frameSize);
|
H A D | rosen_render_context.cpp | 634 PaintGradient(paintRect.GetSize()); in SyncAdditionalGeometryProperties() 4534 void RosenRenderContext::PaintGradient(const SizeF& frameSize) function in OHOS::Ace::NG::RosenRenderContext 4576 PaintGradient(rect.GetSize()); 4585 PaintGradient(rect.GetSize()); 4594 PaintGradient(rect.GetSize());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_paint_method.cpp | 50 PaintGradient(canvas, barRect, backgroundColor, gradientRegions, padding); in GetForegroundDrawFunction() 55 void TabBarPaintMethod::PaintGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgrou… in PaintGradient() function in OHOS::Ace::NG::TabBarPaintMethod
|
H A D | tab_bar_paint_method.h | 42 static void PaintGradient(RSCanvas& canvas, const RectF& barRect, const Color& backgroundColor,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.h | 136 void PaintGradient(RenderContext& context);
|
H A D | rosen_decoration_painter.cpp | 1979 PaintGradient(renderContext); in PaintColorAndImage() 3086 void RosenDecorationPainter::PaintGradient(RenderContext& context) in PaintShadow() function in OHOS::Ace::RosenDecorationPainter
|