Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
path_ops.h File Reference
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkPathBuilder.h"
#include "third_party/skia/include/core/SkPathTypes.h"
#include "third_party/skia/include/pathops/SkPathOps.h"

Go to the source code of this file.

Classes

struct  flutter::PathData
 

Namespaces

namespace  flutter
 

Macros

#define API   __attribute__((visibility("default")))
 

Functions

SkPathflutter::CreatePath (SkPathFillType fill_type)
 
API void flutter::DestroyPathBuilder (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::DestroyPath (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)
 

Macro Definition Documentation

◆ API

#define API   __attribute__((visibility("default")))

Definition at line 16 of file path_ops.h.