Home
last modified time | relevance | path

Searched refs:LIPS4Driver (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp24 LIPS4Driver::LIPS4Driver(BMessage* message, PrinterData* printerData, in LIPS4Driver() function in LIPS4Driver
34 LIPS4Driver::StartDocument() in StartDocument()
61 LIPS4Driver::StartPage(int) in StartPage()
76 LIPS4Driver::EndPage(int) in EndPage()
89 LIPS4Driver::EndDocument(bool) in EndDocument()
105 LIPS4Driver::NextBand(BBitmap* bitmap, BPoint* offset) in NextBand()
243 LIPS4Driver::_BeginTextMode() in _BeginTextMode()
250 LIPS4Driver::_JobStart() in _JobStart()
257 LIPS4Driver::_ColorModeDeclaration() in _ColorModeDeclaration()
267 LIPS4Driver::_SoftReset() in _SoftReset()
[all …]
H A DLips4.h15 class LIPS4Driver : public GraphicsDriver {
17 LIPS4Driver(BMessage* message,
H A DLips4Entry.cpp45 return new LIPS4Driver(settings, printerData, printerCap); in InstantiateGraphicsDriver()