Home
last modified time | relevance | path

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

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