Flutter Engine
The Flutter Engine
|
#include <PathRenderer.h>
Public Member Functions | |
SkDEBUGCODE (StencilPathArgs() { memset(this, 0, sizeof(*this));}) GrRecordingContext *fContext | |
Public Attributes | |
SurfaceDrawContext * | fSurfaceDrawContext |
const GrHardClip * | fClip |
const SkIRect * | fClipConservativeBounds |
const SkMatrix * | fViewMatrix |
const GrStyledShape * | fShape |
GrAA | fDoStencilMSAA |
Args to stencilPath(). fAAType cannot be kCoverage.
Definition at line 149 of file PathRenderer.h.
skgpu::ganesh::PathRenderer::StencilPathArgs::SkDEBUGCODE | ( | StencilPathArgs() { memset(this, 0, sizeof(*this));} | ) |
const GrHardClip* skgpu::ganesh::PathRenderer::StencilPathArgs::fClip |
Definition at line 154 of file PathRenderer.h.
const SkIRect* skgpu::ganesh::PathRenderer::StencilPathArgs::fClipConservativeBounds |
Definition at line 155 of file PathRenderer.h.
GrAA skgpu::ganesh::PathRenderer::StencilPathArgs::fDoStencilMSAA |
Definition at line 158 of file PathRenderer.h.
const GrStyledShape* skgpu::ganesh::PathRenderer::StencilPathArgs::fShape |
Definition at line 157 of file PathRenderer.h.
SurfaceDrawContext* skgpu::ganesh::PathRenderer::StencilPathArgs::fSurfaceDrawContext |
Definition at line 153 of file PathRenderer.h.
const SkMatrix* skgpu::ganesh::PathRenderer::StencilPathArgs::fViewMatrix |
Definition at line 156 of file PathRenderer.h.