Home | History | Annotate | Download | only in src

Lines Matching refs:PosLookupSubTable

1350   typedef struct PosLookupSubTable LookupSubTable;
1360 struct PosLookupSubTable
1434 inline const PosLookupSubTable& get_subtable (unsigned int i) const
1435 { return this+CastR<OffsetArrayOf<PosLookupSubTable> > (subTable)[i]; }
1514 OffsetArrayOf<PosLookupSubTable> &list = CastR<OffsetArrayOf<PosLookupSubTable> > (subTable);