Flutter Engine
The Flutter Engine
|
#include "src/core/SkSLTypeShared.h"
Go to the source code of this file.
Functions | |
const char * | SkSLTypeString (SkSLType t) |
bool | SkSLTypeIsFullPrecisionNumericType (SkSLType type) |
int | SkSLTypeMatrixSize (SkSLType type) |
bool | SkSLTypeIsCombinedSamplerType (SkSLType type) |
bool SkSLTypeIsCombinedSamplerType | ( | SkSLType | type | ) |
If the type represents a square matrix, return its size; otherwise, -1.
Definition at line 165 of file SkSLTypeShared.cpp.
bool SkSLTypeIsFullPrecisionNumericType | ( | SkSLType | type | ) |
Is the shading language type full precision?
Definition at line 58 of file SkSLTypeShared.cpp.
If the type represents a square matrix, return its size; otherwise, -1.
Definition at line 111 of file SkSLTypeShared.cpp.
const char * SkSLTypeString | ( | SkSLType | t | ) |
Returns the SkSL typename for this type.
Definition at line 10 of file SkSLTypeShared.cpp.