• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
9 bool controls_inside(const Cubic& );
10 void find_tight_bounds(const Cubic& , _Rect& );
11 void quad_to_cubic(const Quadratic& , Cubic& );
12