Flutter Engine
The Flutter Engine
|
#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 |
using MaskFormat = skgpu::MaskFormat |
Definition at line 38 of file SmallPathRenderer.cpp.
SkPMColor4f fColor |
Definition at line 651 of file SmallPathRenderer.cpp.
GrGeometryProcessor* fGeometryProcessor |
Definition at line 116 of file SmallPathRenderer.cpp.
Definition at line 115 of file SmallPathRenderer.cpp.
int fInstancesToFlush |
Definition at line 119 of file SmallPathRenderer.cpp.
const GrSurfaceProxy** fPrimProcProxies |
Definition at line 117 of file SmallPathRenderer.cpp.
GrStyledShape fShape |
Definition at line 652 of file SmallPathRenderer.cpp.
Definition at line 114 of file SmallPathRenderer.cpp.
int fVertexOffset |
Definition at line 118 of file SmallPathRenderer.cpp.
SkMatrix fViewMatrix |
Definition at line 653 of file SmallPathRenderer.cpp.