зеркало из https://github.com/mozilla/moz-skia.git
18 строки
522 B
C
18 строки
522 B
C
/*
|
|
* Copyright 2012 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
#include "SkPathOpsQuad.h"
|
|
|
|
extern const SkDQuad quadraticLines[];
|
|
extern const SkDQuad quadraticPoints[];
|
|
extern const SkDQuad quadraticModEpsilonLines[];
|
|
extern const SkDQuad quadraticTests[][2];
|
|
|
|
extern const size_t quadraticLines_count;
|
|
extern const size_t quadraticPoints_count;
|
|
extern const size_t quadraticModEpsilonLines_count;
|
|
extern const size_t quadraticTests_count;
|