![]() |
Flutter Engine
The Flutter Engine
|
#include "path_ops.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
SkPath * | flutter::CreatePath (SkPathFillType fill_type) |
void | flutter::DestroyPath (SkPath *path) |
void | flutter::MoveTo (SkPath *path, SkScalar x, SkScalar y) |
void | flutter::LineTo (SkPath *path, SkScalar x, SkScalar y) |
void | flutter::CubicTo (SkPath *path, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) |
void | flutter::Close (SkPath *path) |
void | flutter::Reset (SkPath *path) |
void | flutter::Op (SkPath *one, SkPath *two, SkPathOp op) |
int | flutter::GetFillType (SkPath *path) |
struct PathData * | flutter::Data (SkPath *path) |
void | flutter::DestroyData (PathData *data) |