Lines Matching full:subtable
286 Dump_GSUB_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
288 HB_SingleSubst *SingleSubst = &subtable->st.gsub.single;
331 Dump_GSUB_Lookup_Ligature (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
334 HB_LigatureSubst *LigatureSubst = &subtable->st.gsub.ligature;
370 Dump_GSUB_Lookup_Context (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
372 HB_ContextSubst *ContextSubst = &subtable->st.gsub.context;
436 Dump_GSUB_Lookup_Chain (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
438 HB_ChainContextSubst *chain = &subtable->st.gsub.chain;
542 Dump_GPOS_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
544 HB_SinglePos *SinglePos = &subtable->st.gpos.single;
588 Dump_GPOS_Lookup_Pair (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
590 HB_PairPos *PairPos = &subtable->st.gpos.pair;
616 Dump_GPOS_Lookup_Markbase (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
619 HB_MarkBasePos *markbase = &subtable->st.gpos.markbase;
649 void (*lookup_func) (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) = NULL;
726 DUMP ("<Subtable>\n");
728 (*lookup_func) (&Lookup->SubTable[i], stream, indent + 1, hb_type);
729 DUMP ("</Subtable>\n");