Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
15fa138f2276a77679530fb608463ff5b4133f7b
/
.
/
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