Home | History | Annotate | Download | only in src

Lines Matching defs:subTable

267     /* This subtable has some "history", if you will.  Some earlier versions of
495 * FeatureParams subtable from the beginning of the FeatureList table!
497 * If sanitizing "failed" for the FeatureParams subtable, try it with the
562 inline unsigned int get_subtable_count (void) const { return subTable.len; }
574 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
589 if (unlikely (!subTable.serialize (c, num_subtables))) return TRACE_RETURN (false);
592 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
601 if (!(c->check_struct (this) && subTable.sanitize (c))) return TRACE_RETURN (false);
604 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
613 subTable; /* Array of SubTables */
618 DEFINE_SIZE_ARRAY2 (6, subTable, markFilteringSetX);