Searched defs:LiteralType (Results 1 – 9 of 9) sorted by relevance
7 type LiteralType = { alias
93 class LiteralType : public Type { class97 LiteralType(const char* name, const Type& scalarType, int8_t priority) in LiteralType() function in SkSL::LiteralType
71 isLiteral(): this is LiteralType; property
242 LiteralType, enumerator
308 LiteralType = 200, enumerator2783 export interface LiteralType extends Type { interface6143 isLiteral(): this is LiteralType; property