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 */
7#include "DataTypes.h"
8
9bool controls_inside(const Cubic& );
10void find_tight_bounds(const Cubic& , _Rect& );
11void quad_to_cubic(const Quadratic& , Cubic& );
12