Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::Path::PolylineContour::Component Struct Reference

#include <path.h>

Public Attributes

size_t component_start_index
 
bool is_curve
 

Detailed Description

Definition at line 61 of file path.h.

Member Data Documentation

◆ component_start_index

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

Definition at line 62 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 67 of file path.h.


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