Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx61 mpPageBody = rPrinterJob.GetCurrentPageBody (); in Init()
84 mpPageBody = NULL; in Init()
119 mpPageBody (NULL), in PrinterGfx()
157 mpPageBody = NULL; in Clear()
340 WritePS (mpPageBody, "closepath clip newpath\n"); in EndSetClipRegion()
367 WritePS (mpPageBody, pRect, nChar); in DrawRect()
368 WritePS (mpPageBody, "rectfill\n"); in DrawRect()
375 WritePS (mpPageBody, pRect, nChar); in DrawRect()
376 WritePS (mpPageBody, "rectstroke\n"); in DrawRect()
391 WritePS (mpPageBody, "stroke\n" ); in DrawLine()
[all …]
H A Dbitmap_gfx.cxx523 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()
609 ByteEncoder* pEncoder = mbCompressBmp ? new LZWEncoder(mpPageBody) in writePS2Colorspace()
610 : new Ascii85Encoder(mpPageBody); in writePS2Colorspace()
621 WritePS (mpPageBody, "pop ] setcolorspace\n"); in writePS2Colorspace()
[all …]
/AOO42X/main/vcl/inc/
H A Dprintergfx.hxx197 osl::File* mpPageBody; member in psp::PrinterGfx