HomeSort by relevance Sort by last modified time
    Searched refs:HB_SubTable (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/src/
harfbuzz-open.h 129 typedef struct HB_SubTable_ HB_SubTable;
134 HB_SubTable* SubTable; /* array of SubTables */
harfbuzz-dump.c 286 Dump_GSUB_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
331 Dump_GSUB_Lookup_Ligature (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
370 Dump_GSUB_Lookup_Context (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
436 Dump_GSUB_Lookup_Chain (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
542 Dump_GPOS_Lookup_Single (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
588 Dump_GPOS_Lookup_Pair (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
616 Dump_GPOS_Lookup_Markbase (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type)
649 void (*lookup_func) (HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) = NULL;
harfbuzz-open.c 450 static HB_Error Load_SubTable( HB_SubTable* st,
462 static void Free_SubTable( HB_SubTable* st,
484 HB_SubTable* st;
502 if ( ALLOC_ARRAY( l->SubTable, count, HB_SubTable ) )
559 HB_SubTable* st;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 129 typedef struct HB_SubTable_ HB_SubTable;
134 HB_SubTable* SubTable; /* array of SubTables */
harfbuzz-open.c 450 static HB_Error Load_SubTable( HB_SubTable* st,
462 static void Free_SubTable( HB_SubTable* st,
484 HB_SubTable* st;
502 if ( ALLOC_ARRAY( l->SubTable, count, HB_SubTable ) )
559 HB_SubTable* st;

Completed in 3252 milliseconds