5#ifndef FLUTTER_TOOLS_PATH_OPS_PATH_OPS_H_
6#define FLUTTER_TOOLS_PATH_OPS_PATH_OPS_H_
14#define API __declspec(dllexport)
16#define API __attribute__((visibility("default")))
void Op(SkPath *one, SkPath *two, SkPathOp op)
void MoveTo(SkPath *path, SkScalar x, SkScalar y)
void LineTo(SkPath *path, SkScalar x, SkScalar y)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
void CubicTo(SkPath *path, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3)
void DestroyData(PathData *data)
void DestroyPath(SkPath *path)
int GetFillType(SkPath *path)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
SkPath * CreatePath(SkPathFillType fill_type)
struct PathData * Data(SkPath *path)
API void DestroyPathBuilder(SkPath *path)