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/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Classes | |
class | NinePatchStretchGM |
Functions | |
static sk_sp< SkSurface > | make_surface (SkCanvas *root, int N) |
static sk_sp< SkImage > | make_image (SkCanvas *root, SkIRect *center) |
Definition at line 27 of file ninepatchstretch.cpp.
Definition at line 22 of file ninepatchstretch.cpp.