Flutter Engine
The Flutter Engine
|
This is the complete list of members for SkSL::ConstantFolder, including all inherited members.
GetConstantInt(const Expression &value, SKSL_INT *out) | SkSL::ConstantFolder | static |
GetConstantValue(const Expression &value, double *out) | SkSL::ConstantFolder | static |
GetConstantValueForVariable(const Expression &value) | SkSL::ConstantFolder | static |
GetConstantValueOrNull(const Expression &value) | SkSL::ConstantFolder | static |
IsConstantSplat(const Expression &expr, double value) | SkSL::ConstantFolder | static |
MakeConstantValueForVariable(Position pos, std::unique_ptr< Expression > expr) | SkSL::ConstantFolder | static |
Simplify(const Context &context, Position pos, const Expression &left, Operator op, const Expression &right, const Type &resultType) | SkSL::ConstantFolder | static |