Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
AtlasPathRenderer.cpp File Reference
#include "src/gpu/ganesh/ops/AtlasPathRenderer.h"
#include "src/base/SkVx.h"
#include "src/core/SkIPoint16.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrClip.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrTexture.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.h"
#include "src/gpu/ganesh/geometry/GrStyledShape.h"
#include "src/gpu/ganesh/ops/AtlasRenderTask.h"
#include "src/gpu/ganesh/ops/DrawAtlasPathOp.h"
#include "src/gpu/ganesh/ops/TessellationPathRenderer.h"
#include "src/gpu/ganesh/tessellate/GrTessellationShader.h"

Go to the source code of this file.

Namespaces

namespace  skgpu
 
namespace  skgpu::ganesh
 

Variables

static constexpr auto skgpu::ganesh::kAtlasAlpha8Type = GrColorType::kAlpha_8
 
static constexpr int skgpu::ganesh::kAtlasInitialSize = 512
 
static constexpr auto skgpu::ganesh::kAtlasAlgorithm = GrDynamicAtlas::RectanizerAlgorithm::kPow2
 
static constexpr int skgpu::ganesh::kAtlasMaxPathHeight = 256
 
static constexpr int skgpu::ganesh::kAtlasMaxPathHeightWithMSAAFallback = 128
 
static constexpr int skgpu::ganesh::kAtlasMaxPathWidth = 1024