Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces
AAConvexPathRenderer.cpp File Reference
#include "src/gpu/ganesh/ops/AAConvexPathRenderer.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "src/core/SkGeometry.h"
#include "src/core/SkMatrixPriv.h"
#include "src/core/SkPathPriv.h"
#include "src/core/SkPointPriv.h"
#include "src/gpu/BufferWriter.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrAuditTrail.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDrawOpTest.h"
#include "src/gpu/ganesh/GrGeometryProcessor.h"
#include "src/gpu/ganesh/GrProcessor.h"
#include "src/gpu/ganesh/GrProcessorUnitTest.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "src/gpu/ganesh/geometry/GrPathUtils.h"
#include "src/gpu/ganesh/geometry/GrStyledShape.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h"
#include "src/gpu/ganesh/glsl/GrGLSLUniformHandler.h"
#include "src/gpu/ganesh/glsl/GrGLSLVarying.h"
#include "src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.h"
#include "src/gpu/ganesh/ops/GrMeshDrawOp.h"
#include "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::ganesh
 

Variable Documentation

◆ fColor

SkPMColor4f fColor

Definition at line 887 of file AAConvexPathRenderer.cpp.

◆ fFirstPoint

SkPoint fFirstPoint

Definition at line 198 of file AAConvexPathRenderer.cpp.

◆ fIndexCnt

int fIndexCnt

Definition at line 367 of file AAConvexPathRenderer.cpp.

◆ fLineC

SkScalar fLineC

Definition at line 200 of file AAConvexPathRenderer.cpp.

◆ fLineNormal

SkVector fLineNormal

Definition at line 199 of file AAConvexPathRenderer.cpp.

◆ fMeshCount

int fMeshCount

Definition at line 896 of file AAConvexPathRenderer.cpp.

◆ fMeshes

GrSimpleMesh* fMeshes

Definition at line 895 of file AAConvexPathRenderer.cpp.

◆ fMid

SkVector fMid

Definition at line 55 of file AAConvexPathRenderer.cpp.

◆ fNorms

SkVector fNorms[2]

Definition at line 52 of file AAConvexPathRenderer.cpp.

◆ fPath

SkPath fPath

Definition at line 886 of file AAConvexPathRenderer.cpp.

◆ fPts

SkPoint fPts[2]

Definition at line 50 of file AAConvexPathRenderer.cpp.

◆ []

enum { ... } fStage

◆ []

enum { ... } fType

◆ fVertexCnt

int fVertexCnt

Definition at line 366 of file AAConvexPathRenderer.cpp.

◆ fViewMatrix

SkMatrix fViewMatrix

Definition at line 885 of file AAConvexPathRenderer.cpp.