Lines Matching refs:WritePS
93 WritePS (mpFile, "\n"); in ~HexEncoder()
123 WritePS (mpFile, mpFileBuffer, mnOffset); in FlushLine()
174 WritePS (mpFile, "~>\n"); in PutEOD()
256 WritePS (mpFile, mpFileBuffer, mnOffset); in FlushLine()
523 WritePS (mpPageBody, pGrayImage); 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()