Searched defs:sbix (Results 1 – 7 of 7) 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()377 add_strike (hb_subset_context_t *c, unsigned i) const in add_strike()385 bool serialize_strike_offsets (hb_subset_context_t *c) const in serialize_strike_offsets()420 bool subset (hb_subset_context_t* c) const in subset()431 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
33 pub mod sbix; module
157 fn sbix(&self) -> Result<tables::sbix::Sbix<'a>, ReadError> { in sbix() method
1360 let sbix = font_ref.sbix().ok()?; in sbix_glyph() localVariable