![]() |
Flutter Engine
The Flutter Engine
|
#include <SkSLForStatement.h>
Public Attributes | |
| const Variable * | fIndex |
| double | fStart |
| double | fDelta |
| int | fCount |
The unrollability information for an ES2-compatible loop.
Definition at line 29 of file SkSLForStatement.h.
| int SkSL::LoopUnrollInfo::fCount |
Definition at line 33 of file SkSLForStatement.h.
| double SkSL::LoopUnrollInfo::fDelta |
Definition at line 32 of file SkSLForStatement.h.
| const Variable* SkSL::LoopUnrollInfo::fIndex |
Definition at line 30 of file SkSLForStatement.h.
| double SkSL::LoopUnrollInfo::fStart |
Definition at line 31 of file SkSLForStatement.h.