Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkDashPathEffect.h"
#include "include/effects/SkImageFilters.h"
#include <utility>
Go to the source code of this file.
Functions | |
static SkPath | generate_square (SkScalar cx, SkScalar cy, SkScalar w) |
static SkPath | generate_rect_line (SkScalar cx, SkScalar cy, SkScalar l) |
static SkPath | generate_circle (SkScalar cx, SkScalar cy, SkScalar d) |
static SkPath | generate_line (SkScalar cx, SkScalar cy, SkScalar l) |
DEF_SIMPLE_GM (inverse_paths, canvas, 800, 1200) | |
DEF_SIMPLE_GM (inverse_fill_filters, canvas, 384, 128) | |
DEF_SIMPLE_GM (inverse_windingmode_filters, canvas, 256, 100) | |
DEF_SIMPLE_GM | ( | inverse_fill_filters | , |
canvas | , | ||
384 | , | ||
128 | |||
) |
Definition at line 142 of file inversepaths.cpp.
DEF_SIMPLE_GM | ( | inverse_paths | , |
canvas | , | ||
800 | , | ||
1200 | |||
) |
Definition at line 82 of file inversepaths.cpp.
DEF_SIMPLE_GM | ( | inverse_windingmode_filters | , |
canvas | , | ||
256 | , | ||
100 | |||
) |
Definition at line 173 of file inversepaths.cpp.
Definition at line 32 of file inversepaths.cpp.
Definition at line 36 of file inversepaths.cpp.
Definition at line 28 of file inversepaths.cpp.
Definition at line 24 of file inversepaths.cpp.