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/SkFontTypes.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkRandom.h"
#include "src/core/SkFontPriv.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <string.h>
Go to the source code of this file.
Functions | |
static void | strokePath (SkCanvas *canvas, const SkPath &path) |
DEF_SIMPLE_GM (getpostextpath, canvas, 480, 780) | |
DEF_SIMPLE_GM | ( | getpostextpath | , |
canvas | , | ||
480 | , | ||
780 | |||
) |
Definition at line 36 of file getpostextpath.cpp.
Definition at line 29 of file getpostextpath.cpp.