Searched refs:validRect (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp10 GPBand::GPBand(BBitmap* bitmap, BRect validRect, BPoint where) argument
13 fValidRect(validRect),
H A DGPBand.h18 GPBand(BBitmap* bitmap, BRect validRect, BPoint where);
H A DGPBinding.h51 status_t AddBitmapToPage(BBitmap* bitmap, BRect validRect, BPoint where);
H A DGPBinding.cpp199 GPBinding::AddBitmapToPage(BBitmap* bitmap, BRect validRect, BPoint where) argument
201 GPBand* band = new(nothrow) GPBand(bitmap, validRect, where);

Completed in 111 milliseconds