Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkImage.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
Go to the source code of this file.
Functions | |
static sk_sp< SkImage > | make_bm () |
DEF_SIMPLE_GM (bitmaprecttest, canvas, 320, 240) | |
DEF_SIMPLE_GM | ( | bitmaprecttest | , |
canvas | , | ||
320 | , | ||
240 | |||
) |
Definition at line 39 of file bitmaprecttest.cpp.
Definition at line 17 of file bitmaprecttest.cpp.