Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
LatticeOp.cpp File Reference
#include "src/gpu/ganesh/ops/LatticeOp.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkRect.h"
#include "src/core/SkLatticeIter.h"
#include "src/core/SkMatrixPriv.h"
#include "src/gpu/BufferWriter.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrGeometryProcessor.h"
#include "src/gpu/ganesh/GrGpu.h"
#include "src/gpu/ganesh/GrOpFlushState.h"
#include "src/gpu/ganesh/GrProgramInfo.h"
#include "src/gpu/ganesh/GrResourceProvider.h"
#include "src/gpu/ganesh/GrResourceProviderPriv.h"
#include "src/gpu/ganesh/SkGr.h"
#include "src/gpu/ganesh/glsl/GrGLSLColorSpaceXformHelper.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "src/gpu/ganesh/glsl/GrGLSLVarying.h"
#include "src/gpu/ganesh/ops/GrMeshDrawOp.h"
#include "src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::ganesh
 
namespace  skgpu::ganesh::LatticeOp
 

Functions

GrOp::Owner skgpu::ganesh::LatticeOp::MakeNonAA (GrRecordingContext *context, GrPaint &&paint, const SkMatrix &viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp< GrColorSpaceXform > colorSpaceXform, GrSamplerState::Filter filter, std::unique_ptr< SkLatticeIter > iter, const SkRect &dst)
 

Variable Documentation

◆ fColor

SkPMColor4f fColor

Definition at line 382 of file LatticeOp.cpp.

◆ fDst

SkRect fDst

Definition at line 381 of file LatticeOp.cpp.

◆ fIter

std::unique_ptr<SkLatticeIter> fIter

Definition at line 380 of file LatticeOp.cpp.

◆ fViewMatrix

SkMatrix fViewMatrix

Definition at line 379 of file LatticeOp.cpp.