Searched refs:OffsetType (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh740 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) { return offset (base); }
783 template <typename Base, typename OffsetType, typename Type>
784 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
/external/deqp/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp67 enum OffsetType enum in class:deqp::gles31::Functional::__anon3559::AtomicCounterTest
105 OffsetType offsetType;
1179 string layoutTypesToName (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType)
1237 string layoutTypesToDesc (const AtomicCounterTest::BindingType& bindingType, const AtomicCounterTest::OffsetType& offsetType)
1393 const AtomicCounterTest::OffsetType offsetTypes[] =
1403 const AtomicCounterTest::OffsetType offsetType = offsetTypes[offsetTypeNdx];
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp134 enum OffsetType { enum in struct:Norm

Completed in 192 milliseconds