Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkBlendMode.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/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "tools/DecodeUtils.h"
#include "tools/GpuToolUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
#include "tools/timer/TimeUtils.h"
Go to the source code of this file.
Classes | |
class | skiagm::LocalMatrixOrder |
Namespaces | |
namespace | skiagm |
Functions | |
static sk_sp< SkImage > | make_image (SkCanvas *rootCanvas) |
DEF_SIMPLE_GM (localmatrixshader_nested, canvas, 450, 1200) | |
DEF_SIMPLE_GM (localmatrixshader_persp, canvas, 542, 266) | |
DEF_SIMPLE_GM | ( | localmatrixshader_nested | , |
canvas | , | ||
450 | , | ||
1200 | |||
) |
Definition at line 50 of file localmatrixshader.cpp.
DEF_SIMPLE_GM | ( | localmatrixshader_persp | , |
canvas | , | ||
542 | , | ||
266 | |||
) |
Definition at line 123 of file localmatrixshader.cpp.
Definition at line 30 of file localmatrixshader.cpp.