Searched refs:colorDepth (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.cpp304 PCL6Writer::ColorDepth colorDepth; local
307 colorDepth = PCL6Writer::k8Bit;
309 colorDepth = PCL6Writer::k1Bit;
314 colorDepth = PCL6Writer::k1Bit;
316 fWriter->BeginImage(PCL6Writer::kDirectPixel, colorDepth, width, height,
H A DPCL6Writer.cpp465 PCL6Writer::BeginImage(ColorMapping colorMapping, ColorDepth colorDepth, argument
472 AppendData((uint8)colorDepth);
H A DPCL6Writer.h185 void BeginImage(ColorMapping colorMapping, ColorDepth colorDepth,
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp18 FindDisplayMode(int width, int height, int refreshRate, uint32 colorDepth) argument
21 // refresh rate, and color depth. If argument colorDepth is zero, this
39 if (colorDepth == 0) {
43 if (mode.space == colorDepth)
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp112 FindDisplayMode(int width, int height, int refreshRate, uint32 colorDepth) argument
115 // refresh rate, and color depth. If argument colorDepth is zero, this
133 if (colorDepth == 0) {
137 if (mode.space == colorDepth)

Completed in 94 milliseconds