Searched refs:hb_type (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-dump.c46 #define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent, HB_Type hb_type)
47 #define RECURSE(name, type, val) do { DUMP ("<" #name ">\n"); Dump_ ## type (val, stream, indent + 1, hb_type); DUMP ("</" #name ">\n"); } while (0)
48 #define RECURSE_NUM(name, i, type, val) do { DUMP1 ("<" #name "> <!-- %d -->\n", i); Dump_ ## type (val, stream, indent + 1, hb_type); DUMP ("</" #name ">\n"); } while (0)
49 #define DUMP_VALUE_RECORD(val, frmt) do { DUMP ("<ValueRecord>\n"); Dump_ValueRecord (val, stream, indent + 1, hb_type, frmt); DUMP ("</ValueRecord>\n"); } while (0)
96 HB_UNUSED(hb_type);
144 HB_UNUSED(hb_type);
155 HB_UNUSED(hb_type);
189 HB_UNUSED(hb_type);
216 HB_UNUSED(hb_type);
225 HB_UNUSED(hb_type);
286 Dump_GSUB_Lookup_Single(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
331 Dump_GSUB_Lookup_Ligature(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
370 Dump_GSUB_Lookup_Context(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
436 Dump_GSUB_Lookup_Chain(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
458 Dump_Device(HB_Device *Device, FILE *stream, int indent, HB_Type hb_type) argument
511 Dump_ValueRecord(HB_ValueRecord *ValueRecord, FILE *stream, int indent, HB_Type hb_type, HB_UShort value_format) argument
542 Dump_GPOS_Lookup_Single(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
566 Dump_PairValueRecord(HB_PairValueRecord *PairValueRecord, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2) argument
574 Dump_PairSet(HB_PairSet *PairSet, FILE *stream, int indent, HB_Type hb_type, HB_UShort ValueFormat1, HB_UShort ValueFormat2) argument
588 Dump_GPOS_Lookup_Pair(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
616 Dump_GPOS_Lookup_Markbase(HB_SubTable *subtable, FILE *stream, int indent, HB_Type hb_type) argument
747 HB_Type hb_type = HB_Type_GSUB; local
760 HB_Type hb_type = HB_Type_GPOS; local
[all...]

Completed in 42 milliseconds