Searched defs:MatrixType (Results 1 – 5 of 5) sorted by relevance
207 class MatrixType final : public Type { class211 MatrixType(skstd::string_view name, const char* abbrev, const Type& componentType, in MatrixType() function in SkSL::MatrixType
468 class MatrixType final : public Type { class472 MatrixType(std::string_view name, const char* abbrev, const Type& componentType, in MatrixType() function in SkSL::MatrixType
94 "MatrixType": object
294 enum class MatrixType : uint8_t enum
277 MatrixType, enumerator