Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
5d8d18651a64f62dbb8881794e23f53bf22c9a23
/
.
/
experimental
/
Intersection
/
TestUtilities.h
blob: 6c878e3d6dbbc112c916feb47905de67dffa1fb2 [
file
] [
log
] [
blame
]
caryclark@google.com
639df89
2012-01-10 21:46:10 +0000
[
diff
] [
blame
]
1
#include
"DataTypes.h"
2
3
bool
controls_inside
(
const
Cubic
&
);
4
void
find_tight_bounds
(
const
Cubic
&
,
_Rect
&
);
5
void
quad_to_cubic
(
const
Quadratic
&
,
Cubic
&
);