Searched refs:fRightType (Results 1 – 4 of 4) sorted by relevance
175 unsigned int fRightType : 3; // SkOpType union, but only lower values member
185 unsigned int fRightType : 3; // SkOpType, but only lower values member
1113 if ((value2.fType & attributes->fRightType) == 0 || value1.fType != value2.fType) { in processOp()1116 if (value2.fType == SkOperand2::kScalar && (attributes->fRightType == SkOperand2::kS32 || in processOp()
1338 if ((type2 & attributes->fRightType) == 0 || type1 != type2) { in processOp()1347 if (type2 == kScalar && (attributes->fRightType == kInt || type1 == kInt)) { in processOp()