Flutter Engine
The Flutter Engine
|
#include <SkSLType.h>
Public Member Functions | |
Field (Position pos, Layout layout, ModifierFlags flags, std::string_view name, const Type *type) | |
std::string | description () const |
Public Attributes | |
Position | fPosition |
Layout | fLayout |
ModifierFlags | fModifierFlags |
std::string_view | fName |
const Type * | fType |
Represents a single field in a struct type.
Definition at line 74 of file SkSLType.h.
|
inline |
Definition at line 75 of file SkSLType.h.
std::string SkSL::Field::description | ( | ) | const |
Definition at line 1357 of file SkSLType.cpp.
Layout SkSL::Field::fLayout |
Definition at line 85 of file SkSLType.h.
ModifierFlags SkSL::Field::fModifierFlags |
Definition at line 86 of file SkSLType.h.
std::string_view SkSL::Field::fName |
Definition at line 87 of file SkSLType.h.
Position SkSL::Field::fPosition |
Definition at line 84 of file SkSLType.h.
const Type* SkSL::Field::fType |
Definition at line 88 of file SkSLType.h.