Searched refs:get_short_offset_array (Results 1 – 1 of 1) sorted by relevance
312 c->check_array (get_short_offset_array (), c->get_num_glyphs () + 1))); in sanitize_shallow()551 return is_long_offset () ? get_long_offset_array ()[i] : get_short_offset_array ()[i] * 2; in get_offset()555 const HBUINT16 *get_short_offset_array () const { return (const HBUINT16 *) &offsetZ; } in get_short_offset_array() function