Lines Matching full:subtable
285 /* This subtable has some "history", if you will. Some earlier versions of
517 * FeatureParams subtable from the beginning of the FeatureList table!
519 * If sanitizing "failed" for the FeatureParams subtable, try it with the
592 inline unsigned int get_subtable_count (void) const { return subTable.len; }
596 { return this+CastR<OffsetArrayOf<SubTableType> > (subTable)[i]; }
600 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
603 { return CastR<OffsetArrayOf<SubTableType> > (subTable); }
615 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
644 if (unlikely (!subTable.serialize (c, num_subtables))) return_trace (false);
647 USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
657 if (!(c->check_struct (this) && subTable.sanitize (c))) return_trace (false);
660 const USHORT &markFilteringSet = StructAfter<USHORT> (subTable);
670 subTable; /* Array of SubTables */
675 DEFINE_SIZE_ARRAY2 (6, subTable, markFilteringSetX);