Searched refs:kInt (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/src/animator/ |
D | SkScript.cpp | 62 …{ 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 …]
|
D | SkScript.h | 55 kInt = 1, enumerator
|
/external/skia/src/animator/ |
D | SkScript.cpp | 62 …{ 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 …]
|
D | SkScript.h | 55 kInt = 1, enumerator
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 148 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/ |
D | SkJSON.cpp | 148 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/ |
D | SkJSON.h | 22 kInt, enumerator 253 SkASSERT(kInt == fType); in ints()
|
/external/skia/include/utils/ |
D | SkJSON.h | 22 kInt, enumerator 253 SkASSERT(kInt == fType); in ints()
|