Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
path_ops.cc File Reference
#include "path_ops.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Functions

SkPathflutter::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 PathDataflutter::Data (SkPath *path)
 
void flutter::DestroyData (PathData *data)