Home | History | Annotate | Download | only in src

Lines Matching refs:PosLookupSubTable

1361   typedef struct PosLookupSubTable LookupSubTable;
1371 struct PosLookupSubTable
1445 inline const PosLookupSubTable& get_subtable (unsigned int i) const
1446 { return this+CastR<OffsetArrayOf<PosLookupSubTable> > (subTable)[i]; }
1505 OffsetArrayOf<PosLookupSubTable> &list = CastR<OffsetArrayOf<PosLookupSubTable> > (subTable);