tree: 51c1d3b50e6c71509d5465cf867f984f69178efd [path history] [tgz]
  1. dart/
  2. BUILD.gn
  3. path_ops.cc
  4. path_ops.h
  5. README.md
tools/path_ops/README.md

path_ops

A small library that exposes C bindings for Skia's SkPathOps, with a minimal interface for SkPath.

This library only supports four commands from SkPath: moveTo, lineTo, cubicTo, and close.

This library is a subset of the functionality provided by Skia's PathKit library. It is primarily intended for use with the vector_graphics optimizing compiler. That library uses this one to optimize certain masking and clipping operations at compile time.