Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.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/SkTileMode.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (tilemodes_alpha, canvas, 512, 512) | |
DEF_SIMPLE_GM | ( | tilemodes_alpha | , |
canvas | , | ||
512 | , | ||
512 | |||
) |
Definition at line 17 of file tilemodes_alpha.cpp.