Flutter Engine
The Flutter Engine
|
#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 |
SkPMColor4f fColor |
Definition at line 887 of file AAConvexPathRenderer.cpp.
SkPoint fFirstPoint |
Definition at line 198 of file AAConvexPathRenderer.cpp.
int fIndexCnt |
Definition at line 367 of file AAConvexPathRenderer.cpp.
SkScalar fLineC |
Definition at line 200 of file AAConvexPathRenderer.cpp.
SkVector fLineNormal |
Definition at line 199 of file AAConvexPathRenderer.cpp.
int fMeshCount |
Definition at line 896 of file AAConvexPathRenderer.cpp.
GrSimpleMesh* fMeshes |
Definition at line 895 of file AAConvexPathRenderer.cpp.
SkVector fMid |
Definition at line 55 of file AAConvexPathRenderer.cpp.
SkVector fNorms[2] |
Definition at line 52 of file AAConvexPathRenderer.cpp.
SkPath fPath |
Definition at line 886 of file AAConvexPathRenderer.cpp.
SkPoint fPts[2] |
Definition at line 50 of file AAConvexPathRenderer.cpp.
enum { ... } fStage |
enum { ... } fType |
int fVertexCnt |
Definition at line 366 of file AAConvexPathRenderer.cpp.
SkMatrix fViewMatrix |
Definition at line 885 of file AAConvexPathRenderer.cpp.