Searched refs:kInt (Results 1 – 4 of 4) sorted by relevance
/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/pdf/ |
D | SkPDFTypes.cpp | 149 case Type::kInt: in emitObject() 190 case Type::kInt: in addResources() 214 SkPDFUnion u(Type::kInt); in Int()
|
D | SkPDFTypes.h | 143 kInt, enumerator
|