Home
last modified time | relevance | path

Searched refs:DBGMSG (Results 1 – 18 of 18) sorted by relevance

/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp55 DBGMSG(("\t************ START - DUMP BMessage ***********\n")); in DUMP_BMESSAGE()
56 DBGMSG(("\taddress: 0x%x\n", (int)msg)); in DUMP_BMESSAGE()
61 DBGMSG(("\tmsg->what: %c%c%c%c\n", in DUMP_BMESSAGE()
67 DBGMSG(("\tmsg->what: %c%c%c%c\n", in DUMP_BMESSAGE()
80 DBGMSG(("\t%s, B_BOOL_TYPE[%d]: %s\n", in DUMP_BMESSAGE()
89 DBGMSG(("\t%s, B_INT8_TYPE[%d]: %d\n", name, j, (int)anInt8)); in DUMP_BMESSAGE()
97 DBGMSG(("\t%s, B_INT16_TYPE[%d]: %d\n", name, j, (int)anInt16)); in DUMP_BMESSAGE()
105 DBGMSG(("\t%s, B_INT32_TYPE[%d]: %d\n", name, j, (int)anInt32)); in DUMP_BMESSAGE()
113 DBGMSG(("\t%s, B_INT64_TYPE[%d]: %d\n", name, j, (int)anInt64)); in DUMP_BMESSAGE()
121 DBGMSG(("\t%s, B_FLOAT_TYPE[%d]: %f\n", name, j, aFloat)); in DUMP_BMESSAGE()
[all …]
H A DDbgMsg.h12 #define DBGMSG(args) write_debug_stream args macro
17 #define DBGMSG(args) (void)0 macro
/haiku/src/libs/print/libprint/
H A DDbgMsg.cpp55 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()
[all …]
H A DPrintProcess.cpp16 DBGMSG(("construct PictureData\n")); in PictureData()
17 DBGMSG(("1: current seek position = 0x%x\n", (int)file->Position())); in PictureData()
24 DBGMSG(("picture_data::point = %f, %f\n", point.x, point.y)); in PictureData()
25 DBGMSG(("picture_data::rect = %f, %f, %f, %f\n", in PictureData()
27 DBGMSG(("2: current seek position = 0x%x\n", (int)file->Position())); in PictureData()
31 DBGMSG(("3: current seek position = 0x%x\n", (int)file->Position())); in PictureData()
58 DBGMSG(("picture_count = %" B_PRId32 "\n", fPictureCount)); in PageData()
79 DBGMSG(("picture_count = %" B_PRId32 "\n", fPictureCount)); in startEnum()
109 DBGMSG(("nup = %" B_PRId32 "\n", nup)); in SpoolData()
110 DBGMSG(("page_count = %" B_PRId32 "\n", page_count)); in SpoolData()
[all …]
H A DPrinterDriver.cpp89 DBGMSG((">%s: add_printer\n", GetDriverName())); in AddPrinter()
90 DBGMSG(("\tprinter_name: %s\n", printerName)); in AddPrinter()
91 DBGMSG(("<%s: add_printer\n", GetDriverName())); in AddPrinter()
117 DBGMSG((">%s: config_page\n", GetDriverName())); in ConfigPage()
128 DBGMSG(("<%s: config_page\n", GetDriverName())); in ConfigPage()
135 DBGMSG((">%s: config_job\n", GetDriverName())); in ConfigJob()
146 DBGMSG(("<%s: config_job\n", GetDriverName())); in ConfigJob()
153 DBGMSG((">%s: take_job\n", GetDriverName())); in TakeJob()
170 DBGMSG(("<%s: take_job\n", GetDriverName())); in TakeJob()
H A DTransport.cpp56 DBGMSG(("load_add_on: %s\n", path.Path())); in Transport()
67 DBGMSG(("image id = %d\n", (int)fImage)); in Transport()
74 DBGMSG(("init_transport is NULL\n")); in Transport()
79 DBGMSG(("exit_transport is NULL\n")); in Transport()
H A DGraphicsDriver.cpp92 DBGMSG(("print_file_header::version = 0x%x\n", pfh.version)); in _SetupData()
93 DBGMSG(("print_file_header::page_count = %d\n", pfh.page_count)); in _SetupData()
94 DBGMSG(("print_file_header::first_page = 0x%x\n", (int)pfh.first_page)); in _SetupData()
217 DBGMSG(("****************\n")); in _SetupBitmap()
218 DBGMSG(("page_width = %d\n", fPageWidth)); in _SetupBitmap()
219 DBGMSG(("page_height = %d\n", fPageHeight)); in _SetupBitmap()
220 DBGMSG(("band_count = %d\n", fBandCount)); in _SetupBitmap()
221 DBGMSG(("band_height = %d\n", fBandHeight)); in _SetupBitmap()
222 DBGMSG(("****************\n")); in _SetupBitmap()
594 DBGMSG(("page index = %d\n", page_index)); in _PrintDocument()
[all …]
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp105 DBGMSG(("> nextBand\n")); in NextBand()
128 DBGMSG(("height = %d\n", height)); in NextBand()
129 DBGMSG(("x = %d\n", x)); in NextBand()
130 DBGMSG(("y = %d\n", y)); in NextBand()
134 DBGMSG(("validate rect = %d, %d, %d, %d\n", in NextBand()
148 DBGMSG(("width = %d\n", width)); in NextBand()
149 DBGMSG(("widthByte = %d\n", widthByte)); in NextBand()
150 DBGMSG(("height = %d\n", height)); in NextBand()
151 DBGMSG(("in_size = %d\n", in_size)); in NextBand()
152 DBGMSG(("out_size = %d\n", out_size)); in NextBand()
[all …]
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp107 DBGMSG(("> nextBand\n")); in NextBand()
115 DBGMSG(("< next_band\n")); in NextBand()
139 DBGMSG(("height = %d\n", height)); in NextBand()
140 DBGMSG(("x = %d\n", x)); in NextBand()
141 DBGMSG(("y = %d\n", y)); in NextBand()
145 DBGMSG(("validate rect = %d, %d, %d, %d\n", in NextBand()
158 DBGMSG(("width = %d\n", width)); in NextBand()
159 DBGMSG(("widthByte = %d\n", widthByte)); in NextBand()
160 DBGMSG(("height = %d\n", height)); in NextBand()
161 DBGMSG(("in_size = %d\n", in_size)); in NextBand()
[all …]
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp92 DBGMSG(("> nextBand\n")); in NextBand()
115 DBGMSG(("height = %d\n", height)); in NextBand()
116 DBGMSG(("x = %d\n", x)); in NextBand()
117 DBGMSG(("y = %d\n", y)); in NextBand()
121 DBGMSG(("validate rect = %d, %d, %d, %d\n", in NextBand()
135 DBGMSG(("width = %d\n", width)); in NextBand()
136 DBGMSG(("widthByte = %d\n", widthByte)); in NextBand()
137 DBGMSG(("height = %d\n", height)); in NextBand()
138 DBGMSG(("in_size = %d\n", in_size)); in NextBand()
139 DBGMSG(("out_size = %d\n", out_size)); in NextBand()
[all …]
/haiku/src/add-ons/print/transports/lpr/
H A DLpr.cpp14 DBGMSG(("> exit_transport\n")); in exit_transport()
17 DBGMSG(("< exit_transport\n")); in exit_transport()
24 DBGMSG(("> init_transport\n")); in init_transport()
35 DBGMSG(("< init_transport\n")); in init_transport()
H A DLprTransport.cpp73 DBGMSG(("spool_file: %s\n", fFile)); in LprTransport()
130 DBGMSG(("error: %s\n", err.what())); in _SendFile()
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp208 DBGMSG(("> nextBand\n")); in NextBand()
232 DBGMSG(("height = %d\n", height)); in NextBand()
233 DBGMSG(("x = %d\n", x)); in NextBand()
234 DBGMSG(("y = %d\n", y)); in NextBand()
238 DBGMSG(("validate rect = %d, %d, %d, %d\n", in NextBand()
253 DBGMSG(("width = %d\n", width)); in NextBand()
254 DBGMSG(("widthByte = %d\n", widthByte)); in NextBand()
255 DBGMSG(("height = %d\n", height)); in NextBand()
256 DBGMSG(("out_size = %d\n", out_size)); in NextBand()
257 DBGMSG(("delta = %d\n", delta)); in NextBand()
[all …]
/haiku/headers/libs/print/libprint/
H A DDbgMsg.h24 #define DBGMSG(args) write_debug_stream args macro
30 #define DBGMSG(args) (void)0 macro
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp120 DBGMSG(("Printer: %s\nLocation: %s\nInfo: %s\nMakeModel: %s\nAttributes: %s\n", in Listen()
188 DBGMSG(("> exit_transport\n")); in exit_transport()
193 DBGMSG(("< exit_transport\n")); in exit_transport()
208 DBGMSG(("> init_transport\n")); in init_transport()
219 DBGMSG(("< init_transport\n")); in init_transport()
H A DIppTransport.cpp72 DBGMSG(("spool_file: %s\n", __file)); in IppTransport()
84 DBGMSG(("create IppContent\n")); in ~IppTransport()
105 DBGMSG(("do connect\n")); in ~IppTransport()
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp232 DBGMSG(("> nextBand\n")); in NextBand()
254 DBGMSG(("height = %d\n", height)); in NextBand()
255 DBGMSG(("x = %d\n", x)); in NextBand()
256 DBGMSG(("y = %d\n", y)); in NextBand()
260 DBGMSG(("validate rect = %d, %d, %d, %d\n", in NextBand()
283 DBGMSG(("band bitmap is empty.\n")); in NextBand()
292 DBGMSG(("< nextBand\n")); in NextBand()
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp104 DBGMSG(("> nextBand\n")); in NextBand()