blob: 6c878e3d6dbbc112c916feb47905de67dffa1fb2 [file] [log] [blame]
caryclark@google.com639df892012-01-10 21:46:10 +00001#include "DataTypes.h"
2
3bool controls_inside(const Cubic& );
4void find_tight_bounds(const Cubic& , _Rect& );
5void quad_to_cubic(const Quadratic& , Cubic& );