Lines Matching refs:dump
28 #include "harfbuzz-dump.h"
35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
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)
58 dump (FILE *stream, int indent, const char *format, ...)
234 DUMP("<ClassDefinition>\n");
351 DUMP("<!-- Not implemented!!! -->\n");
366 DUMP("<!-- Not implemented!!! -->\n");
396 DUMP("<!-- Not implemented!!! -->\n");
486 DUMP ("<DeltaValue>");
502 dump (stream, indent, "%d", signed_val >> (16 - bits));
504 DUMP (", ");
507 DUMP ("</DeltaValue>\n");
581 DUMP ("<PairValueRecord>\n");
583 DUMP ("</PairValueRecord>\n");
605 DUMP ("<PairSet>\n");
607 DUMP ("</PairSet>\n");
627 DUMP ("<BaseArray>\n");
638 DUMP ("<BaseRecord>\n");
642 DUMP ("</BaseArray>\n");
726 DUMP ("<Subtable>\n");
729 DUMP ("</Subtable>\n");