Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrDirectContext.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Classes | |
class | FontCacheGM |
Typedefs | |
using | MaskFormat = skgpu::MaskFormat |
Functions | |
static SkScalar | draw_string (SkCanvas *canvas, const SkString &text, SkScalar x, SkScalar y, const SkFont &font) |
using MaskFormat = skgpu::MaskFormat |
Definition at line 30 of file fontcache.cpp.
|
static |
Definition at line 32 of file fontcache.cpp.