Home
last modified time | relevance | path

Searched refs:RSTileMode (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp181 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 Dsvg_fe_gaussian_blur.cpp40 RSTileMode::DECAL, imageFilter, RSImageBlurType::GAUSS, filterRect); in OnAsImageFilter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp479 …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 Ddrawing.h101 using RSTileMode = Rosen::Drawing::TileMode; variable
149 using RSTileMode = rosen::TileMode; variable
162 using RSTileMode = Rosen::Drawing::TileMode; variable
H A Ddrawing_mock.h74 using RSTileMode = Testing::TileMode; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_pattern.cpp81 *rsPicture, RSTileMode::REPEAT, RSTileMode::REPEAT, RSFilterMode::NEAREST, matrix4, rect); in OnAsPaint()
H A Drosen_render_svg_fe_gaussianblur.cpp29 …RSRecordingImageFilter::CreateBlurImageFilter(deviationX_, deviationY_, RSTileMode::DECAL, imageFi…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp95 *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 Dprogress_modifier.cpp821 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 Ddrawing_decoration_painter.cpp222 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 Dloading_progress_modifier.cpp158 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 Dmoon_progress_modifier.cpp270 …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 Dgauge_modifier.cpp504 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 Drosen_render_data_panel.cpp137 …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 Drosen_render_shape_container.cpp364 *image, RSTileMode::CLAMP, RSTileMode::CLAMP, RSSamplingOptions(), RSMatrix()); in DrawBitmapMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp134 …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 Dslider_content_modifier.cpp180 … 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 Dtab_bar_paint_method.cpp158 startPoint, endPoint, gradientColors, gradientPos, RSTileMode::CLAMP)); in PaintGradientRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2229 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 Drosen_render_offscreen_canvas.cpp481 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 Drosen_render_picker_base.cpp188 …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 Drosen_decoration_painter.cpp285 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 Drosen_svg_painter.cpp192 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 Drosen_render_pattern_lock.cpp236 points.at(0), points.at(1), colors, pos, RSTileMode::CLAMP)); in PaintLockLine()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp623 … 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()

12