Flutter Engine
The Flutter Engine
|
#include <path_ops.h>
Public Attributes | |
uint8_t * | verbs |
size_t | verb_count |
float * | points |
size_t | point_count |
Definition at line 49 of file path_ops.h.
size_t flutter::PathData::point_count |
Definition at line 53 of file path_ops.h.
float* flutter::PathData::points |
Definition at line 52 of file path_ops.h.
size_t flutter::PathData::verb_count |
Definition at line 51 of file path_ops.h.
uint8_t* flutter::PathData::verbs |
Definition at line 50 of file path_ops.h.