Searched defs:OffsetTo (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 256 struct OffsetTo : Offset<OffsetType, has_null> struct 258 const Type& operator () (const void *base) const in operator ()() 263 Type& operator () (void *base) const in operator ()() 269 Type& serialize (hb_serialize_context_t *c, const void *base) in serialize() 275 void serialize_subset (hb_subset_context_t *c, const T &src, const void *base) in serialize_subset() 287 bool sanitize_shallow (hb_sanitize_context_t *c, const void *base) const in sanitize_shallow() 296 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 305 bool sanitize (hb_sanitize_context_t *c, const void *base, T1 d1) const in sanitize() 314 bool sanitize (hb_sanitize_context_t *c, const void *base, T1 d1, T2 d2) const in sanitize() 323 bool sanitize (hb_sanitize_context_t *c, const void *base, T1 d1, T2 d2, T3 d3) const in sanitize() [all …]
|