Home
last modified time | relevance | path

Searched refs:fCoercibleTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h104 , fCoercibleTypes(std::move(types)) { in Type()
144 , fCoercibleTypes(std::move(coercibleTypes)) in Type()
376 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()
377 return fCoercibleTypes; in coercibleTypes()
427 std::vector<const Type*> fCoercibleTypes; variable
DSkSLType.cpp42 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()
43 if (*fCoercibleTypes[i] == other) { in coercionCost()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp81 , fCoercibleTypes(std::move(coercibleTypes)) {} in GenericType()
84 return fCoercibleTypes; in coercibleTypes()
90 std::vector<const Type*> fCoercibleTypes; member in SkSL::GenericType