Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPathBuilder.h"
#include "include/core/SkRect.h"
#include "include/core/SkString.h"
Go to the source code of this file.
Functions | |
static SkPath | hiragino_maru_goth_pro_e () |
static void | test_path (SkCanvas *canvas, const SkPath &path) |
static void | test_rev (SkCanvas *canvas, const SkPath &path) |
DEF_SIMPLE_GM_BG_NAME (pathreverse, canvas, 640, 480, SK_ColorWHITE, SkString("path-reverse")) | |
DEF_SIMPLE_GM_BG_NAME | ( | pathreverse | , |
canvas | , | ||
640 | , | ||
480 | , | ||
SK_ColorWHITE | , | ||
SkString("path-reverse") | |||
) |
Definition at line 74 of file pathreverse.cpp.
|
static |
Definition at line 26 of file pathreverse.cpp.
Definition at line 53 of file pathreverse.cpp.