Searched refs:OffsetType (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 740 template <typename Type, typename OffsetType=USHORT> 741 struct OffsetTo : Offset<OffsetType> 779 DEFINE_SIZE_STATIC (sizeof(OffsetType)); 781 template <typename Base, typename OffsetType, typename Type> 782 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) {… in operator +() 783 template <typename Base, typename OffsetType, typename Type> 784 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (ba… in operator +()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 67 enum OffsetType enum in deqp::gles31::Functional::__anona40c26350111::AtomicCounterTest 105 OffsetType offsetType; 1179 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToName() 1237 …const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType) in layoutTypesToDesc() 1393 const AtomicCounterTest::OffsetType offsetTypes[] = in AtomicCounterTests() 1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx]; in AtomicCounterTests()
|
/external/icu/icu4c/source/tools/gennorm2/ |
D | n2builder.cpp | 134 enum OffsetType { enum
|