Searched defs:bsln (Results 1 – 4 of 4) sorted by relevance
117 struct bsln struct119 enum { tableTag = HB_AAT_TAG_bsln };121 bool sanitize (hb_sanitize_context_t *c) const in sanitize()138 FixedVersion<>version; /* Version number of the Baseline table. */139 HBUINT16 format; /* Format of the baseline table. Only one baseline141 HBUINT16 defaultBaseline;/* Default baseline value for all glyphs.143 union {150 } parts;
59 const int32_t Tag::bsln = TAG('b', 's', 'l', 'n'); member in sfntly::Tag
77 static const int32_t bsln; member
279 GXV_bsln_Data bsln = &bslnrec; in gxv_bsln_validate() local