Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
27accef223a27fba437f5e825d99edbae20a045b
/
.
/
experimental
/
Intersection
/
LineUtilities.h
blob: 4dafc9fdccec166bc18be22b0d97275b2a36d13b [
file
] [
log
] [
blame
]
caryclark@google.com
27accef
2012-01-25 18:57:23 +0000
[
diff
] [
blame^
]
1
#include
"DataTypes.h"
2
3
bool
implicitLine
(
const
_Line
&
line
,
double
&
slope
,
double
&
axisIntercept
);
4
int
reduceOrder
(
const
_Line
&
line
,
_Line
&
reduced
);