Flutter Engine
The Flutter Engine
|
#include <PathRenderer.h>
Public Attributes | |
GrRecordingContext * | fContext |
GrPaint && | fPaint |
const GrUserStencilSettings * | fUserStencilSettings |
SurfaceDrawContext * | fSurfaceDrawContext |
const GrClip * | fClip |
const SkIRect * | fClipConservativeBounds |
const SkMatrix * | fViewMatrix |
const GrStyledShape * | fShape |
GrAAType | fAAType |
bool | fGammaCorrect |
Definition at line 118 of file PathRenderer.h.
GrAAType skgpu::ganesh::PathRenderer::DrawPathArgs::fAAType |
Definition at line 127 of file PathRenderer.h.
const GrClip* skgpu::ganesh::PathRenderer::DrawPathArgs::fClip |
Definition at line 123 of file PathRenderer.h.
const SkIRect* skgpu::ganesh::PathRenderer::DrawPathArgs::fClipConservativeBounds |
Definition at line 124 of file PathRenderer.h.
GrRecordingContext* skgpu::ganesh::PathRenderer::DrawPathArgs::fContext |
Definition at line 119 of file PathRenderer.h.
bool skgpu::ganesh::PathRenderer::DrawPathArgs::fGammaCorrect |
Definition at line 128 of file PathRenderer.h.
GrPaint&& skgpu::ganesh::PathRenderer::DrawPathArgs::fPaint |
Definition at line 120 of file PathRenderer.h.
const GrStyledShape* skgpu::ganesh::PathRenderer::DrawPathArgs::fShape |
Definition at line 126 of file PathRenderer.h.
SurfaceDrawContext* skgpu::ganesh::PathRenderer::DrawPathArgs::fSurfaceDrawContext |
Definition at line 122 of file PathRenderer.h.
const GrUserStencilSettings* skgpu::ganesh::PathRenderer::DrawPathArgs::fUserStencilSettings |
Definition at line 121 of file PathRenderer.h.
const SkMatrix* skgpu::ganesh::PathRenderer::DrawPathArgs::fViewMatrix |
Definition at line 125 of file PathRenderer.h.