Home
last modified time | relevance | path

Searched defs:OffsetTo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/
Dtypes.hh42 using OffsetTo = OT::Offset16To<Type, BaseType, has_null>; typedef
56 using OffsetTo = OT::Offset24To<Type, BaseType, has_null>; typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh300 struct OffsetTo : Offset<OffsetType, has_null> struct
305 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =()
307 const Type& operator () (const void *base) const in operator ()()
312 Type& operator () (void *base) const in operator ()()
333 bool serialize_subset (hb_subset_context_t *c, const OffsetTo& src, in serialize_subset()
356 bool serialize_serialize (hb_serialize_context_t *c, Ts&&... ds) in serialize_serialize()
376 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
394 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
398 bool sanitize_shallow (hb_sanitize_context_t *c, const void *base) const in sanitize_shallow()
408 bool sanitize (hb_sanitize_context_t *c, const void *base, Ts&&... ds) const in sanitize()
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-open-type.hh397 struct OffsetTo : Offset<OffsetType, has_null> struct
399 using target_t = Type;
408 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =()
410 const Type& operator () (const void *base) const in operator ()()
415 Type& operator () (void *base) const in operator ()()
436 bool serialize_subset (hb_subset_context_t *c, const OffsetTo& src, in serialize_subset()
459 bool serialize_serialize (hb_serialize_context_t *c, Ts&&... ds) in serialize_serialize()
479 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
497 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
501 bool sanitize_shallow (hb_sanitize_context_t *c, const BaseType *base) const in sanitize_shallow()
[all …]