psXops.psw revision 824
1124N/A/* psXops.psw
1124N/A *
1124N/A * (c) Copyright 1991-1994 Adobe Systems Incorporated.
1089N/A * All rights reserved.
1089N/A *
1089N/A * Permission to use, copy, modify, distribute, and sublicense this software
1089N/A * and its documentation for any purpose and without fee is hereby granted,
1089N/A * provided that the above copyright notices appear in all copies and that
1089N/A * both those copyright notices and this permission notice appear in
1089N/A * supporting documentation and that the name of Adobe Systems Incorporated
1089N/A * not be used in advertising or publicity pertaining to distribution of the
1124N/A * software without specific, written prior permission. No trademark license
1089N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
1089N/A * "Display PostScript"(tm) is used to describe this software, its
1089N/A * functionality or for any other purpose, such use shall be limited to a
1089N/A * statement that this software works in conjunction with the Display
1124N/A * PostScript system. Proper trademark attribution to reflect Adobe's
1089N/A * ownership of the trademark shall be given whenever any such reference to
1089N/A * the Display PostScript system is made.
1089N/A *
1124N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
1089N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
1089N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
1089N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1089N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
1089N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
1089N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
1089N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
1089N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
1124N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
1089N/A *
1089N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
1089N/A * Incorporated which may be registered in certain jurisdictions
1089N/A *
1089N/A * Author: Adobe Systems Incorporated
1089N/A */
1089N/A/* $XFree86$ */
1089N/A
1124N/Adefineps PSclientsync()
1089N/A clientsync
1089N/Aendps
1089N/A
1089N/Adefineps PScurrentXgcdrawable(| int *gc, *draw, *x, *y)
1089N/A currentXgcdrawable y x draw gc
1089N/Aendps
1089N/A
1089N/Adefineps PScurrentXgcdrawablecolor(| int *gc, *draw, *x, *y, colorInfo[12])
1089N/A currentXgcdrawablecolor colorInfo y x draw gc
1089N/Aendps
1124N/A
1089N/Adefineps PScurrentXoffset(| int *x, *y)
1089N/A currentXoffset y x
1089N/Aendps
1089N/A
1089N/Adefineps PSsetXgcdrawable(int gc, draw, x, y)
1089N/A gc draw x y setXgcdrawable
1089N/Aendps
1089N/A
1089N/Adefineps PSsetXgcdrawablecolor(int gc, draw, x, y, colorInfo[12])
1089N/A gc draw x y colorInfo setXgcdrawablecolor
1351N/Aendps
1351N/A
1351N/Adefineps PSsetXoffset(int x, y)
1351N/A x y setXoffset
1351N/Aendps
1351N/A
1351N/Adefineps PSsetXrgbactual(float r, g, b | boolean *success)
1351N/A r g b setXrgbactual success
1351N/Aendps
1351N/A
1351N/Adefineps PSclientXready(int i0, i1, i2, i3)
[ i0 i1 i2 i3 ] clientXready
endps
defineps PSsetXdrawingfunction(int function)
function setXdrawingfunction
endps
defineps PScurrentXdrawingfunction(| int *function)
currentXdrawingfunction function
endps