Home
last modified time | relevance | path

Searched refs:GetPixelDepth (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/libs/print/libprint/
H A DHalftone.h76 int GetPixelDepth() const;
130 Halftone::GetPixelDepth() const in GetPixelDepth() function
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5.cpp141 DBGMSG(("renderobj->Get_pixel_depth() = %d\n", fHalftone->GetPixelDepth())); in NextBand()
145 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3.cpp155 fHalftone->GetPixelDepth())); in NextBand()
159 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4.cpp165 fHalftone->GetPixelDepth())); in NextBand()
169 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()
/haiku/src/add-ons/print/drivers/postscript/
H A DPS.cpp259 fHalftone->GetPixelDepth())); in NextBand()
263 + (rc.left * fHalftone->GetPixelDepth()) / 8; in NextBand()