Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkFont.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTextBlob.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM_BG (skbug_12212, canvas, 400, 400, SK_ColorCYAN) | |
DEF_SIMPLE_GM_BG | ( | skbug_12212 | , |
canvas | , | ||
400 | , | ||
400 | , | ||
SK_ColorCYAN | |||
) |
Definition at line 19 of file skbug_12212.cpp.