Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript2.h175 unsigned int fRightType : 3; // SkOpType union, but only lower values member
DSkScript.h185 unsigned int fRightType : 3; // SkOpType, but only lower values member
DSkScriptTokenizer.cpp1113 if ((value2.fType & attributes->fRightType) == 0 || value1.fType != value2.fType) { in processOp()
1116 if (value2.fType == SkOperand2::kScalar && (attributes->fRightType == SkOperand2::kS32 || in processOp()
DSkScript.cpp1338 if ((type2 & attributes->fRightType) == 0 || type1 != type2) { in processOp()
1347 if (type2 == kScalar && (attributes->fRightType == kInt || type1 == kInt)) { in processOp()