| caryclark@google.com | 818b0cc | 2013-04-08 11:50:46 +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 | */ | ||||
| 7 | #ifndef PathOpsTestCommon_DEFINED | ||||
| 8 | #define PathOpsTestCommon_DEFINED | ||||
| 9 | |||||
| 10 | #include "SkPathOpsQuad.h" | ||||
| 11 | #include "SkTDArray.h" | ||||
| 12 | |||||
| 13 | void CubicToQuads(const SkDCubic& cubic, double precision, SkTDArray<SkDQuad>& quads); | ||||
| 14 | |||||
| 15 | #endif | ||||