Flutter Engine
The Flutter Engine
|
#include <path.h>
Public Attributes | |
size_t | component_start_index |
bool | is_curve |
size_t impeller::Path::PolylineContour::Component::component_start_index |
bool impeller::Path::PolylineContour::Component::is_curve |
Denotes whether this component is a curve.
This is set to true when this component is generated from QuadraticComponent or CubicPathComponent.