Searched defs:sbix (Results 1 – 4 of 4) sorted by relevance
195 struct sbix struct197 static constexpr hb_tag_t tableTag = HB_OT_TAG_sbix;199 bool has_data () const { return version; } in has_data()201 const SBIXStrike &get_strike (unsigned int i) const { return this+strikes[i]; } in get_strike()203 struct accelerator_t334 bool sanitize (hb_sanitize_context_t *c) const in sanitize()343 add_strike (hb_subset_context_t *c, unsigned i) const in add_strike()351 bool serialize_strike_offsets (hb_subset_context_t *c) const in serialize_strike_offsets()387 bool subset (hb_subset_context_t* c) const in subset()400 HBUINT16 version; /* Table version number — set to 1 */[all …]
28 SkFILEWStream sbix((SkString(prefix) += "sbix.ttx").c_str()); in export_ttx() local
34 static hb_face_t *sbix; variable
102 static hb_face_t *sbix = NULL; variable