Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/ops/RegionOp.h"
#include "include/core/SkRegion.h"
#include "src/core/SkMatrixPriv.h"
#include "src/gpu/BufferWriter.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDefaultGeoProcFactory.h"
#include "src/gpu/ganesh/GrOpFlushState.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/GrResourceProvider.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 |
namespace | skgpu::ganesh::RegionOp |
Functions | |
GrOp::Owner | skgpu::ganesh::RegionOp::Make (GrRecordingContext *context, GrPaint &&paint, const SkMatrix &viewMatrix, const SkRegion ®ion, GrAAType aaType, const GrUserStencilSettings *stencilSettings) |
SkPMColor4f fColor |
Definition at line 187 of file RegionOp.cpp.
SkRegion fRegion |
Definition at line 188 of file RegionOp.cpp.