Flutter Engine
The Flutter Engine
|
#include <PathRenderer.h>
Public Member Functions | |
SkDEBUGCODE (CanDrawPathArgs() { memset(this, 0, sizeof(*this));}) const GrCaps *fCaps | |
Public Attributes | |
const GrRenderTargetProxy * | fProxy |
const SkIRect * | fClipConservativeBounds |
const SkMatrix * | fViewMatrix |
const GrStyledShape * | fShape |
const GrPaint * | fPaint |
const SkSurfaceProps * | fSurfaceProps |
GrAAType | fAAType |
bool | fHasUserStencilSettings |
Definition at line 81 of file PathRenderer.h.
skgpu::ganesh::PathRenderer::CanDrawPathArgs::SkDEBUGCODE | ( | CanDrawPathArgs() { memset(this, 0, sizeof(*this));} | ) | const |
GrAAType skgpu::ganesh::PathRenderer::CanDrawPathArgs::fAAType |
Definition at line 91 of file PathRenderer.h.
const SkIRect* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fClipConservativeBounds |
Definition at line 86 of file PathRenderer.h.
bool skgpu::ganesh::PathRenderer::CanDrawPathArgs::fHasUserStencilSettings |
Definition at line 94 of file PathRenderer.h.
const GrPaint* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fPaint |
Definition at line 89 of file PathRenderer.h.
const GrRenderTargetProxy* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fProxy |
Definition at line 85 of file PathRenderer.h.
const GrStyledShape* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fShape |
Definition at line 88 of file PathRenderer.h.
const SkSurfaceProps* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fSurfaceProps |
Definition at line 90 of file PathRenderer.h.
const SkMatrix* skgpu::ganesh::PathRenderer::CanDrawPathArgs::fViewMatrix |
Definition at line 87 of file PathRenderer.h.