Flutter Impeller
impeller::Path::PolylineContour::Component Struct Reference

#include <path.h>

Public Attributes

size_t component_start_index
 
bool is_curve
 

Detailed Description

Definition at line 77 of file path.h.

Member Data Documentation

◆ component_start_index

size_t impeller::Path::PolylineContour::Component::component_start_index

Definition at line 78 of file path.h.

◆ is_curve

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.

Definition at line 83 of file path.h.


The documentation for this struct was generated from the following file: