blob: 2bce308ade57bb937a7cd7c32c071ad558a70acc [file] [log] [blame]
caryclark@google.com9e49fb62012-08-27 14:11:33 +00001/*
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.com639df892012-01-10 21:46:10 +00007#include "DataTypes.h"
8
9bool controls_inside(const Cubic& );
10void find_tight_bounds(const Cubic& , _Rect& );
11void quad_to_cubic(const Quadratic& , Cubic& );