Flutter Engine
The Flutter Engine
|
#include "src/gpu/graphite/RasterPathAtlas.h"
#include "include/core/SkColorSpace.h"
#include "include/gpu/graphite/Recorder.h"
#include "src/core/SkIPoint16.h"
#include "src/gpu/graphite/AtlasProvider.h"
#include "src/gpu/graphite/DrawContext.h"
#include "src/gpu/graphite/Log.h"
#include "src/gpu/graphite/RasterPathUtils.h"
#include "src/gpu/graphite/RecorderPriv.h"
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
namespace | skgpu::graphite |
Variables | |
static constexpr uint32_t | skgpu::graphite::kDefaultAtlasDim = 4096 |
static constexpr uint32_t | skgpu::graphite::kSmallPathPlotWidth = 512 |
static constexpr uint32_t | skgpu::graphite::kSmallPathPlotHeight = 256 |