Searched refs:AppendDataXY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp219 PCL6Writer::AppendDataXY(uint8 x, uint8 y) function in class:PCL6Writer
227 PCL6Writer::AppendDataXY(int16 x, int16 y) function in class:PCL6Writer
235 PCL6Writer::AppendDataXY(uint16 x, uint16 y) function in class:PCL6Writer
243 PCL6Writer::AppendDataXY(int32 x, int32 y) function in class:PCL6Writer
251 PCL6Writer::AppendDataXY(uint32 x, uint32 y) function in class:PCL6Writer
259 PCL6Writer::AppendDataXY(float x, float y) function in class:PCL6Writer
312 AppendDataXY(xres, yres);
407 AppendDataXY(x, y);
457 AppendDataXY(x, y);
481 AppendDataXY(destWidt
[all...]
H A DPCL6Writer.h209 void AppendDataXY(uint8 x, uint8 y);
210 void AppendDataXY(int16 x, int16 y);
211 void AppendDataXY(uint16 x, uint16 y);
212 void AppendDataXY(int32 x, int32 y);
213 void AppendDataXY(uint32 x, uint32 y);
214 void AppendDataXY(float x, float y);

Completed in 91 milliseconds