Searched refs:fLeftType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.h176 unsigned int fLeftType : 3; // SkOpType, but only lower values member in struct:SkScriptEngine::SkOperatorAttributes
H A DSkScript2.h181 unsigned int fLeftType : 3; // SkOpType union, but only lower values member in struct:SkScriptEngine2::OperatorAttributes
H A DSkScript.cpp302 gOpAttributes[op].fLeftType == kNoType)) {
1246 if (attributes->fLeftType != kNoType && operandCount < 2)
1248 if (attributes->fLeftType == kNoType && operandCount < 1)
1264 if (attributes->fLeftType != kNoType) {
1274 if (type1 == kObject && (type1 & attributes->fLeftType) == 0) {
1285 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) {
1295 if (attributes->fLeftType != kNoType) {
1297 if ((attributes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & kString)) {
1306 } else if (attributes->fLeftType & kScalar && ((type1 | type2) & kScalar)) {
1317 if ((type1 & attributes->fLeftType)
[all...]
H A DSkScriptTokenizer.cpp320 gOpAttributes[op].fLeftType == SkOperand2::kNoType)) {
1072 if (attributes->fLeftType != SkOperand2::kNoType) {
1084 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) {
1089 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) {
1093 if (attributes->fLeftType != SkOperand2::kNoType) {
1095 if ((attributes->fLeftType & SkOperand2::kString) && attributes->fBias & kTowardsString &&
1105 } else if (attributes->fLeftType & SkOperand2::kScalar && ((value1.fType | value2.fType) &
1113 if ((value1.fType & attributes->fLeftType) == 0 || value1.fType != value2.fType) {
1116 if (value1.fType == SkOperand2::kScalar && (attributes->fLeftType == SkOperand2::kS32 ||
1121 AddTokenRegister rhRegister = attributes->fLeftType !
[all...]
/external/skia/src/animator/
H A DSkScript.h176 unsigned int fLeftType : 3; // SkOpType, but only lower values member in struct:SkScriptEngine::SkOperatorAttributes
H A DSkScript2.h181 unsigned int fLeftType : 3; // SkOpType union, but only lower values member in struct:SkScriptEngine2::OperatorAttributes
H A DSkScript.cpp302 gOpAttributes[op].fLeftType == kNoType)) {
1246 if (attributes->fLeftType != kNoType && operandCount < 2)
1248 if (attributes->fLeftType == kNoType && operandCount < 1)
1264 if (attributes->fLeftType != kNoType) {
1274 if (type1 == kObject && (type1 & attributes->fLeftType) == 0) {
1285 if (type2 == kObject && (type2 & attributes->fLeftType) == 0) {
1295 if (attributes->fLeftType != kNoType) {
1297 if ((attributes->fLeftType & kString) && attributes->fBias & kTowardsString && ((type1 | type2) & kString)) {
1306 } else if (attributes->fLeftType & kScalar && ((type1 | type2) & kScalar)) {
1317 if ((type1 & attributes->fLeftType)
[all...]
H A DSkScriptTokenizer.cpp320 gOpAttributes[op].fLeftType == SkOperand2::kNoType)) {
1072 if (attributes->fLeftType != SkOperand2::kNoType) {
1084 if (value1.fType == SkOperand2::kObject && (value1.fType & attributes->fLeftType) == 0) {
1089 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) {
1093 if (attributes->fLeftType != SkOperand2::kNoType) {
1095 if ((attributes->fLeftType & SkOperand2::kString) && attributes->fBias & kTowardsString &&
1105 } else if (attributes->fLeftType & SkOperand2::kScalar && ((value1.fType | value2.fType) &
1113 if ((value1.fType & attributes->fLeftType) == 0 || value1.fType != value2.fType) {
1116 if (value1.fType == SkOperand2::kScalar && (attributes->fLeftType == SkOperand2::kS32 ||
1121 AddTokenRegister rhRegister = attributes->fLeftType !
[all...]

Completed in 701 milliseconds