Searched refs:DebugMsg (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevimgn.c | 162 #define DebugMsg(Level,P1,P2) if (Level<=IM_DEBUG) {errprintf(P1,P2 );} macro 291 DebugMsg(1,"%s\n","Start of imagen_prn_open"); in imagen_prn_open() 292 DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); in imagen_prn_open() 299 DebugMsg(2,"opening file: %s\n",ppdev->fname); in imagen_prn_open() 314 DebugMsg(1,"%s\n","End of imagen_prn_open"); in imagen_prn_open() 325 DebugMsg(1,"%s\n","Start of imagen_prn_close"); in imagen_prn_close() 346 DebugMsg(1,"%s\n","End of imagen_prn_close"); in imagen_prn_close() 388 DebugMsg(1,"%s\n","Start of imagen_print_page"); in imagen_print_page() 401 DebugMsg(2,"Swatch count = %d\n",swatchCount); in imagen_print_page() 402 DebugMsg(2,"Line size = %d\n",line_size ); in imagen_print_page() [all …]
|