Searched refs:BMP_DEBUG (Results 1 – 1 of 1) sorted by relevance
43 #define BMP_DEBUG(s) macro471 BMP_DEBUG(printf("Width: %d\n", info->width)); in gdImageCreateFromBmpCtx()474 BMP_DEBUG(printf("Depth: %d\n", info->depth)); in gdImageCreateFromBmpCtx()475 BMP_DEBUG(printf("Offset: %d\n", hdr->off)); in gdImageCreateFromBmpCtx()491 BMP_DEBUG(printf("1-bit image\n")); in gdImageCreateFromBmpCtx()495 BMP_DEBUG(printf("4-bit image\n")); in gdImageCreateFromBmpCtx()499 BMP_DEBUG(printf("8-bit image\n")); in gdImageCreateFromBmpCtx()505 BMP_DEBUG(printf("Direct BMP image\n")); in gdImageCreateFromBmpCtx()509 BMP_DEBUG(printf("Unknown bit count\n")); in gdImageCreateFromBmpCtx()566 BMP_DEBUG(printf("Unhandled bitmap\n")); in bmp_read_info()[all …]
Completed in 5 milliseconds