Searched refs:mpPageBody (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 84 mpPageBody = NULL; in Init() 119 mpPageBody (NULL), in PrinterGfx() 538 WritePS(mpPageBody, pString); in DrawPolyLineBezier() 870 WritePS (mpPageBody, pRotate); in PSRotate() 956 WritePS (mpPageBody, "~\n"); in PSBinEndPath() 1044 WritePS (mpPageBody, pScale); in PSScale() 1094 WritePS (mpPageBody, pPSArray); in PSDeltaArray() 1179 if( ! mpPageBody ) in DrawEPS() 1237 WritePS( mpPageBody, in DrawEPS() 1261 WritePS( mpPageBody, "\n" ); in DrawEPS() [all …]
|
H A D | bitmap_gfx.cxx | 523 WritePS (mpPageBody, pGrayImage); in DrawPS1GrayImage() 526 HexEncoder* pEncoder = new HexEncoder (mpPageBody); in DrawPS1GrayImage() 539 WritePS (mpPageBody, "\n"); in DrawPS1GrayImage() 574 WritePS (mpPageBody, pImage); in writePS2ImageHeader() 584 WritePS (mpPageBody, "/DeviceGray setcolorspace\n"); in writePS2Colorspace() 589 WritePS (mpPageBody, "/DeviceRGB setcolorspace\n"); in writePS2Colorspace() 607 WritePS (mpPageBody, pImage); in writePS2Colorspace() 621 WritePS (mpPageBody, "pop ] setcolorspace\n"); in writePS2Colorspace() 634 ByteEncoder* pEncoder = mbCompressBmp ? new LZWEncoder(mpPageBody) in DrawPS2GrayImage() 655 ByteEncoder* pEncoder = mbCompressBmp ? new LZWEncoder(mpPageBody) in DrawPS2MonoImage() [all …]
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 197 osl::File* mpPageBody; member in psp::PrinterGfx
|
Completed in 22 milliseconds