Home
last modified time | relevance | path

Searched refs:fLeftType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScriptTokenizer.cpp312 gOpAttributes[op].fLeftType == SkOperand2::kNoType) { in arithmeticOp()
1062 if (attributes->fLeftType != SkOperand2::kNoType) { in processOp()
1074 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) { in processOp()
1079 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) { in processOp()
1083 if (attributes->fLeftType != SkOperand2::kNoType) { in processOp()
1085 … if ((attributes->fLeftType & SkOperand2::kString) && attributes->fBias & kTowardsString && in processOp()
1095 … } else if (attributes->fLeftType & SkOperand2::kScalar && ((value1.fType | value2.fType) & in processOp()
1103 if ((value1.fType & attributes->fLeftType) == 0 || value1.fType != value2.fType) { in processOp()
1106 … if (value1.fType == SkOperand2::kScalar && (attributes->fLeftType == SkOperand2::kS32 || in processOp()
1111 AddTokenRegister rhRegister = attributes->fLeftType != SkOperand2::kNoType ? in processOp()
[all …]
DSkScript.cpp309 gOpAttributes[op].fLeftType == kNoType) { in arithmeticOp()
1252 if (attributes->fLeftType != kNoType && operandCount < 2) in opError()
1254 if (attributes->fLeftType == kNoType && operandCount < 1) in opError()
1270 if (attributes->fLeftType != kNoType) { in processOp()
1280 if (type1 == kObject && (type1 & attributes->fLeftType) == 0) { in processOp()
1291 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) { in processOp()
1301 if (attributes->fLeftType != kNoType) { in processOp()
1303 …if ((attributes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & … in processOp()
1312 } else if (attributes->fLeftType & kScalar && ((type1 | type2) & kScalar)) { in processOp()
1323 if ((type1 & attributes->fLeftType) == 0 || type1 != type2) { in processOp()
[all …]
DSkScript2.h174 unsigned int fLeftType : 3; // SkOpType union, but only lower values member
DSkScript.h184 unsigned int fLeftType : 3; // SkOpType, but only lower values member