Searched refs:kInt (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp62 { SkOpType(kInt | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsString }, // kAdd
67 { kInt, kInt, kNoBias }, // kBitAnd
68 { kNoType, kInt, kNoBias }, // kBitNot
69 { kInt, kInt, kNoBias }, // kBitOr
70 { SkOpType(kInt | kScalar), SkOpType(kInt | kScalar), kNoBias }, // kDivide
74 { SkOpType(kInt | kScala
[all...]
H A DSkScript.h55 kInt = 1, enumerator in enum:SkScriptEngine::SkOpType
/external/skia/src/animator/
H A DSkScript.cpp62 { SkOpType(kInt | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsString }, // kAdd
67 { kInt, kInt, kNoBias }, // kBitAnd
68 { kNoType, kInt, kNoBias }, // kBitNot
69 { kInt, kInt, kNoBias }, // kBitOr
70 { SkOpType(kInt | kScalar), SkOpType(kInt | kScalar), kNoBias }, // kDivide
74 { SkOpType(kInt | kScala
[all...]
H A DSkScript.h55 kInt = 1, enumerator in enum:SkScriptEngine::SkOpType
/external/skia/include/utils/
H A DSkJSON.h22 kInt, enumerator in enum:SkJSON::Type
156 * if done() returns false and type() returns kInt.
253 SkASSERT(kInt == fType);

Completed in 205 milliseconds