Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::PathData Struct Reference

#include <path_ops.h>

Public Attributes

uint8_t * verbs
 
size_t verb_count
 
float * points
 
size_t point_count
 

Detailed Description

Definition at line 49 of file path_ops.h.

Member Data Documentation

◆ point_count

size_t flutter::PathData::point_count

Definition at line 53 of file path_ops.h.

◆ points

float* flutter::PathData::points

Definition at line 52 of file path_ops.h.

◆ verb_count

size_t flutter::PathData::verb_count

Definition at line 51 of file path_ops.h.

◆ verbs

uint8_t* flutter::PathData::verbs

Definition at line 50 of file path_ops.h.


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