Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypeface.h"
#include "include/effects/SkImageFilters.h"
#include "src/base/SkRandom.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Macros | |
#define | WIDTH 500 |
#define | HEIGHT 500 |
Functions | |
void | imageblurgm_draw (SkScalar fSigmaX, SkScalar fSigmaY, SkCanvas *canvas) |
DEF_SIMPLE_GM_BG (imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) | |
DEF_SIMPLE_GM_BG (imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) | |
#define HEIGHT 500 |
Definition at line 22 of file imageblur.cpp.
#define WIDTH 500 |
Definition at line 21 of file imageblur.cpp.
DEF_SIMPLE_GM_BG | ( | imageblur | , |
canvas | , | ||
WIDTH | , | ||
HEIGHT | , | ||
SK_ColorBLACK | |||
) |
Definition at line 42 of file imageblur.cpp.
DEF_SIMPLE_GM_BG | ( | imageblur_large | , |
canvas | , | ||
WIDTH | , | ||
HEIGHT | , | ||
SK_ColorBLACK | |||
) |
Definition at line 45 of file imageblur.cpp.
Definition at line 24 of file imageblur.cpp.