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/SkPaint.h"
#include "include/core/SkPathBuilder.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "src/base/SkRandom.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Classes | |
class | skiagm::EmptyPathGM |
class | skiagm::EmptyStrokeGM |
Namespaces | |
namespace | skiagm |
Functions | |
static SkPath | skiagm::make_path_move () |
static SkPath | skiagm::make_path_move_close () |
static SkPath | skiagm::make_path_move_line () |
static SkPath | skiagm::make_path_move_mix () |
Variables | |
static constexpr int | skiagm::kPtsCount = 3 |
static constexpr SkPoint | skiagm::kPts [kPtsCount] |