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/SkPathBuilder.h"
9#include "third_party/skia/include/core/SkPathTypes.h"
10#include "third_party/skia/include/pathops/SkPathOps.h"
13#define API __declspec(dllexport)
15#define API __attribute__((visibility("default")))
42API void Op(SkPathBuilder* one, SkPathBuilder* two, SkPathOp op);
void Op(SkPathBuilder *one, SkPathBuilder *two, SkPathOp op)
void DestroyPath(SkPathBuilder *path)
int GetFillType(SkPathBuilder *path)
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
SkPathBuilder * CreatePath(SkPathFillType fill_type)
void DestroyData(PathData *data)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
void Reset(SkPathBuilder *path)
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)