Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImage.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkShader.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTileMode.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (bug6783, canvas, 500, 500) | |
DEF_SIMPLE_GM | ( | bug6783 | , |
canvas | , | ||
500 | , | ||
500 | |||
) |
Definition at line 35 of file bug6783.cpp.