Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
skgpu::ganesh::PathRenderer::DrawPathArgs Struct Reference

#include <PathRenderer.h>

Public Attributes

GrRecordingContextfContext
 
GrPaint && fPaint
 
const GrUserStencilSettingsfUserStencilSettings
 
SurfaceDrawContextfSurfaceDrawContext
 
const GrClipfClip
 
const SkIRectfClipConservativeBounds
 
const SkMatrixfViewMatrix
 
const GrStyledShapefShape
 
GrAAType fAAType
 
bool fGammaCorrect
 

Detailed Description

Definition at line 118 of file PathRenderer.h.

Member Data Documentation

◆ fAAType

GrAAType skgpu::ganesh::PathRenderer::DrawPathArgs::fAAType

Definition at line 127 of file PathRenderer.h.

◆ fClip

const GrClip* skgpu::ganesh::PathRenderer::DrawPathArgs::fClip

Definition at line 123 of file PathRenderer.h.

◆ fClipConservativeBounds

const SkIRect* skgpu::ganesh::PathRenderer::DrawPathArgs::fClipConservativeBounds

Definition at line 124 of file PathRenderer.h.

◆ fContext

GrRecordingContext* skgpu::ganesh::PathRenderer::DrawPathArgs::fContext

Definition at line 119 of file PathRenderer.h.

◆ fGammaCorrect

bool skgpu::ganesh::PathRenderer::DrawPathArgs::fGammaCorrect

Definition at line 128 of file PathRenderer.h.

◆ fPaint

GrPaint&& skgpu::ganesh::PathRenderer::DrawPathArgs::fPaint

Definition at line 120 of file PathRenderer.h.

◆ fShape

const GrStyledShape* skgpu::ganesh::PathRenderer::DrawPathArgs::fShape

Definition at line 126 of file PathRenderer.h.

◆ fSurfaceDrawContext

SurfaceDrawContext* skgpu::ganesh::PathRenderer::DrawPathArgs::fSurfaceDrawContext

Definition at line 122 of file PathRenderer.h.

◆ fUserStencilSettings

const GrUserStencilSettings* skgpu::ganesh::PathRenderer::DrawPathArgs::fUserStencilSettings

Definition at line 121 of file PathRenderer.h.

◆ fViewMatrix

const SkMatrix* skgpu::ganesh::PathRenderer::DrawPathArgs::fViewMatrix

Definition at line 125 of file PathRenderer.h.


The documentation for this struct was generated from the following file: