HomeSort by relevance Sort by last modified time
    Searched refs:OffsetType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 689 template <typename OffsetType, typename Type>
690 struct GenericOffsetTo : OffsetType
724 inline bool try_set (hb_sanitize_context_t *c, const OffsetType &v) {
740 template <typename Base, typename OffsetType, typename Type>
741 inline const Type& operator + (const Base &base, const GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
742 template <typename Base, typename OffsetType, typename Type>
743 inline Type& operator + (Base &base, GenericOffsetTo<OffsetType, Type> &offset) { return offset (base); }
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 692 template <typename Type, typename OffsetType=USHORT>
693 struct OffsetTo : Offset<OffsetType>
731 DEFINE_SIZE_STATIC (sizeof(OffsetType));
733 template <typename Base, typename OffsetType, typename Type>
734 static inline const Type& operator + (const Base &base, const OffsetTo<Type, OffsetType> &offset) { return offset (base); }
735 template <typename Base, typename OffsetType, typename Type>
736 static inline Type& operator + (Base &base, OffsetTo<Type, OffsetType> &offset) { return offset (base); }
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 67 enum OffsetType
95 , offsetType (OFFSETTYPE_NONE)
105 OffsetType offsetType;
195 switch (spec.offsetType)
262 if (spec.offsetType == OFFSETTYPE_RESET_DEFAULT && counterNdx == spec.atomicCounterCount/2)
285 switch (spec.offsetType)
928 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp 133 enum OffsetType {
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 134 enum OffsetType {
    [all...]

Completed in 583 milliseconds