Searched defs:bsln (Results 1 – 2 of 2) sorted by relevance
117 struct bsln struct119 static constexpr hb_tag_t tableTag = HB_AAT_TAG_bsln;121 bool sanitize (hb_sanitize_context_t *c) const in sanitize()139 FixedVersion<>version; /* Version number of the Baseline table. */140 HBUINT16 format; /* Format of the baseline table. Only one baseline142 HBUINT16 defaultBaseline;/* Default baseline value for all glyphs.144 union {151 } parts;
279 GXV_bsln_Data bsln = &bslnrec; in gxv_bsln_validate() local