Lines Matching refs:isNumber
1672 SkASSERT(type.isNumber()); in convertNumberConstructor()
1705 if (!args[0]->fType.isNumber()) { in convertNumberConstructor()
1738 type.componentType().isNumber() != args[0]->fType.componentType().isNumber()) { in convertCompoundConstructor()
1741 if (type.componentType().isNumber() != in convertCompoundConstructor()
1742 args[i]->fType.componentType().isNumber()) { in convertCompoundConstructor()
1783 if (type.isNumber()) { in convertConstructor()
1810 if (!base->fType.isNumber() && base->fType.kind() != Type::kVector_Kind) { in convertPrefixExpression()
1817 if (!base->fType.isNumber() && base->fType.kind() != Type::kVector_Kind) { in convertPrefixExpression()
1833 if (!base->fType.isNumber()) { in convertPrefixExpression()
1842 if (!base->fType.isNumber()) { in convertPrefixExpression()
2169 if (!base->fType.isNumber()) { in convertSuffixExpression()
2178 if (!base->fType.isNumber()) { in convertSuffixExpression()