Flutter Engine
The Flutter Engine
|
#include "impeller/geometry/path_component.h"
#include "impeller/geometry/point.h"
#include "impeller/geometry/scalar.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
Functions | |
Scalar | impeller::ComputeCubicSubdivisions (Scalar scale_factor, Point p0, Point p1, Point p2, Point p3) |
Scalar | impeller::ComputeQuadradicSubdivisions (Scalar scale_factor, Point p0, Point p1, Point p2) |
Scalar | impeller::ComputeQuadradicSubdivisions (Scalar scale_factor, const QuadraticPathComponent &quad) |
Scalar | impeller::ComputeCubicSubdivisions (float scale_factor, const CubicPathComponent &cub) |