Lines Matching refs:subtable
985 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types> > (featureZ.as_array (fea… in apply() local
991 if (!(subtable->subFeatureFlags & flags)) in apply()
994 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply()
996 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply()
1026 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply()
1027 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply()
1028 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
1037 subtable->apply (c); in apply()
1047 subtable = &StructAfter<ChainSubtable<Types> > (*subtable); in apply()
1065 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types> > (featureZ.as_array (fea… in sanitize() local
1069 if (!subtable->sanitize (c)) in sanitize()
1071 subtable = &StructAfter<ChainSubtable<Types> > (*subtable); in sanitize()