Searched refs:fCoercibleTypes (Results 1 – 4 of 4) sorted by relevance
101 , fCoercibleTypes(std::move(types)) { in Type()140 , fCoercibleTypes(std::move(coercibleTypes)) in Type()315 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()316 return fCoercibleTypes; in coercibleTypes()359 std::vector<const Type*> fCoercibleTypes; variable
41 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()42 if (*fCoercibleTypes[i] == other) { in coercionCost()
350 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()351 return fCoercibleTypes; in coercibleTypes()479 , fCoercibleTypes(std::move(types)) {} in Type()582 std::vector<const Type*> fCoercibleTypes; variable
48 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()49 if (*fCoercibleTypes[i] == other) { in coercionCost()