Searched refs:scalarTypeForLiteral (Results 1 – 7 of 7) sorted by relevance
19 SkASSERT(arg->type().scalarTypeForLiteral() == type.componentType().scalarTypeForLiteral()); in Make()
187 return String(this->scalarTypeForLiteral().name()); in displayName()432 virtual const Type& scalarTypeForLiteral() const { in scalarTypeForLiteral() function
21 const Type& type = rawType.scalarTypeForLiteral(); in Convert()
70 type = &type->scalarTypeForLiteral(); in MakeScratchVariable()
208 base = baseType.scalarTypeForLiteral().coerceExpression(std::move(base), context); in Convert()
358 base = baseType.scalarTypeForLiteral().coerceExpression(std::move(base), context); in Convert()
102 const Type& scalarTypeForLiteral() const override { in scalarTypeForLiteral() function in SkSL::LiteralType