Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathUtils.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSurface.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Macros | |
#define | ZOOM 32 |
#define | SMALL_W 9 |
#define | SMALL_H 3 |
#define | REPEAT_LOOP 5 |
Functions | |
static sk_sp< SkSurface > | new_surface (int width, int height) |
static void | draw_pixel_centers (SkCanvas *canvas) |
static void | draw_fatpath (SkCanvas *canvas, SkSurface *surface, const SkPath &path) |
DEF_SIMPLE_GM (fatpathfill, canvas, SMALL_W *ZOOM, SMALL_H *ZOOM *REPEAT_LOOP) | |
#define REPEAT_LOOP 5 |
Definition at line 22 of file fatpathfill.cpp.
#define SMALL_H 3 |
Definition at line 21 of file fatpathfill.cpp.
#define SMALL_W 9 |
Definition at line 20 of file fatpathfill.cpp.
#define ZOOM 32 |
Definition at line 19 of file fatpathfill.cpp.
Definition at line 55 of file fatpathfill.cpp.
Definition at line 40 of file fatpathfill.cpp.
|
static |
Definition at line 28 of file fatpathfill.cpp.
Definition at line 24 of file fatpathfill.cpp.