Searched refs:kInt (Results 1 – 7 of 7) 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 | 53 kInt = 1, enumerator
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_type_name_deduplicator_unittest.cc | 19 const char kInt[] = "int"; variable 38 ASSERT_EQ(1, dedup->Insert(kInt)); in TEST() 44 ASSERT_EQ(1, dedup->Insert(kInt)); in TEST()
|
/external/webrtc/talk/app/webrtc/ |
D | statstypes.cc | 234 RTC_DCHECK(type_ == kInt || type_ == kInt64); in Value() 235 type_ == kInt ? value_.int_ = static_cast<int>(value) : value_.int64_ = value; in Value() 265 case kInt: in ~Value() 289 case kInt: in Equals() 335 return type_ == kInt ? value_.int_ == static_cast<int>(value) : in operator ==() 352 RTC_DCHECK(type_ == kInt); in int_val() 604 case kInt: in ToString() 693 values_[name] = ValuePtr(new Value(name, value, Value::kInt)); in AddInt()
|
D | statstypes.h | 254 kInt, // int. enumerator
|
/external/skia/src/pdf/ |
D | SkPDFTypes.cpp | 129 case Type::kInt: in emitObject() 170 case Type::kInt: in addResources() 192 SkPDFUnion u(Type::kInt); in Int()
|
D | SkPDFTypes.h | 145 kInt, enumerator
|