Lines Matching refs:DBGMSG
55 DBGMSG(("\t************ START - DUMP BMessage ***********\n")); in DUMP_BMESSAGE()
56 DBGMSG(("\taddress: %p\n", msg)); in DUMP_BMESSAGE()
61 DBGMSG(("\tmsg->what: %c%c%c%c\n", in DUMP_BMESSAGE()
73 DBGMSG(("\t%s, B_BOOL_TYPE[%d]: %s\n", in DUMP_BMESSAGE()
82 DBGMSG(("\t%s, B_INT8_TYPE[%d]: %d\n", name, j, (int)anInt8)); in DUMP_BMESSAGE()
90 DBGMSG(("\t%s, B_INT16_TYPE[%d]: %d\n", name, j, (int)anInt16)); in DUMP_BMESSAGE()
98 DBGMSG(("\t%s, B_INT32_TYPE[%d]: %d\n", name, j, (int)anInt32)); in DUMP_BMESSAGE()
106 DBGMSG(("\t%s, B_INT64_TYPE[%d]: %d\n", name, j, (int)anInt64)); in DUMP_BMESSAGE()
114 DBGMSG(("\t%s, B_FLOAT_TYPE[%d]: %f\n", name, j, aFloat)); in DUMP_BMESSAGE()
122 DBGMSG(("\t%s, B_DOUBLE_TYPE[%d]: %f\n", name, j, (float)aDouble)); in DUMP_BMESSAGE()
130 DBGMSG(("\t%s, B_STRING_TYPE[%d]: %s\n", name, j, string)); in DUMP_BMESSAGE()
138 DBGMSG(("\t%s, B_POINT_TYPE[%d]: %f, %f\n", in DUMP_BMESSAGE()
147 DBGMSG(("\t%s, B_RECT_TYPE[%d]: %f, %f, %f, %f\n", in DUMP_BMESSAGE()
156 DBGMSG(("\t%s, 0x%x, count: %d\n", in DUMP_BMESSAGE()
160 DBGMSG(("\t%s, 0x%x, count: %d\n", in DUMP_BMESSAGE()
169 DBGMSG(("\t************ END - DUMP BMessage ***********\n")); in DUMP_BMESSAGE()
191 DBGMSG(("\t************ STRAT - DUMP BNode ***********\n")); in DUMP_BNODE()
199 DBGMSG(("\t%s, B_ASCII_TYPE: %s\n", buffer1, buffer2)); in DUMP_BNODE()
203 DBGMSG(("\t%s, B_STRING_TYPE: %s\n", buffer1, buffer2)); in DUMP_BNODE()
207 DBGMSG(("\t%s, B_INT32_TYPE: %d\n", buffer1, i)); in DUMP_BNODE()
211 DBGMSG(("\t%s, B_FLOAT_TYPE: %f\n", buffer1, f)); in DUMP_BNODE()
215 DBGMSG(("\t%s, B_RECT_TYPE: %f, %f, %f, %f\n", buffer1, rc.left, rc.top, rc.right, rc.bottom)); in DUMP_BNODE()
219 DBGMSG(("\t%s, B_BOOL_TYPE: %d\n", buffer1, (int)b)); in DUMP_BNODE()
222 DBGMSG(("\t%s, %c%c%c%c\n", in DUMP_BNODE()
232 DBGMSG(("\t************ END - DUMP BNode ***********\n")); in DUMP_BNODE()