Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathUtils.h"
#include "src/base/SkFloatBits.h"
Go to the source code of this file.
Functions | |
static SkPath | get_path () |
DEF_SIMPLE_GM (bug12866, canvas, 128, 64) | |
DEF_SIMPLE_GM (bug40810065, canvas, 256, 512) | |
DEF_SIMPLE_GM_BG (bug41422450, canvas, 863, 473, SK_ColorWHITE) | |
DEF_SIMPLE_GM | ( | bug12866 | , |
canvas | , | ||
128 | , | ||
64 | |||
) |
Definition at line 38 of file bug12866.cpp.
DEF_SIMPLE_GM | ( | bug40810065 | , |
canvas | , | ||
256 | , | ||
512 | |||
) |
Definition at line 70 of file bug12866.cpp.
DEF_SIMPLE_GM_BG | ( | bug41422450 | , |
canvas | , | ||
863 | , | ||
473 | , | ||
SK_ColorWHITE | |||
) |
Definition at line 100 of file bug12866.cpp.
|
static |
Definition at line 14 of file bug12866.cpp.