hb-open-type-private.hh | 383 * Serialize 393 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \ 412 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1, 422 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1, 785 inline Type& serialize (hb_serialize_context_t *c, const void *base) function in struct:OT::OffsetTo 788 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */ 856 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf 861 len.set (items_len); /* TODO(serialize) Overflow? */ 866 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::ArrayOf 871 if (unlikely (!serialize (c, items_len))) return_trace (false) 980 inline bool serialize (hb_serialize_context_t *c, function in struct:OT::HeadlessArrayOf [all...] |