caryclark@google.com | 9e49fb6 | 2012-08-27 14:11:33 +0000 | [diff] [blame^] | 1 | /* |
2 | * Copyright 2012 Google Inc. | ||||
3 | * | ||||
4 | * Use of this source code is governed by a BSD-style license that can be | ||||
5 | * found in the LICENSE file. | ||||
6 | */ | ||||
caryclark@google.com | 639df89 | 2012-01-10 21:46:10 +0000 | [diff] [blame] | 7 | #include "DataTypes.h" |
8 | |||||
9 | bool controls_inside(const Cubic& ); | ||||
10 | void find_tight_bounds(const Cubic& , _Rect& ); | ||||
11 | void quad_to_cubic(const Quadratic& , Cubic& ); |