18 references to Cubic
Microsoft.Maui.Graphics (13)
PathBuilder.cs (1)
611 else if (segmentType == PathOperation.Cubic)
PathExtensions.cs (1)
35 else if (type == PathOperation.Cubic)
PathF.cs (11)
399 _operations.Add(PathOperation.Cubic); 421 _operations.Insert(index, PathOperation.Cubic); 457 else if (operation == PathOperation.Cubic) 512 else if (type == PathOperation.Cubic) 571 else if (segmentType == PathOperation.Cubic) 645 else if (segmentType == PathOperation.Cubic) 739 else if (segmentType == PathOperation.Cubic) 831 else if (segmentType == PathOperation.Cubic) 899 else if (segmentType == PathOperation.Cubic) 968 else if (operation == PathOperation.Cubic) 1485 case PathOperation.Cubic:
Microsoft.Maui.Graphics.Skia (3)
SKGraphicsExtensions.cs (3)
142 else if (type == PathOperation.Cubic) 217 else if (type == PathOperation.Cubic) 293 else if (type == PathOperation.Cubic)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (2)
src\Graphics\src\Graphics\Platforms\Windows\GraphicsExtensions.cs (2)
174 else if (type == PathOperation.Cubic) 296 else if (type == PathOperation.Cubic)