Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh272 struct OffsetTo : Offset<OffsetType, has_null> struct
277 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =()
279 const Type& operator () (const void *base) const in operator ()()
284 Type& operator () (void *base) const in operator ()()
303 Type& serialize (hb_serialize_context_t *c, const void *base) in serialize()
309 bool serialize_subset (hb_subset_context_t *c, in serialize_subset()
335 bool serialize_copy (hb_serialize_context_t *c, in serialize_copy()
354 bool sanitize_shallow (hb_sanitize_context_t *c, const void *base) const in sanitize_shallow()
364 bool sanitize (hb_sanitize_context_t *c, const void *base, Ts&&... ds) const in sanitize()
374 bool neuter (hb_sanitize_context_t *c) const in neuter()