Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
namespace | skgpu::ganesh |
namespace | skgpu::ganesh::DashOp |
Enumerations | |
enum class | skgpu::ganesh::DashOp::AAMode { skgpu::ganesh::DashOp::kNone , skgpu::ganesh::DashOp::kCoverage , skgpu::ganesh::DashOp::kCoverageWithMSAA } |
Functions | |
GrOp::Owner | skgpu::ganesh::DashOp::MakeDashLineOp (GrRecordingContext *context, GrPaint &&paint, const SkMatrix &viewMatrix, const SkPoint pts[2], AAMode aaMode, const GrStyle &style, const GrUserStencilSettings *stencilSettings) |
bool | skgpu::ganesh::DashOp::CanDrawDashLine (const SkPoint pts[2], const GrStyle &style, const SkMatrix &viewMatrix) |