Searched refs:HB_SubTable (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-open.h | 129 typedef struct HB_SubTable_ HB_SubTable; typedef 134 HB_SubTable* SubTable; /* array of SubTables */
|
D | harfbuzz-dump.c | 286 Dump_GSUB_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Single() 331 Dump_GSUB_Lookup_Ligature (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Ligature() 370 Dump_GSUB_Lookup_Context (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Context() 436 Dump_GSUB_Lookup_Chain (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GSUB_Lookup_Chain() 542 Dump_GPOS_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GPOS_Lookup_Single() 588 Dump_GPOS_Lookup_Pair (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GPOS_Lookup_Pair() 616 Dump_GPOS_Lookup_Markbase (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) in Dump_GPOS_Lookup_Markbase() 649 void (*lookup_func) (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) = NULL; in DEF_DUMP()
|
D | harfbuzz-open.c | 450 static HB_Error Load_SubTable( HB_SubTable* st, in Load_SubTable() 462 static void Free_SubTable( HB_SubTable* st, in Free_SubTable() 484 HB_SubTable* st; in Load_Lookup() 502 if ( ALLOC_ARRAY( l->SubTable, count, HB_SubTable ) ) in Load_Lookup() 559 HB_SubTable* st; in Free_Lookup()
|