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/SkImageInfo.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"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
static sk_sp< SkImage > | make_image (SkCanvas *rootCanvas, SkColor color) |
DEF_SIMPLE_GM (localmatriximageshader, canvas, 250, 250) | |
DEF_SIMPLE_GM (localmatriximageshader_filtering, canvas, 256, 256) | |
DEF_SIMPLE_GM | ( | localmatriximageshader | , |
canvas | , | ||
250 | , | ||
250 | |||
) |
Definition at line 35 of file localmatriximageshader.cpp.
DEF_SIMPLE_GM | ( | localmatriximageshader_filtering | , |
canvas | , | ||
256 | , | ||
256 | |||
) |
Definition at line 69 of file localmatriximageshader.cpp.
Definition at line 24 of file localmatriximageshader.cpp.