Searched refs:segmentStartPoint (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_modifier.cpp | 469 RSPoint segmentStartPoint; in PaintColorSegment() local 470 segmentStartPoint.SetX(rect.GetLeft()); in PaintColorSegment() 471 segmentStartPoint.SetY(rect.GetTop()); in PaintColorSegment() 479 …RSShaderEffect::CreateLinearGradient(segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::… in PaintColorSegment() 482 segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::CLAMP)); in PaintColorSegment() 514 RSPoint segmentStartPoint; in PaintColorSegmentFilterMask() local 515 segmentStartPoint.SetX(rect.GetLeft()); in PaintColorSegmentFilterMask() 516 segmentStartPoint.SetY(rect.GetTop()); in PaintColorSegmentFilterMask() 527 …RSShaderEffect::CreateLinearGradient(segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::… in PaintColorSegmentFilterMask() 532 segmentStartPoint, segmentEndPoint, colors, pos, RSTileMode::CLAMP)); in PaintColorSegmentFilterMask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.cpp | 936 SkPoint segmentStartPoint; in PaintColorSegment() local 937 segmentStartPoint.set(rect.left(), rect.top()); in PaintColorSegment() 940 SkPoint segmentPoint[2] = { segmentStartPoint, segmentEndPoint }; in PaintColorSegment() 950 RSPoint segmentStartPoint(rect.GetLeft(), rect.GetTop()); in PaintColorSegment() local 952 RSPoint segmentPoint[2] = { segmentStartPoint, segmentEndPoint }; in PaintColorSegment()
|