Searched refs:NextBand (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.h23 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DPCL5.cpp90 PCL5Driver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:PCL5Driver
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.h34 bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DLpstyl.cpp40 LpstylDriver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:LpstylDriver
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.h23 virtual bool NextBand(BBitmap *bitmap, BPoint *offset);
H A DLips3.cpp103 LIPS3Driver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:LIPS3Driver
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.h24 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DLips4.cpp105 LIPS4Driver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:LIPS4Driver
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.h24 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DPS.cpp206 PSDriver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:PSDriver
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.h42 bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DGPDriver.cpp230 GPDriver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:GPDriver
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.h29 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
H A DPCL6.cpp102 PCL6Driver::NextBand(BBitmap* bitmap, BPoint* offset) function in class:PCL6Driver
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h46 virtual bool NextBand(BBitmap* bitmap, BPoint* offset);
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp495 return NextBand(band, offset);
500 bool success = NextBand(fRotatedBitmap, &rotatedOffset);
753 GraphicsDriver::NextBand(BBitmap*, BPoint*) function in class:GraphicsDriver

Completed in 106 milliseconds