Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
bcc8486ad421350ecd17c07c3ce76c016894abb3
/
.
/
experimental
/
Intersection
/
ShapeOps.h
blob: 389275d9e2ca7e7ff34b50ea9005b19ce4e3e0fe [
file
] [
log
] [
blame
]
#include
"SkPath.h"
void
contourBounds
(
const
SkPath
&
path
,
SkTDArray
<
SkRect
>&
boundsArray
);
void
simplify
(
const
SkPath
&
path
,
bool
asFill
,
SkPath
&
simple
);
extern
const
bool
gRunTestsInOneThread
;
// FIXME: remove once debugging is complete