Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs
SmallPathRenderer.cpp File Reference
#include "src/gpu/ganesh/ops/SmallPathRenderer.h"
#include "include/core/SkPaint.h"
#include "src/core/SkAutoPixmapStorage.h"
#include "src/core/SkDistanceFieldGen.h"
#include "src/core/SkDraw.h"
#include "src/core/SkMatrixPriv.h"
#include "src/core/SkPointPriv.h"
#include "src/core/SkRasterClip.h"
#include "src/gpu/BufferWriter.h"
#include "src/gpu/ganesh/GrBuffer.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDistanceFieldGenFromVector.h"
#include "src/gpu/ganesh/GrDrawOpTest.h"
#include "src/gpu/ganesh/GrResourceProvider.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "src/gpu/ganesh/effects/GrBitmapTextGeoProc.h"
#include "src/gpu/ganesh/effects/GrDistanceFieldGeoProc.h"
#include "src/gpu/ganesh/geometry/GrQuad.h"
#include "src/gpu/ganesh/geometry/GrStyledShape.h"
#include "src/gpu/ganesh/ops/GrMeshDrawOp.h"
#include "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.h"
#include "src/gpu/ganesh/ops/SmallPathAtlasMgr.h"
#include "src/gpu/ganesh/ops/SmallPathShapeData.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::ganesh
 

Typedefs

using MaskFormat = skgpu::MaskFormat
 

Typedef Documentation

◆ MaskFormat

Definition at line 38 of file SmallPathRenderer.cpp.

Variable Documentation

◆ fColor

SkPMColor4f fColor

Definition at line 651 of file SmallPathRenderer.cpp.

◆ fGeometryProcessor

GrGeometryProcessor* fGeometryProcessor

Definition at line 116 of file SmallPathRenderer.cpp.

◆ fIndexBuffer

sk_sp<const GrBuffer> fIndexBuffer

Definition at line 115 of file SmallPathRenderer.cpp.

◆ fInstancesToFlush

int fInstancesToFlush

Definition at line 119 of file SmallPathRenderer.cpp.

◆ fPrimProcProxies

const GrSurfaceProxy** fPrimProcProxies

Definition at line 117 of file SmallPathRenderer.cpp.

◆ fShape

GrStyledShape fShape

Definition at line 652 of file SmallPathRenderer.cpp.

◆ fVertexBuffer

sk_sp<const GrBuffer> fVertexBuffer

Definition at line 114 of file SmallPathRenderer.cpp.

◆ fVertexOffset

int fVertexOffset

Definition at line 118 of file SmallPathRenderer.cpp.

◆ fViewMatrix

SkMatrix fViewMatrix

Definition at line 653 of file SmallPathRenderer.cpp.