Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTiledImageUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (path_huge_crbug_800804, canvas, 50, 600) | |
static void | draw_huge_path (SkCanvas *canvas, int w, int h, bool manual) |
DEF_SIMPLE_GM (path_huge_aa, canvas, 200, 200) | |
DEF_SIMPLE_GM (path_huge_aa_manual, canvas, 200, 200) | |
DEF_SIMPLE_GM | ( | path_huge_aa | , |
canvas | , | ||
200 | , | ||
200 | |||
) |
Definition at line 78 of file hugepath.cpp.
DEF_SIMPLE_GM | ( | path_huge_aa_manual | , |
canvas | , | ||
200 | , | ||
200 | |||
) |
Definition at line 84 of file hugepath.cpp.
DEF_SIMPLE_GM | ( | path_huge_crbug_800804 | , |
canvas | , | ||
50 | , | ||
600 | |||
) |
Definition at line 17 of file hugepath.cpp.
Definition at line 44 of file hugepath.cpp.