Lines Matching refs:mpPageBody

61     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()
407 WritePS (mpPageBody, "fill\n" ); in DrawPixel()
422 WritePS (mpPageBody, "stroke\n" ); in DrawPolyLine()
456 WritePS (mpPageBody, "eofill\n"); in DrawPolygon()
468 WritePS (mpPageBody, "stroke\n"); in DrawPolygon()
504 WritePS (mpPageBody, "eofill\n"); in DrawPolyPolygon()
517 WritePS (mpPageBody, "stroke\n"); in DrawPolyPolygon()
538 WritePS(mpPageBody, pString); in DrawPolyLineBezier()
568 WritePS(mpPageBody, pString); in DrawPolyLineBezier()
572 WritePS (mpPageBody, "stroke\n"); in DrawPolyLineBezier()
586 WritePS(mpPageBody, pString); //Move to the starting point for the PolyPoygon in DrawPolygonBezier()
592 WritePS(mpPageBody, pString); in DrawPolygonBezier()
606 WritePS(mpPageBody, pString); in DrawPolygonBezier()
624 WritePS (mpPageBody, "eofill\n"); in DrawPolygonBezier()
649 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier()
657 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier()
670 WritePS(mpPageBody, pString); in DrawPolyPolygonBezier()
689 WritePS (mpPageBody, "eofill\n"); in DrawPolyPolygonBezier()
704 WritePS (mpPageBody, "gsave\n" ); in PSGSave()
714 WritePS (mpPageBody, "grestore\n" ); in PSGRestore()
716 WritePS (mpPageBody, "Error: too many grestores\n" ); in PSGRestore()
732 WritePS (mpPageBody, pBuffer, nChar); in PSSetLineWidth()
768 WritePS (mpPageBody, pBuffer, nChar); in PSSetColor()
845 WritePS (mpPageBody, pSetFont); in PSSetFont()
870 WritePS (mpPageBody, pRotate); in PSRotate()
888 WritePS (mpPageBody, pPSCommand); in PSPointOp()
944 WritePS (mpPageBody, "% PSBinStartPath\n"); in PSBinStartPath()
946 WritePS (mpPageBody, "readpath\n" ); in PSBinStartPath()
954 WritePS (mpPageBody, "% PSBinEndPath\n"); in PSBinEndPath()
956 WritePS (mpPageBody, "~\n"); in PSBinEndPath()
1017 WritePS (mpPageBody, pPath, nSegment); in PSBinPath()
1018 WritePS (mpPageBody, "\n", 1); in PSBinPath()
1019 WritePS (mpPageBody, pPath + nSegment, nChar - nSegment); in PSBinPath()
1025 WritePS (mpPageBody, pPath, nChar); in PSBinPath()
1044 WritePS (mpPageBody, pScale); in PSScale()
1060 WritePS (mpPageBody, pHexString, nChar); in PSHexString()
1067 WritePS (mpPageBody, pHexString, nChar); in PSHexString()
1085 WritePS (mpPageBody, pPSArray, nChar); in PSDeltaArray()
1094 WritePS (mpPageBody, pPSArray); in PSDeltaArray()
1131 WritePS( mpPageBody, pBuffer ); in PSShowText()
1132 WritePS( mpPageBody, " bshow\n" ); in PSShowText()
1135 WritePS (mpPageBody, "show\n"); in PSShowText()
1143 WritePS( mpPageBody, pBuffer ); in PSShowText()
1144 WritePS( mpPageBody, " bxshow\n" ); in PSShowText()
1147 WritePS (mpPageBody, "xshow\n"); in PSShowText()
1165 WritePS( mpPageBody, "% ", 2 ); in PSComment()
1166 WritePS( mpPageBody, pLast, pComment - pLast ); in PSComment()
1167 WritePS( mpPageBody, "\n", 1 ); in PSComment()
1179 if( ! mpPageBody ) in DrawEPS()
1237 WritePS( mpPageBody, in DrawEPS()
1259 WritePS( mpPageBody, "%%BeginDocument: " ); in DrawEPS()
1260 WritePS( mpPageBody, aDocTitle ); in DrawEPS()
1261 WritePS( mpPageBody, "\n" ); in DrawEPS()
1265 mpPageBody->write( pPtr, nSize, nOutLength ); in DrawEPS()
1270 WritePS( mpPageBody, "\n" ); in DrawEPS()
1271 WritePS( mpPageBody, "%%EndDocument\n" ); in DrawEPS()
1274 WritePS( mpPageBody, in DrawEPS()