Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPathBuilder.h"
#include "include/utils/SkParsePath.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (shallow_angle_path_arcto, canvas, 300, 300) | |
DEF_SIMPLE_GM (arcto_skbug_9272, canvas, 150, 150) | |
static SkPath | old_school_polygon (const SkPoint pts[], size_t count, bool isClosed) |
static SkPath | new_school_polygon (const SkPoint pts[], size_t count, bool isClosed) |
DEF_SIMPLE_GM (path_append_extend, canvas, 400, 400) | |
DEF_SIMPLE_GM | ( | arcto_skbug_9272 | , |
canvas | , | ||
150 | , | ||
150 | |||
) |
Definition at line 44 of file patharcto.cpp.
DEF_SIMPLE_GM | ( | path_append_extend | , |
canvas | , | ||
400 | , | ||
400 | |||
) |
Definition at line 70 of file patharcto.cpp.
DEF_SIMPLE_GM | ( | shallow_angle_path_arcto | , |
canvas | , | ||
300 | , | ||
300 | |||
) |
Definition at line 20 of file patharcto.cpp.
Definition at line 66 of file patharcto.cpp.