Flutter Engine
The Flutter Engine
|
#include "src/text/gpu/SDFTControl.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkScalar.h"
#include "src/core/SkFontPriv.h"
#include "src/core/SkGlyph.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkWriteBuffer.h"
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | sktext |
namespace | sktext::gpu |
Variables | |
static const int | sktext::gpu::kSmallDFFontLimit = 32 |
static const int | sktext::gpu::kMediumDFFontLimit = 72 |
static const int | sktext::gpu::kLargeDFFontLimit = 162 |