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/SkRect.h"
#include "include/core/SkRegion.h"
Go to the source code of this file.
Functions | |
static void | Draw (SkCanvas *canvas, const SkRect &rect) |
DEF_SIMPLE_GM_BG (clipdrawdraw, canvas, 512, 512, 0xFFCCCCCC) | |
DEF_SIMPLE_GM (clip_region, canvas, 256, 256) | |
DEF_SIMPLE_GM | ( | clip_region | , |
canvas | , | ||
256 | , | ||
256 | |||
) |
Definition at line 57 of file clipdrawdraw.cpp.
DEF_SIMPLE_GM_BG | ( | clipdrawdraw | , |
canvas | , | ||
512 | , | ||
512 | , | ||
0xFFCCCCCC | |||
) |
Definition at line 43 of file clipdrawdraw.cpp.
Definition at line 24 of file clipdrawdraw.cpp.