Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM_BG (bigmatrix, canvas, 50, 50, ToolUtils::color_to_565(0xFF66AA99)) | |
DEF_SIMPLE_GM_BG | ( | bigmatrix | , |
canvas | , | ||
50 | , | ||
50 | , | ||
ToolUtils::color_to_565(0xFF66AA99) | |||
) |
Definition at line 24 of file bigmatrix.cpp.