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/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/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkImageFilters.h"
Go to the source code of this file.
Classes | |
class | skiagm::ImageFiltersStrokedGM |
Namespaces | |
namespace | skiagm |
Macros | |
#define | RESIZE_FACTOR_X SkIntToScalar(2) |
#define | RESIZE_FACTOR_Y SkIntToScalar(5) |
#define RESIZE_FACTOR_X SkIntToScalar(2) |
Definition at line 22 of file imagefiltersstroked.cpp.
#define RESIZE_FACTOR_Y SkIntToScalar(5) |
Definition at line 23 of file imagefiltersstroked.cpp.