5#ifndef FLUTTER_TOOLS_PATH_OPS_PATH_OPS_H_
6#define FLUTTER_TOOLS_PATH_OPS_PATH_OPS_H_
8#include "third_party/skia/include/core/SkPath.h"
9#include "third_party/skia/include/core/SkPathBuilder.h"
10#include "third_party/skia/include/core/SkPathTypes.h"
11#include "third_party/skia/include/pathops/SkPathOps.h"
14#define API __declspec(dllexport)
16#define API __attribute__((visibility("default")))
45API void Op(SkPath* one, SkPath* two, SkPathOp op);
void Op(SkPath *one, SkPath *two, SkPathOp op)
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 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)
void DestroyPathBuilder(PathBuilder *builder)
void MoveTo(PathBuilder *builder, Scalar x, Scalar y)
void LineTo(PathBuilder *builder, Scalar x, Scalar y)
void CubicTo(PathBuilder *builder, Scalar x1, Scalar y1, Scalar x2, Scalar y2, Scalar x3, Scalar y3)
void Close(PathBuilder *builder)