Searched defs:sbix (Results 1 – 5 of 5) sorted by relevance
193 struct sbix struct195 static constexpr hb_tag_t tableTag = HB_OT_TAG_sbix;197 bool has_data () const { return version; } in has_data()199 const SBIXStrike &get_strike (unsigned int i) const { return this+strikes[i]; } in get_strike()201 struct accelerator_t367 bool sanitize (hb_sanitize_context_t *c) const in sanitize()376 add_strike (hb_subset_context_t *c, unsigned i) const in add_strike()384 bool serialize_strike_offsets (hb_subset_context_t *c) const in serialize_strike_offsets()419 bool subset (hb_subset_context_t* c) const in subset()430 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
1163 let sbix = font_ref.sbix().ok()?; in sbix_glyph() localVariable