Searched defs:sbix (Results 1 – 5 of 5) sorted by relevance
131 struct sbix struct133 enum { tableTag = HB_OT_TAG_sbix };135 bool has_data () const { return version; } in has_data()137 const SBIXStrike &get_strike (unsigned int i) const { return this+strikes[i]; } in get_strike()139 struct accelerator_t263 bool sanitize (hb_sanitize_context_t *c) const in sanitize()272 HBUINT16 version; /* Table version number — set to 1 */273 HBUINT16 flags; /* Bit 0: Set to 1. Bit 1: Draw outlines.276 strikes; /* Offsets from the beginning of the 'sbix'
26 SkFILEWStream sbix("sbix.ttx"); in main() local
34 static hb_face_t *sbix; variable
102 static hb_face_t *sbix = NULL; variable