| /* | |
| * Copyright 2023 Google LLC | |
| * | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| #ifndef SkQuads_DEFINED | |
| #define SkQuads_DEFINED | |
| class SkQuads { | |
| public: | |
| static int RootsReal(double A, double B, double C, | |
| double solution[2]); | |
| }; | |
| #endif |