/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 181 pts[0], pts[1], colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 189 …static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 193 … static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), in SetGradientStyle() 223 pts[0], pts[1], colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetStrokeGradientStyle() 231 …static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetStrokeGradientStyle() 235 … static_cast<RSScalar>(info.r), colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), in SetStrokeGradientStyle()
|
H A D | svg_fe_gaussian_blur.cpp | 40 RSTileMode::DECAL, imageFilter, RSImageBlurType::GAUSS, filterRect); in OnAsImageFilter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 479 …rEffect::CreateLinearGradient(segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::CLAMP)); in PaintColorSegment() 482 segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::CLAMP)); in PaintColorSegment() 525 shadowRadiusFloat_->Get(), shadowRadiusFloat_->Get(), RSTileMode::DECAL, nullptr)); in PaintColorSegmentFilterMask() 530 shadowRadiusFloat_->Get(), shadowRadiusFloat_->Get(), RSTileMode::DECAL, nullptr)); in PaintColorSegmentFilterMask() 532 segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::CLAMP)); in PaintColorSegmentFilterMask() 652 colors, pos, RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() 656 RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() 663 shadowRadiusFloat_->Get(), shadowRadiusFloat_->Get(), RSTileMode::DECAL, nullptr)); in PaintProgress() 667 shadowRadiusFloat_->Get(), shadowRadiusFloat_->Get(), RSTileMode::DECAL, nullptr)); in PaintProgress() 692 RSTileMode::CLAMP, START_ANGLE, drawAngle, nullptr)); in PaintProgress() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing.h | 101 using RSTileMode = Rosen::Drawing::TileMode; variable 149 using RSTileMode = rosen::TileMode; variable 162 using RSTileMode = Rosen::Drawing::TileMode; variable
|
H A D | drawing_mock.h | 74 using RSTileMode = Testing::TileMode; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_pattern.cpp | 81 *rsPicture, RSTileMode::REPEAT, RSTileMode::REPEAT, RSFilterMode::NEAREST, matrix4, rect); in OnAsPaint()
|
H A D | rosen_render_svg_fe_gaussianblur.cpp | 29 …RSRecordingImageFilter::CreateBlurImageFilter(deviationX_, deviationY_, RSTileMode::DECAL, imageFi…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 95 *image, RSTileMode::CLAMP, RSTileMode::CLAMP, RSSamplingOptions(), matrix); in __anonb93f5faa0202() 100 *image, RSTileMode::MIRROR, RSTileMode::MIRROR, RSSamplingOptions(), matrix); in __anonb93f5faa0302() 105 *image, RSTileMode::DECAL, RSTileMode::DECAL, RSSamplingOptions(), matrix); in __anonb93f5faa0402() 110 *image, RSTileMode::REPEAT, RSTileMode::REPEAT, RSSamplingOptions(), matrix); in __anonb93f5faa0502() 115 *image, RSTileMode::REPEAT, RSTileMode::DECAL, RSSamplingOptions(), matrix); in __anonb93f5faa0602() 120 *image, RSTileMode::DECAL, RSTileMode::REPEAT, RSSamplingOptions(), matrix); in __anonb93f5faa0702() 236 auto mode = RSTileMode::CLAMP; in MakeConicGradient() 262 auto mode = RSTileMode::CLAMP; in UpdatePaintShader() 1451 blurFilter_ = RSImageFilter::CreateBlurImageFilter(0, 0, RSTileMode::DECAL, nullptr); in SetFilterParam() 1713 RSImageFilter::CreateBlurImageFilter(blurNum, blurNum, RSTileMode::DECAL, nullptr); in SetBlurFilter() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 821 colors, pos, RSTileMode::CLAMP)); in PaintLinearSweeping() 826 colors, pos, RSTileMode::CLAMP)); in PaintLinearSweeping() 1022 RSTileMode::CLAMP, 0, angle + additionalAngle * INT32_TWO, nullptr)); in PaintWhole() 1066 colors, pos, RSTileMode::CLAMP, 0, angle, nullptr)); in PaintBeginHalf() 1186 RSTileMode::CLAMP, 0, ANGLE_45, nullptr)); in PaintRingSweeping() 1192 RSTileMode::CLAMP, 0, ANGLE_45, nullptr)); in PaintRingSweeping() 1340 RSTileMode::CLAMP, tail - additionalAngle, head + additionalAngle, nullptr)); in PaintTrailing() 1628 RSTileMode::CLAMP)); in PaintCapsuleLightSweep() 1638 colors, pos, RSTileMode::CLAMP)); in PaintCapsuleLightSweep() 1647 colors, pos, RSTileMode::CLAMP)); in PaintCapsuleLightSweep() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 222 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 224 tileMode = RSTileMode::REPEAT; in CreateGradientShader() 382 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 385 tileMode = RSTileMode::REPEAT; in CreateGradientShader() 604 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 606 tileMode = RSTileMode::REPEAT; in CreateGradientShader()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 158 ringParam.darkRingRadius, ringParam.darkRingRadius, RSTileMode::DECAL, nullptr)); in DrawRing() 161 ringParam.darkRingRadius, ringParam.darkRingRadius, RSTileMode::DECAL, nullptr)); in DrawRing() 194 … ringParam.darkBackgroundRadius, ringParam.darkBackgroundRadius, RSTileMode::DECAL, nullptr)); in DrawRingBackground() 197 … ringParam.darkBackgroundRadius, ringParam.darkBackgroundRadius, RSTileMode::DECAL, nullptr)); in DrawRingBackground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | moon_progress_modifier.cpp | 270 …r::CreateBlurImageFilter(radius - smallRadius_, radius - smallRadius_, RSTileMode::DECAL, nullptr)… in PaintSquareMoonShadow() 274 radius - smallRadius_, radius - smallRadius_, RSTileMode::DECAL, nullptr)); in PaintSquareMoonShadow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_modifier.cpp | 504 colors, pos, RSTileMode::CLAMP, offsetDegree, data.sweepDegree - offsetDegree, nullptr)); in PaintSingleSegmentGradientCircular() 540 …RSImageFilter::CreateBlurImageFilter(shadowOptions.radius, shadowOptions.radius, RSTileMode::CLAMP… in PaintSingleSegmentGradientCircularShadow() 549 RSTileMode::CLAMP, offsetDegree, data.sweepDegree - offsetDegree, nullptr)); in PaintSingleSegmentGradientCircularShadow() 679 …RSImageFilter::CreateBlurImageFilter(info.shadowRadius, info.shadowRadius, RSTileMode::CLAMP, null… in DrawSingleSegmentGradient() 691 … ToRSPoint(PointF(data.center.GetX(), data.center.GetY())), colorValues, pos, RSTileMode::CLAMP, in DrawSingleSegmentGradient() 696 … ToRSPoint(PointF(data.center.GetX(), data.center.GetY())), colorValues, pos, RSTileMode::CLAMP, in DrawSingleSegmentGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.cpp | 137 …RSShaderEffect::CreateSweepGradient(RSPoint(cx, cy), colors, pos, RSTileMode::DECAL, 0.0, drawAngl… in BlendSkShader() 139 … RSPoint(cx, cy), scanColors, scanPos, RSTileMode::DECAL, scanStartDegree, scanEndDegree, nullptr); in BlendSkShader() 504 RSPoint(center.GetX(), center.GetY()), colors, pos, RSTileMode::DECAL, in PaintProgressFilterMask() 671 pos, RSTileMode::CLAMP, startAngle, startAngle + sweepAngle, nullptr)); 834 …ct::CreateSweepGradient(RSPoint(center.GetX(), center.GetY()), colors, pos, RSTileMode::DECAL, 0.0, in PaintLoadingProgress() 956 …ect::CreateLinearGradient(segmentPoint[0], segmentPoint[1], segmentColor, pos, RSTileMode::CLAMP)); in PaintColorSegment()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 364 *image, RSTileMode::CLAMP, RSTileMode::CLAMP, RSSamplingOptions(), RSMatrix()); in DrawBitmapMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | rosen_render_select_popup.cpp | 134 …fect::CreateLinearGradient(points.at(0), points.at(1), colors, stopPositions, RSTileMode::MIRROR)); in PaintGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.cpp | 180 … RSShaderEffect::CreateLinearGradient(endPoint, startPoint, colors, pos, RSTileMode::CLAMP)); in DrawBackground() 183 …RecordingShaderEffect::CreateLinearGradient(endPoint, startPoint, colors, pos, RSTileMode::CLAMP)); in DrawBackground() 188 … RSShaderEffect::CreateLinearGradient(startPoint, endPoint, colors, pos, RSTileMode::CLAMP)); in DrawBackground() 191 …RecordingShaderEffect::CreateLinearGradient(startPoint, endPoint, colors, pos, RSTileMode::CLAMP)); in DrawBackground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_paint_method.cpp | 158 startPoint, endPoint, gradientColors, gradientPos, RSTileMode::CLAMP)); in PaintGradientRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2229 auto mode = RSTileMode::CLAMP; 2672 … *image, RSTileMode::DECAL, RSTileMode::DECAL, RSSamplingOptions(), RSMatrix()); 2677 … *image, RSTileMode::REPEAT, RSTileMode::REPEAT, RSSamplingOptions(), RSMatrix()); 2682 … *image, RSTileMode::REPEAT, RSTileMode::DECAL, RSSamplingOptions(), RSMatrix()); 2687 … *image, RSTileMode::DECAL, RSTileMode::REPEAT, RSSamplingOptions(), RSMatrix()); 3017 *image, RSTileMode::CLAMP, RSTileMode::CLAMP, RSSamplingOptions(), RSMatrix());
|
H A D | rosen_render_offscreen_canvas.cpp | 481 filter.SetImageFilter(RSImageFilter::CreateBlurImageFilter(0, 0, RSTileMode::DECAL, nullptr)); in SetPaintImage() 1106 auto mode = RSTileMode::CLAMP; in UpdatePaintShader() 1213 … *image, RSTileMode::DECAL, RSTileMode::DECAL, RSSamplingOptions(), RSMatrix()); in UpdatePaintShader() 1218 … *image, RSTileMode::REPEAT, RSTileMode::REPEAT, RSSamplingOptions(), RSMatrix()); in UpdatePaintShader() 1223 … *image, RSTileMode::REPEAT, RSTileMode::DECAL, RSSamplingOptions(), RSMatrix()); in UpdatePaintShader() 1228 … *image, RSTileMode::DECAL, RSTileMode::REPEAT, RSSamplingOptions(), RSMatrix()); in UpdatePaintShader() 2908 BlurStrToDouble(percent), BlurStrToDouble(percent), RSTileMode::DECAL, nullptr)); in UpdateTextStyleForeground()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | rosen_render_picker_base.cpp | 188 …ffect::CreateLinearGradient(points.at(0), points.at(1), colors, stopPositions, RSTileMode::CLAMP)); in PaintGradient()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 285 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 287 tileMode = RSTileMode::REPEAT; in CreateGradientShader() 599 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 602 tileMode = RSTileMode::REPEAT; in CreateGradientShader() 1010 RSTileMode tileMode = RSTileMode::CLAMP; in CreateGradientShader() 1012 tileMode = RSTileMode::REPEAT; in CreateGradientShader()
|
H A D | rosen_svg_painter.cpp | 192 startPt, endPt, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))); in SetGradientStyle() 200 info.r, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()))) in SetGradientStyle() 202 info.r, colors, pos, static_cast<RSTileMode>(gradient->GetSpreadMethod()), &matrix)); in SetGradientStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | rosen_render_pattern_lock.cpp | 236 points.at(0), points.at(1), colors, pos, RSTileMode::CLAMP)); in PaintLockLine()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 623 … RSShaderEffect::CreateLinearGradient(points.at(0), points.at(1), colors, pos, RSTileMode::CLAMP)); in PaintLineEdge() 632 … RSShaderEffect::CreateLinearGradient(points.at(0), points.at(1), colors, pos, RSTileMode::CLAMP)); in PaintLineEdge() 688 …return RSShaderEffect::CreateLinearGradient(points.at(0), points.at(1), colors, pos, RSTileMode::C… in CreateFillGradientShader()
|