Searched refs:fValidRect (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp13 fValidRect(validRect),
23 BRect rect = fValidRect;
33 return 0 <= y && y <= fValidRect.IntegerHeight();
H A DGPBand.h24 BRect fValidRect; member in class:GPBand
H A DGPJob.cpp454 band->fValidRect.top);
455 int imageLeft = static_cast<int>(band->fValidRect.left);
470 int width = band->fValidRect.IntegerWidth() + 1 - sourcePixelsToSkip;
481 ASSERT(0 <= imageTop && imageTop <= band->fValidRect.IntegerHeight());

Completed in 39 milliseconds