Home
last modified time | relevance | path

Searched refs:kInt (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
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 | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsNumber }, // kEq…
78 { kInt, kNoType, kNoBias }, // kFlipOps
79 …{ SkOpType(kInt | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsNumber }, // kGr…
84 { kNoType, kInt, kNoBias }, // kLogicalAnd (really, ToBool)
85 { kNoType, kInt, kNoBias }, // kLogicalNot
[all …]
DSkScript.h55 kInt = 1, enumerator
/external/skia/src/animator/
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 | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsNumber }, // kEq…
78 { kInt, kNoType, kNoBias }, // kFlipOps
79 …{ SkOpType(kInt | kScalar | kString), SkOpType(kInt | kScalar | kString), kTowardsNumber }, // kGr…
84 { kNoType, kInt, kNoBias }, // kLogicalAnd (really, ToBool)
85 { kNoType, kInt, kNoBias }, // kLogicalNot
[all …]
DSkScript.h55 kInt = 1, enumerator
/external/skia/src/utils/
DSkJSON.cpp148 SkASSERT(kInt == fSlot->type()); in intValue()
185 case kInt: in Object()
244 this->addSlot(new Slot(name, kInt))->fValue.fInt = value; in addInt()
305 const Slot* slot = this->findSlot(name, kInt); in findInt()
407 case kInt: in dumpLevel()
474 case kInt: { in dumpLevel()
562 this->init(kInt, count, values); in Array()
/external/chromium_org/third_party/skia/src/utils/
DSkJSON.cpp148 SkASSERT(kInt == fSlot->type()); in intValue()
185 case kInt: in Object()
244 this->addSlot(new Slot(name, kInt))->fValue.fInt = value; in addInt()
305 const Slot* slot = this->findSlot(name, kInt); in findInt()
407 case kInt: in dumpLevel()
474 case kInt: { in dumpLevel()
562 this->init(kInt, count, values); in Array()
/external/chromium_org/third_party/skia/include/utils/
DSkJSON.h22 kInt, enumerator
253 SkASSERT(kInt == fType); in ints()
/external/skia/include/utils/
DSkJSON.h22 kInt, enumerator
253 SkASSERT(kInt == fType); in ints()