Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPictureRecorder.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "include/effects/SkImageFilters.h"
#include "src/core/SkCanvasPriv.h"
#include "src/core/SkMatrixPriv.h"
#include <initializer_list>
Go to the source code of this file.
Functions | |
static sk_sp< SkShader > | make_shader (SkScalar cx, SkScalar cy, SkScalar rad) |
static void | do_draw (SkCanvas *canvas, bool useClip, bool useHintRect, SkScalar scaleFactor) |
DEF_SIMPLE_GM (backdrop_hintrect_clipping, canvas, 512, 1024) | |
DEF_SIMPLE_GM (backdrop_scalefactor, canvas, 768, 1024) | |
DEF_SIMPLE_GM | ( | backdrop_hintrect_clipping | , |
canvas | , | ||
512 | , | ||
1024 | |||
) |
Definition at line 88 of file backdrop.cpp.
DEF_SIMPLE_GM | ( | backdrop_scalefactor | , |
canvas | , | ||
768 | , | ||
1024 | |||
) |
Definition at line 113 of file backdrop.cpp.
|
static |
Definition at line 41 of file backdrop.cpp.
Definition at line 28 of file backdrop.cpp.