mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
3004 lines
136 KiB
HTML
3004 lines
136 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSGraphicsContext</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSGraphicsContext">NSGraphicsContext</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
richard@brainstorm.co.uk
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Adam Fedor(<a href="mailto:fedor@gnu.org"><code>
|
|
fedor@gnu.org
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
GNUstep drawing context class.
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1998,1999 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSGraphicsContext class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSGraphicsContext(GNUstep) category</a>
|
|
</li>
|
|
<li>
|
|
<a href="#003000000000">Software documentation for the
|
|
NSGraphicsContext(NSGraphics)
|
|
category</a>
|
|
</li>
|
|
<li>
|
|
<a href="#004000000000">Software documentation for the NSGraphicsContext(Ops)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSGraphicsContext class
|
|
</a></h1>
|
|
<h2><a name="class$NSGraphicsContext">NSGraphicsContext</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSGraphicsContext.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotOpenStep</li>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+currentContext">+currentContext</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+currentContextDrawingToScreen">+currentContextDrawingToScreen</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+graphicsContextWithAttributes:">+graphicsContextWithAttributes:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+graphicsContextWithWindow:">+graphicsContextWithWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+restoreGraphicsState">+restoreGraphicsState</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+saveGraphicsState">+saveGraphicsState</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+setCurrentContext:">+setCurrentContext:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+setGraphicsState:">+setGraphicsState:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext+waitAllContexts">+waitAllContexts</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-attributes">-attributes</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-flush">-flush</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-flushGraphics">-flushGraphics</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-graphicsPort">-graphicsPort</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-isDrawingToScreen">-isDrawingToScreen</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-restoreGraphicsState">-restoreGraphicsState</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-saveGraphicsState">-saveGraphicsState</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext-wait">-wait</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+currentContext">currentContext</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>*) <b>currentContext</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+currentContextDrawingToScreen">currentContextDrawingToScreen</a></h3>
|
|
+ (BOOL) <b>currentContextDrawingToScreen</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+graphicsContextWithAttributes:">graphicsContextWithAttributes:</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>*) <b>graphicsContextWithAttributes:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)attributes;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+graphicsContextWithWindow:">graphicsContextWithWindow:</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>*) <b>graphicsContextWithWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)aWindow;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+restoreGraphicsState">restoreGraphicsState</a></h3>
|
|
+ (void) <b>restoreGraphicsState</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+saveGraphicsState">saveGraphicsState</a></h3>
|
|
+ (void) <b>saveGraphicsState</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+setCurrentContext:">setCurrentContext:</a></h3>
|
|
+ (void) <b>setCurrentContext:</b> (<a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>*)context;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+setGraphicsState:">setGraphicsState:</a></h3>
|
|
+ (void) <b>setGraphicsState:</b> (int)graphicsState;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext+waitAllContexts">waitAllContexts</a></h3>
|
|
+ (void) <b>waitAllContexts</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-attributes">attributes</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*) <b>attributes</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-flush">flush</a></h3>
|
|
- (void) <b>flush</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-flushGraphics">flushGraphics</a></h3>
|
|
- (void) <b>flushGraphics</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-graphicsPort">graphicsPort</a></h3>
|
|
- (void*) <b>graphicsPort</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-isDrawingToScreen">isDrawingToScreen</a></h3>
|
|
- (BOOL) <b>isDrawingToScreen</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-restoreGraphicsState">restoreGraphicsState</a></h3>
|
|
- (void) <b>restoreGraphicsState</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-saveGraphicsState">saveGraphicsState</a></h3>
|
|
- (void) <b>saveGraphicsState</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext-wait">wait</a></h3>
|
|
- (void) <b>wait</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSGraphicsContext(GNUstep) category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>(<a name="category$NSGraphicsContext(GNUstep)">GNUstep</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSGraphicsContext.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotMacOS-X</li>
|
|
<li>NotOpenStep</li>
|
|
<li>GNUstep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)+defaultContextWithInfo:">+defaultContextWithInfo:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)+setDefaultContextClass:">+setDefaultContextClass:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-_addDragTypes:toWindow:">-_addDragTypes:toWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-_dragInfo">-_dragInfo</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-_dragTypesForWindow:">-_dragTypesForWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-_removeDragTypes:fromWindow:">-_removeDragTypes:fromWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-_slideImage:from:to:">-_slideImage:from:to:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-destroyContext">-destroyContext</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-focusView">-focusView</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-initWithContextInfo:">-initWithContextInfo:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-lockFocusView:inRect:">-lockFocusView:inRect:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-mutableData">-mutableData</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-resetUsedFonts">-resetUsedFonts</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-unlockFocusView:needsFlush:">-unlockFocusView:needsFlush:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-useFont:">-useFont:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(GNUstep)-usedFonts">-usedFonts</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)+defaultContextWithInfo:">defaultContextWithInfo:</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>*) <b>defaultContextWithInfo:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)info;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)+setDefaultContextClass:">setDefaultContextClass:</a></h3>
|
|
+ (void) <b>setDefaultContextClass:</b> (Class)defaultContextClass;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-_addDragTypes:toWindow:">_addDragTypes:toWindow:</a></h3>
|
|
- (BOOL) <b>_addDragTypes:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)types<b> toWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)win;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-_dragInfo">_dragInfo</a></h3>
|
|
- (id) <b>_dragInfo</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-_dragTypesForWindow:">_dragTypesForWindow:</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSSet.html#class$NSCountedSet">NSCountedSet</a>*) <b>_dragTypesForWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)win;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-_removeDragTypes:fromWindow:">_removeDragTypes:fromWindow:</a></h3>
|
|
- (BOOL) <b>_removeDragTypes:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)types<b> fromWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)win;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-_slideImage:from:to:">_slideImage:from:to:</a></h3>
|
|
- (BOOL) <b>_slideImage:</b> (<a rel="gsdoc" href="NSImage.html#class$NSImage">NSImage</a>*)image<b> from:</b> (NSPoint)from<b> to:</b> (NSPoint)to;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-destroyContext">destroyContext</a></h3>
|
|
- (void) <b>destroyContext</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-focusView">focusView</a></h3>
|
|
- (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>focusView</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-initWithContextInfo:">initWithContextInfo:</a></h3>
|
|
- (id) <b>initWithContextInfo:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)info;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-lockFocusView:inRect:">lockFocusView:inRect:</a></h3>
|
|
- (void) <b>lockFocusView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> inRect:</b> (NSRect)rect;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-mutableData">mutableData</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSData.html#class$NSMutableData">NSMutableData</a>*) <b>mutableData</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-resetUsedFonts">resetUsedFonts</a></h3>
|
|
- (void) <b>resetUsedFonts</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-unlockFocusView:needsFlush:">unlockFocusView:needsFlush:</a></h3>
|
|
- (void) <b>unlockFocusView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView<b> needsFlush:</b> (BOOL)flush;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-useFont:">useFont:</a></h3>
|
|
- (void) <b>useFont:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)fontName;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(GNUstep)-usedFonts">usedFonts</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSSet.html#class$NSSet">NSSet</a>*) <b>usedFonts</b>;<br />
|
|
<b>Standards:</b> NotMacOS-X, NotOpenStep, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="003000000000">
|
|
Software documentation for the
|
|
NSGraphicsContext(NSGraphics)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>(<a name="category$NSGraphicsContext(NSGraphics)">NSGraphics</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSGraphicsContext.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotOpenStep</li>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)+initializeBackend">+initializeBackend</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSAvailableDepthsForScreen:">-GSAvailableDepthsForScreen:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSResolutionForScreen:">-GSResolutionForScreen:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSWDefineAsUserObj">-GSWDefineAsUserObj</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSWSetViewIsFlipped:">-GSWSetViewIsFlipped:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSWViewIsFlipped">-GSWViewIsFlipped</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-GSWindowDepthForScreen:">-GSWindowDepthForScreen:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSBeep">-NSBeep</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSCopyBitmapFromGState:::">-NSCopyBitmapFromGState:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSCopyBits:::">-NSCopyBits:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSDottedFrameRect:">-NSDottedFrameRect:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSDrawBitmap:::::::::::">-NSDrawBitmap:::::::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSEraseRect:">-NSEraseRect:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSFrameRect:">-NSFrameRect:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSFrameRectWithWidth::">-NSFrameRectWithWidth::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSHighlightRect:">-NSHighlightRect:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSReadPixel:">-NSReadPixel:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectClip:">-NSRectClip:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectClipList::">-NSRectClipList::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectFill:">-NSRectFill:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectFillList::">-NSRectFillList::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectFillListWithGrays:::">-NSRectFillListWithGrays:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(NSGraphics)-NSRectFillUsingOperation::">-NSRectFillUsingOperation::</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)+initializeBackend">initializeBackend</a></h3>
|
|
+ (void) <b>initializeBackend</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSAvailableDepthsForScreen:">GSAvailableDepthsForScreen:</a></h3>
|
|
- (const NSWindowDepth*) <b>GSAvailableDepthsForScreen:</b> (int)screen;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSResolutionForScreen:">GSResolutionForScreen:</a></h3>
|
|
- (NSSize) <b>GSResolutionForScreen:</b> (int)screen;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSWDefineAsUserObj">GSWDefineAsUserObj</a></h3>
|
|
- (unsigned int) <b>GSWDefineAsUserObj</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSWSetViewIsFlipped:">GSWSetViewIsFlipped:</a></h3>
|
|
- (void) <b>GSWSetViewIsFlipped:</b> (BOOL)flipped;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSWViewIsFlipped">GSWViewIsFlipped</a></h3>
|
|
- (BOOL) <b>GSWViewIsFlipped</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-GSWindowDepthForScreen:">GSWindowDepthForScreen:</a></h3>
|
|
- (NSWindowDepth) <b>GSWindowDepthForScreen:</b> (int)screen;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSBeep">NSBeep</a></h3>
|
|
- (void) <b>NSBeep</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSCopyBitmapFromGState:::">NSCopyBitmapFromGState:::</a></h3>
|
|
- (void) <b>NSCopyBitmapFromGState:</b> (int)srcGstate<b> :</b> (NSRect)srcRect<b> :</b> (NSRect)destRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSCopyBits:::">NSCopyBits:::</a></h3>
|
|
- (void) <b>NSCopyBits:</b> (int)srcGstate<b> :</b> (NSRect)srcRect<b> :</b> (NSPoint)destPoint;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSDottedFrameRect:">NSDottedFrameRect:</a></h3>
|
|
- (void) <b>NSDottedFrameRect:</b> (const NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSDrawBitmap:::::::::::">NSDrawBitmap:::::::::::</a></h3>
|
|
- (void) <b>NSDrawBitmap:</b> (NSRect)rect<b> :</b> (int)pixelsWide<b> :</b> (int)pixelsHigh<b> :</b> (int)bitsPerSample<b> :</b> (int)samplesPerPixel<b> :</b> (int)bitsPerPixel<b> :</b> (int)bytesPerRow<b> :</b> (BOOL)isPlanar<b> :</b> (BOOL)hasAlpha<b> :</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)colorSpaceName<b> :</b> (const unsigned char*const[5])data;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSEraseRect:">NSEraseRect:</a></h3>
|
|
- (void) <b>NSEraseRect:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSFrameRect:">NSFrameRect:</a></h3>
|
|
- (void) <b>NSFrameRect:</b> (const NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSFrameRectWithWidth::">NSFrameRectWithWidth::</a></h3>
|
|
- (void) <b>NSFrameRectWithWidth:</b> (const NSRect)aRect<b> :</b> (float)frameWidth;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSHighlightRect:">NSHighlightRect:</a></h3>
|
|
- (void) <b>NSHighlightRect:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSReadPixel:">NSReadPixel:</a></h3>
|
|
- (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>NSReadPixel:</b> (NSPoint)location;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectClip:">NSRectClip:</a></h3>
|
|
- (void) <b>NSRectClip:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectClipList::">NSRectClipList::</a></h3>
|
|
- (void) <b>NSRectClipList:</b> (const NSRect*)rects<b> :</b> (int)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectFill:">NSRectFill:</a></h3>
|
|
- (void) <b>NSRectFill:</b> (NSRect)aRect;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectFillList::">NSRectFillList::</a></h3>
|
|
- (void) <b>NSRectFillList:</b> (const NSRect*)rects<b> :</b> (int)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectFillListWithGrays:::">NSRectFillListWithGrays:::</a></h3>
|
|
- (void) <b>NSRectFillListWithGrays:</b> (const NSRect*)rects<b> :</b> (const float*)grays<b> :</b> (int)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(NSGraphics)-NSRectFillUsingOperation::">NSRectFillUsingOperation::</a></h3>
|
|
- (void) <b>NSRectFillUsingOperation:</b> (NSRect)aRect<b> :</b> (NSCompositingOperation)op;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="004000000000">
|
|
Software documentation for the NSGraphicsContext(Ops)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="#class$NSGraphicsContext">NSGraphicsContext</a>(<a name="category$NSGraphicsContext(Ops)">Ops</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSGraphicsContext.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotOpenStep</li>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSDiscardEventsMatchingMask:beforeEvent:">-DPSDiscardEventsMatchingMask:beforeEvent:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSFontDirectory">-DPSFontDirectory</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSGetEventMatchingMask:beforeDate:inMode:dequeue:">-DPSGetEventMatchingMask:beforeDate:inMode:dequeue:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSISOLatin1Encoding">-DPSISOLatin1Encoding</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSPostEvent:atStart:">-DPSPostEvent:atStart:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSPrintf::">-DPSPrintf::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSSharedFontDirectory">-DPSSharedFontDirectory</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSStandardEncoding">-DPSStandardEncoding</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSWriteData::">-DPSWriteData::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSalphaimage">-DPSalphaimage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSarc:::::">-DPSarc:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSarcn:::::">-DPSarcn:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSarct:::::">-DPSarct:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSarcto:::::::::">-DPSarcto:::::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSashow:::">-DPSashow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSawidthshow::::::">-DPSawidthshow::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScapturegstate:">-DPScapturegstate:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScapturemouse:">-DPScapturemouse:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScharpath::">-DPScharpath::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSclear">-DPSclear</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScleartomark">-DPScleartomark</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSclip">-DPSclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSclippath">-DPSclippath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSclosepath">-DPSclosepath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScolorimage">-DPScolorimage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScomposite::::::::">-DPScomposite::::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScompositerect:::::">-DPScompositerect:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSconcat:">-DPSconcat:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSconcatmatrix">-DPSconcatmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScopy:">-DPScopy:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScopypage">-DPScopypage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScount:">-DPScount:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScountscreenlist::">-DPScountscreenlist::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScounttomark:">-DPScounttomark:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScountwindowlist::">-DPScountwindowlist::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentalpha:">-DPScurrentalpha:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentcacheparams">-DPScurrentcacheparams</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentcmykcolor::::">-DPScurrentcmykcolor::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentdash">-DPScurrentdash</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentdefaultdepthlimit:">-DPScurrentdefaultdepthlimit:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentdrawingfunction:">-DPScurrentdrawingfunction:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentflat:">-DPScurrentflat:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentfont">-DPScurrentfont</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentgcdrawable::::">-DPScurrentgcdrawable::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentgcdrawablecolor:::::">-DPScurrentgcdrawablecolor:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentgray:">-DPScurrentgray:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentgstate:">-DPScurrentgstate:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrenthalftone">-DPScurrenthalftone</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrenthalftonephase::">-DPScurrenthalftonephase::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrenthsbcolor:::">-DPScurrenthsbcolor:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentlinecap:">-DPScurrentlinecap:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentlinejoin:">-DPScurrentlinejoin:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentlinewidth:">-DPScurrentlinewidth:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentmatrix">-DPScurrentmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentmiterlimit:">-DPScurrentmiterlimit:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentoffset::">-DPScurrentoffset::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentowner::">-DPScurrentowner::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentpoint::">-DPScurrentpoint::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentrgbcolor:::">-DPScurrentrgbcolor:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentscreen">-DPScurrentscreen</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentserverdevice:">-DPScurrentserverdevice:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentstrokeadjust:">-DPScurrentstrokeadjust:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrenttransfer">-DPScurrenttransfer</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindow:">-DPScurrentwindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowalpha::">-DPScurrentwindowalpha::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowbounds:::::">-DPScurrentwindowbounds:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowdepth::">-DPScurrentwindowdepth::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowdepthlimit::">-DPScurrentwindowdepthlimit::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowdevice::">-DPScurrentwindowdevice::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurrentwindowlevel::">-DPScurrentwindowlevel::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPScurveto::::::">-DPScurveto::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdefaultmatrix">-DPSdefaultmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdefinefont">-DPSdefinefont</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdefineuserobject">-DPSdefineuserobject</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdissolve::::::::">-DPSdissolve::::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdocedited::">-DPSdocedited::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdtransform::::">-DPSdtransform::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSdup">-DPSdup</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSeoclip">-DPSeoclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSeofill">-DPSeofill</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSeoviewclip">-DPSeoviewclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSerasepage">-DPSerasepage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSexch">-DPSexch</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSexecstack">-DPSexecstack</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSexecuserobject:">-DPSexecuserobject:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSfill">-DPSfill</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSfindfont:">-DPSfindfont:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSfindwindow::::::::">-DPSfindwindow::::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSflattenpath">-DPSflattenpath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSflush">-DPSflush</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSflushwindowrect:::::">-DPSflushwindowrect:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSfrontwindow:">-DPSfrontwindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSget">-DPSget</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetboolean:">-DPSgetboolean:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetchararray::">-DPSgetchararray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetfloat:">-DPSgetfloat:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetfloatarray::">-DPSgetfloatarray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetint:">-DPSgetint:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetintarray::">-DPSgetintarray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgetstring:">-DPSgetstring:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgrestore">-DPSgrestore</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgrestoreall">-DPSgrestoreall</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgsave">-DPSgsave</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSgstate">-DPSgstate</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPShidecursor">-DPShidecursor</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSidentmatrix">-DPSidentmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSidtransform::::">-DPSidtransform::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSimage">-DPSimage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSimagecursor:::::::">-DPSimagecursor:::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSimagemask">-DPSimagemask</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSindex:">-DPSindex:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSinitclip">-DPSinitclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSinitgraphics">-DPSinitgraphics</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSinitmatrix">-DPSinitmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSinitviewclip">-DPSinitviewclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSinvertmatrix">-DPSinvertmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSitransform::::">-DPSitransform::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSkshow:">-DPSkshow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSlineto::">-DPSlineto::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmakefont">-DPSmakefont</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmark">-DPSmark</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmatrix">-DPSmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSminiwindow:">-DPSminiwindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmouselocation::">-DPSmouselocation::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmoveto::">-DPSmoveto::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSmovewindow:::">-DPSmovewindow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSnewpath">-DPSnewpath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSnull">-DPSnull</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSorderwindow:::">-DPSorderwindow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSpathbbox::::">-DPSpathbbox::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSpathforall">-DPSpathforall</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSplacewindow:::::">-DPSplacewindow:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSpop">-DPSpop</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSput">-DPSput</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrcurveto::::::">-DPSrcurveto::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSreadimage">-DPSreadimage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrectclip::::">-DPSrectclip::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrectfill::::">-DPSrectfill::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrectstroke::::">-DPSrectstroke::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrectviewclip::::">-DPSrectviewclip::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSreleasemouse">-DPSreleasemouse</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrestore">-DPSrestore</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSreversepath">-DPSreversepath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrlineto::">-DPSrlineto::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrmoveto::">-DPSrmoveto::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSroll::">-DPSroll::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSrotate:">-DPSrotate:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsave">-DPSsave</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSscale::">-DPSscale::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSscalefont:">-DPSscalefont:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSscreenlist:::">-DPSscreenlist:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSselectfont::">-DPSselectfont::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendboolean:">-DPSsendboolean:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendchararray::">-DPSsendchararray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendfloat:">-DPSsendfloat:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendfloatarray::">-DPSsendfloatarray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendint:">-DPSsendint:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendintarray::">-DPSsendintarray::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsendstring:">-DPSsendstring:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetalpha:">-DPSsetalpha:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetautofill::">-DPSsetautofill::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetbbox::::">-DPSsetbbox::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetcmykcolor::::">-DPSsetcmykcolor::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetcursorcolor:::::::">-DPSsetcursorcolor:::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetdash:::">-DPSsetdash:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetdefaultdepthlimit:">-DPSsetdefaultdepthlimit:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetdrawingfunction:">-DPSsetdrawingfunction:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetexposurecolor">-DPSsetexposurecolor</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetflat:">-DPSsetflat:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetfont:">-DPSsetfont:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetgcdrawable::::">-DPSsetgcdrawable::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetgcdrawablecolor:::::">-DPSsetgcdrawablecolor:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetgray:">-DPSsetgray:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetgstate:">-DPSsetgstate:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsethalftone">-DPSsethalftone</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsethalftonephase::">-DPSsethalftonephase::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsethsbcolor:::">-DPSsethsbcolor:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetinputfocus:">-DPSsetinputfocus:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetinputstate::">-DPSsetinputstate::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetlinecap:">-DPSsetlinecap:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetlinejoin:">-DPSsetlinejoin:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetlinewidth:">-DPSsetlinewidth:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetmatrix">-DPSsetmatrix</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetmaxsize:::">-DPSsetmaxsize:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetminsize:::">-DPSsetminsize:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetmiterlimit:">-DPSsetmiterlimit:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetoffset::">-DPSsetoffset::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetowner::">-DPSsetowner::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetresizeincrements:::">-DPSsetresizeincrements:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetrgbactual::::">-DPSsetrgbactual::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetrgbcolor:::">-DPSsetrgbcolor:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetscreen">-DPSsetscreen</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetsendexposed::">-DPSsetsendexposed::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetstrokeadjust:">-DPSsetstrokeadjust:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsettransfer">-DPSsettransfer</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetwindowdepthlimit::">-DPSsetwindowdepthlimit::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetwindowlevel::">-DPSsetwindowlevel::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSsetwindowtype::">-DPSsetwindowtype::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSshow:">-DPSshow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSshowcursor">-DPSshowcursor</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSshowpage">-DPSshowpage</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSstandardcursor::">-DPSstandardcursor::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSstroke">-DPSstroke</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSstrokepath">-DPSstrokepath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSstyleoffsets:::::">-DPSstyleoffsets:::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSstylewindow::">-DPSstylewindow::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPStermwindow:">-DPStermwindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPStitlewindow::">-DPStitlewindow::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPStransform::::">-DPStransform::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPStranslate::">-DPStranslate::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSueofill::::">-DPSueofill::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSufill::::">-DPSufill::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSundefinefont:">-DPSundefinefont:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSundefineuserobject:">-DPSundefineuserobject:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSupdatewindow:">-DPSupdatewindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSustroke::::">-DPSustroke::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSustrokepath::::">-DPSustrokepath::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSviewclip">-DPSviewclip</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSviewclippath">-DPSviewclippath</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSwidthshow::::">-DPSwidthshow::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSwindow::::::">-DPSwindow::::::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSwindowdevice:">-DPSwindowdevice:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSwindowdeviceround:">-DPSwindowdeviceround:</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSwindowlist:::">-DPSwindowlist:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSxshow:::">-DPSxshow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSxyshow:::">-DPSxyshow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-DPSyshow:::">-DPSyshow:::</a></li>
|
|
<li><a rel="gsdoc" href="NSGraphicsContext.html#method$NSGraphicsContext(Ops)-setFont:">-setFont:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSDiscardEventsMatchingMask:beforeEvent:">DPSDiscardEventsMatchingMask:beforeEvent:</a></h3>
|
|
- (void) <b>DPSDiscardEventsMatchingMask:</b> (unsigned)mask<b> beforeEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSFontDirectory">DPSFontDirectory</a></h3>
|
|
- (void) <b>DPSFontDirectory</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSGetEventMatchingMask:beforeDate:inMode:dequeue:">DPSGetEventMatchingMask:beforeDate:inMode:dequeue:</a></h3>
|
|
- (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*) <b>DPSGetEventMatchingMask:</b> (unsigned)mask<b> beforeDate:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDate.html#class$NSDate">NSDate</a>*)limit<b> inMode:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)mode<b> dequeue:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSISOLatin1Encoding">DPSISOLatin1Encoding</a></h3>
|
|
- (void) <b>DPSISOLatin1Encoding</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSPostEvent:atStart:">DPSPostEvent:atStart:</a></h3>
|
|
- (void) <b>DPSPostEvent:</b> (<a rel="gsdoc" href="NSEvent.html#class$NSEvent">NSEvent</a>*)anEvent<b> atStart:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSPrintf::">DPSPrintf::</a></h3>
|
|
- (void) <b>DPSPrintf:</b> (char*)fmt<b> :</b> (va_list)args;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSSharedFontDirectory">DPSSharedFontDirectory</a></h3>
|
|
- (void) <b>DPSSharedFontDirectory</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSStandardEncoding">DPSStandardEncoding</a></h3>
|
|
- (void) <b>DPSStandardEncoding</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSWriteData::">DPSWriteData::</a></h3>
|
|
- (void) <b>DPSWriteData:</b> (char*)buf<b> :</b> (unsigned int)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSalphaimage">DPSalphaimage</a></h3>
|
|
- (void) <b>DPSalphaimage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSarc:::::">DPSarc:::::</a></h3>
|
|
- (void) <b>DPSarc:</b> (float)x<b> :</b> (float)y<b> :</b> (float)r<b> :</b> (float)angle1<b> :</b> (float)angle2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSarcn:::::">DPSarcn:::::</a></h3>
|
|
- (void) <b>DPSarcn:</b> (float)x<b> :</b> (float)y<b> :</b> (float)r<b> :</b> (float)angle1<b> :</b> (float)angle2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSarct:::::">DPSarct:::::</a></h3>
|
|
- (void) <b>DPSarct:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float)x2<b> :</b> (float)y2<b> :</b> (float)r;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSarcto:::::::::">DPSarcto:::::::::</a></h3>
|
|
- (void) <b>DPSarcto:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float)x2<b> :</b> (float)y2<b> :</b> (float)r<b> :</b> (float*)xt1<b> :</b> (float*)yt1<b> :</b> (float*)xt2<b> :</b> (float*)yt2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSashow:::">DPSashow:::</a></h3>
|
|
- (void) <b>DPSashow:</b> (float)x<b> :</b> (float)y<b> :</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSawidthshow::::::">DPSawidthshow::::::</a></h3>
|
|
- (void) <b>DPSawidthshow:</b> (float)cx<b> :</b> (float)cy<b> :</b> (int)c<b> :</b> (float)ax<b> :</b> (float)ay<b> :</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScapturegstate:">DPScapturegstate:</a></h3>
|
|
- (void) <b>DPScapturegstate:</b> (int*)gst;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScapturemouse:">DPScapturemouse:</a></h3>
|
|
- (void) <b>DPScapturemouse:</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScharpath::">DPScharpath::</a></h3>
|
|
- (void) <b>DPScharpath:</b> (const char*)s<b> :</b> (int)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSclear">DPSclear</a></h3>
|
|
- (void) <b>DPSclear</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScleartomark">DPScleartomark</a></h3>
|
|
- (void) <b>DPScleartomark</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSclip">DPSclip</a></h3>
|
|
- (void) <b>DPSclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSclippath">DPSclippath</a></h3>
|
|
- (void) <b>DPSclippath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSclosepath">DPSclosepath</a></h3>
|
|
- (void) <b>DPSclosepath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScolorimage">DPScolorimage</a></h3>
|
|
- (void) <b>DPScolorimage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScomposite::::::::">DPScomposite::::::::</a></h3>
|
|
- (void) <b>DPScomposite:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)gstateNum<b> :</b> (float)dx<b> :</b> (float)dy<b> :</b> (int)op;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScompositerect:::::">DPScompositerect:::::</a></h3>
|
|
- (void) <b>DPScompositerect:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)op;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSconcat:">DPSconcat:</a></h3>
|
|
- (void) <b>DPSconcat:</b> (const float*)m;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSconcatmatrix">DPSconcatmatrix</a></h3>
|
|
- (void) <b>DPSconcatmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScopy:">DPScopy:</a></h3>
|
|
- (void) <b>DPScopy:</b> (int)n;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScopypage">DPScopypage</a></h3>
|
|
- (void) <b>DPScopypage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScount:">DPScount:</a></h3>
|
|
- (void) <b>DPScount:</b> (int*)n;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScountscreenlist::">DPScountscreenlist::</a></h3>
|
|
- (void) <b>DPScountscreenlist:</b> (int)context<b> :</b> (int*)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScounttomark:">DPScounttomark:</a></h3>
|
|
- (void) <b>DPScounttomark:</b> (int*)n;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScountwindowlist::">DPScountwindowlist::</a></h3>
|
|
- (void) <b>DPScountwindowlist:</b> (int)context<b> :</b> (int*)count;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentalpha:">DPScurrentalpha:</a></h3>
|
|
- (void) <b>DPScurrentalpha:</b> (float*)a;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentcacheparams">DPScurrentcacheparams</a></h3>
|
|
- (void) <b>DPScurrentcacheparams</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentcmykcolor::::">DPScurrentcmykcolor::::</a></h3>
|
|
- (void) <b>DPScurrentcmykcolor:</b> (float*)c<b> :</b> (float*)m<b> :</b> (float*)y<b> :</b> (float*)k;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentdash">DPScurrentdash</a></h3>
|
|
- (void) <b>DPScurrentdash</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentdefaultdepthlimit:">DPScurrentdefaultdepthlimit:</a></h3>
|
|
- (void) <b>DPScurrentdefaultdepthlimit:</b> (int*)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentdrawingfunction:">DPScurrentdrawingfunction:</a></h3>
|
|
- (void) <b>DPScurrentdrawingfunction:</b> (int*)function;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentflat:">DPScurrentflat:</a></h3>
|
|
- (void) <b>DPScurrentflat:</b> (float*)flatness;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentfont">DPScurrentfont</a></h3>
|
|
- (void) <b>DPScurrentfont</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentgcdrawable::::">DPScurrentgcdrawable::::</a></h3>
|
|
- (void) <b>DPScurrentgcdrawable:</b> (void**)gc<b> :</b> (void**)draw<b> :</b> (int*)x<b> :</b> (int*)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentgcdrawablecolor:::::">DPScurrentgcdrawablecolor:::::</a></h3>
|
|
- (void) <b>DPScurrentgcdrawablecolor:</b> (void**)gc<b> :</b> (void**)draw<b> :</b> (int*)x<b> :</b> (int*)y<b> :</b> (int*)colorInfo;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentgray:">DPScurrentgray:</a></h3>
|
|
- (void) <b>DPScurrentgray:</b> (float*)gray;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentgstate:">DPScurrentgstate:</a></h3>
|
|
- (void) <b>DPScurrentgstate:</b> (int)gst;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrenthalftone">DPScurrenthalftone</a></h3>
|
|
- (void) <b>DPScurrenthalftone</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrenthalftonephase::">DPScurrenthalftonephase::</a></h3>
|
|
- (void) <b>DPScurrenthalftonephase:</b> (float*)x<b> :</b> (float*)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrenthsbcolor:::">DPScurrenthsbcolor:::</a></h3>
|
|
- (void) <b>DPScurrenthsbcolor:</b> (float*)h<b> :</b> (float*)s<b> :</b> (float*)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentlinecap:">DPScurrentlinecap:</a></h3>
|
|
- (void) <b>DPScurrentlinecap:</b> (int*)linecap;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentlinejoin:">DPScurrentlinejoin:</a></h3>
|
|
- (void) <b>DPScurrentlinejoin:</b> (int*)linejoin;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentlinewidth:">DPScurrentlinewidth:</a></h3>
|
|
- (void) <b>DPScurrentlinewidth:</b> (float*)width;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentmatrix">DPScurrentmatrix</a></h3>
|
|
- (void) <b>DPScurrentmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentmiterlimit:">DPScurrentmiterlimit:</a></h3>
|
|
- (void) <b>DPScurrentmiterlimit:</b> (float*)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentoffset::">DPScurrentoffset::</a></h3>
|
|
- (void) <b>DPScurrentoffset:</b> (int*)x<b> :</b> (int*)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentowner::">DPScurrentowner::</a></h3>
|
|
- (void) <b>DPScurrentowner:</b> (int)win<b> :</b> (int*)owner;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentpoint::">DPScurrentpoint::</a></h3>
|
|
- (void) <b>DPScurrentpoint:</b> (float*)x<b> :</b> (float*)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentrgbcolor:::">DPScurrentrgbcolor:::</a></h3>
|
|
- (void) <b>DPScurrentrgbcolor:</b> (float*)r<b> :</b> (float*)g<b> :</b> (float*)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentscreen">DPScurrentscreen</a></h3>
|
|
- (void) <b>DPScurrentscreen</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentserverdevice:">DPScurrentserverdevice:</a></h3>
|
|
- (void) <b>DPScurrentserverdevice:</b> (void**)serverptr;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentstrokeadjust:">DPScurrentstrokeadjust:</a></h3>
|
|
- (void) <b>DPScurrentstrokeadjust:</b> (int*)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrenttransfer">DPScurrenttransfer</a></h3>
|
|
- (void) <b>DPScurrenttransfer</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindow:">DPScurrentwindow:</a></h3>
|
|
- (void) <b>DPScurrentwindow:</b> (int*)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowalpha::">DPScurrentwindowalpha::</a></h3>
|
|
- (void) <b>DPScurrentwindowalpha:</b> (int)win<b> :</b> (int*)alpha;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowbounds:::::">DPScurrentwindowbounds:::::</a></h3>
|
|
- (void) <b>DPScurrentwindowbounds:</b> (int)num<b> :</b> (float*)x<b> :</b> (float*)y<b> :</b> (float*)w<b> :</b> (float*)h;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowdepth::">DPScurrentwindowdepth::</a></h3>
|
|
- (void) <b>DPScurrentwindowdepth:</b> (int)win<b> :</b> (int*)depth;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowdepthlimit::">DPScurrentwindowdepthlimit::</a></h3>
|
|
- (void) <b>DPScurrentwindowdepthlimit:</b> (int)win<b> :</b> (int*)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowdevice::">DPScurrentwindowdevice::</a></h3>
|
|
- (void) <b>DPScurrentwindowdevice:</b> (int)win<b> :</b> (void**)windowptr;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurrentwindowlevel::">DPScurrentwindowlevel::</a></h3>
|
|
- (void) <b>DPScurrentwindowlevel:</b> (int)win<b> :</b> (int*)level;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPScurveto::::::">DPScurveto::::::</a></h3>
|
|
- (void) <b>DPScurveto:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float)x2<b> :</b> (float)y2<b> :</b> (float)x3<b> :</b> (float)y3;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdefaultmatrix">DPSdefaultmatrix</a></h3>
|
|
- (void) <b>DPSdefaultmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdefinefont">DPSdefinefont</a></h3>
|
|
- (void) <b>DPSdefinefont</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdefineuserobject">DPSdefineuserobject</a></h3>
|
|
- (void) <b>DPSdefineuserobject</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdissolve::::::::">DPSdissolve::::::::</a></h3>
|
|
- (void) <b>DPSdissolve:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)gstateNum<b> :</b> (float)dx<b> :</b> (float)dy<b> :</b> (float)delta;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdocedited::">DPSdocedited::</a></h3>
|
|
- (void) <b>DPSdocedited:</b> (int)edited<b> :</b> (int)window;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdtransform::::">DPSdtransform::::</a></h3>
|
|
- (void) <b>DPSdtransform:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float*)x2<b> :</b> (float*)y2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSdup">DPSdup</a></h3>
|
|
- (void) <b>DPSdup</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSeoclip">DPSeoclip</a></h3>
|
|
- (void) <b>DPSeoclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSeofill">DPSeofill</a></h3>
|
|
- (void) <b>DPSeofill</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSeoviewclip">DPSeoviewclip</a></h3>
|
|
- (void) <b>DPSeoviewclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSerasepage">DPSerasepage</a></h3>
|
|
- (void) <b>DPSerasepage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSexch">DPSexch</a></h3>
|
|
- (void) <b>DPSexch</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSexecstack">DPSexecstack</a></h3>
|
|
- (void) <b>DPSexecstack</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSexecuserobject:">DPSexecuserobject:</a></h3>
|
|
- (void) <b>DPSexecuserobject:</b> (int)index;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSfill">DPSfill</a></h3>
|
|
- (void) <b>DPSfill</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSfindfont:">DPSfindfont:</a></h3>
|
|
- (void) <b>DPSfindfont:</b> (const char*)name;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSfindwindow::::::::">DPSfindwindow::::::::</a></h3>
|
|
- (void) <b>DPSfindwindow:</b> (float)x<b> :</b> (float)y<b> :</b> (int)op<b> :</b> (int)otherWin<b> :</b> (float*)lx<b> :</b> (float*)ly<b> :</b> (int*)winFound<b> :</b> (int*)didFind;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSflattenpath">DPSflattenpath</a></h3>
|
|
- (void) <b>DPSflattenpath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSflush">DPSflush</a></h3>
|
|
- (void) <b>DPSflush</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSflushwindowrect:::::">DPSflushwindowrect:::::</a></h3>
|
|
- (void) <b>DPSflushwindowrect:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSfrontwindow:">DPSfrontwindow:</a></h3>
|
|
- (void) <b>DPSfrontwindow:</b> (int*)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSget">DPSget</a></h3>
|
|
- (void) <b>DPSget</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetboolean:">DPSgetboolean:</a></h3>
|
|
- (void) <b>DPSgetboolean:</b> (int*)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetchararray::">DPSgetchararray::</a></h3>
|
|
- (void) <b>DPSgetchararray:</b> (int)size<b> :</b> (char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetfloat:">DPSgetfloat:</a></h3>
|
|
- (void) <b>DPSgetfloat:</b> (float*)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetfloatarray::">DPSgetfloatarray::</a></h3>
|
|
- (void) <b>DPSgetfloatarray:</b> (int)size<b> :</b> (float*)a;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetint:">DPSgetint:</a></h3>
|
|
- (void) <b>DPSgetint:</b> (int*)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetintarray::">DPSgetintarray::</a></h3>
|
|
- (void) <b>DPSgetintarray:</b> (int)size<b> :</b> (int*)a;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgetstring:">DPSgetstring:</a></h3>
|
|
- (void) <b>DPSgetstring:</b> (char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgrestore">DPSgrestore</a></h3>
|
|
- (void) <b>DPSgrestore</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgrestoreall">DPSgrestoreall</a></h3>
|
|
- (void) <b>DPSgrestoreall</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgsave">DPSgsave</a></h3>
|
|
- (void) <b>DPSgsave</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSgstate">DPSgstate</a></h3>
|
|
- (void) <b>DPSgstate</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPShidecursor">DPShidecursor</a></h3>
|
|
- (void) <b>DPShidecursor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSidentmatrix">DPSidentmatrix</a></h3>
|
|
- (void) <b>DPSidentmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSidtransform::::">DPSidtransform::::</a></h3>
|
|
- (void) <b>DPSidtransform:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float*)x2<b> :</b> (float*)y2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSimage">DPSimage</a></h3>
|
|
- (void) <b>DPSimage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSimagecursor:::::::">DPSimagecursor:::::::</a></h3>
|
|
- (void) <b>DPSimagecursor:</b> (float)hotx<b> :</b> (float)hoty<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)colors<b> :</b> (const char*)image<b> :</b> (void**)cid;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSimagemask">DPSimagemask</a></h3>
|
|
- (void) <b>DPSimagemask</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSindex:">DPSindex:</a></h3>
|
|
- (void) <b>DPSindex:</b> (int)i;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSinitclip">DPSinitclip</a></h3>
|
|
- (void) <b>DPSinitclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSinitgraphics">DPSinitgraphics</a></h3>
|
|
- (void) <b>DPSinitgraphics</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSinitmatrix">DPSinitmatrix</a></h3>
|
|
- (void) <b>DPSinitmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSinitviewclip">DPSinitviewclip</a></h3>
|
|
- (void) <b>DPSinitviewclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSinvertmatrix">DPSinvertmatrix</a></h3>
|
|
- (void) <b>DPSinvertmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSitransform::::">DPSitransform::::</a></h3>
|
|
- (void) <b>DPSitransform:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float*)x2<b> :</b> (float*)y2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSkshow:">DPSkshow:</a></h3>
|
|
- (void) <b>DPSkshow:</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSlineto::">DPSlineto::</a></h3>
|
|
- (void) <b>DPSlineto:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmakefont">DPSmakefont</a></h3>
|
|
- (void) <b>DPSmakefont</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmark">DPSmark</a></h3>
|
|
- (void) <b>DPSmark</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmatrix">DPSmatrix</a></h3>
|
|
- (void) <b>DPSmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSminiwindow:">DPSminiwindow:</a></h3>
|
|
- (void) <b>DPSminiwindow:</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmouselocation::">DPSmouselocation::</a></h3>
|
|
- (void) <b>DPSmouselocation:</b> (float*)x<b> :</b> (float*)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmoveto::">DPSmoveto::</a></h3>
|
|
- (void) <b>DPSmoveto:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSmovewindow:::">DPSmovewindow:::</a></h3>
|
|
- (void) <b>DPSmovewindow:</b> (float)x<b> :</b> (float)y<b> :</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSnewpath">DPSnewpath</a></h3>
|
|
- (void) <b>DPSnewpath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSnull">DPSnull</a></h3>
|
|
- (void) <b>DPSnull</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSorderwindow:::">DPSorderwindow:::</a></h3>
|
|
- (void) <b>DPSorderwindow:</b> (int)op<b> :</b> (int)otherWin<b> :</b> (int)winNum;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSpathbbox::::">DPSpathbbox::::</a></h3>
|
|
- (void) <b>DPSpathbbox:</b> (float*)llx<b> :</b> (float*)lly<b> :</b> (float*)urx<b> :</b> (float*)ury;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSpathforall">DPSpathforall</a></h3>
|
|
- (void) <b>DPSpathforall</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSplacewindow:::::">DPSplacewindow:::::</a></h3>
|
|
- (void) <b>DPSplacewindow:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSpop">DPSpop</a></h3>
|
|
- (void) <b>DPSpop</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSput">DPSput</a></h3>
|
|
- (void) <b>DPSput</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrcurveto::::::">DPSrcurveto::::::</a></h3>
|
|
- (void) <b>DPSrcurveto:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float)x2<b> :</b> (float)y2<b> :</b> (float)x3<b> :</b> (float)y3;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSreadimage">DPSreadimage</a></h3>
|
|
- (void) <b>DPSreadimage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrectclip::::">DPSrectclip::::</a></h3>
|
|
- (void) <b>DPSrectclip:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrectfill::::">DPSrectfill::::</a></h3>
|
|
- (void) <b>DPSrectfill:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrectstroke::::">DPSrectstroke::::</a></h3>
|
|
- (void) <b>DPSrectstroke:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrectviewclip::::">DPSrectviewclip::::</a></h3>
|
|
- (void) <b>DPSrectviewclip:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSreleasemouse">DPSreleasemouse</a></h3>
|
|
- (void) <b>DPSreleasemouse</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrestore">DPSrestore</a></h3>
|
|
- (void) <b>DPSrestore</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSreversepath">DPSreversepath</a></h3>
|
|
- (void) <b>DPSreversepath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrlineto::">DPSrlineto::</a></h3>
|
|
- (void) <b>DPSrlineto:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrmoveto::">DPSrmoveto::</a></h3>
|
|
- (void) <b>DPSrmoveto:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSroll::">DPSroll::</a></h3>
|
|
- (void) <b>DPSroll:</b> (int)n<b> :</b> (int)j;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSrotate:">DPSrotate:</a></h3>
|
|
- (void) <b>DPSrotate:</b> (float)angle;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsave">DPSsave</a></h3>
|
|
- (void) <b>DPSsave</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSscale::">DPSscale::</a></h3>
|
|
- (void) <b>DPSscale:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSscalefont:">DPSscalefont:</a></h3>
|
|
- (void) <b>DPSscalefont:</b> (float)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSscreenlist:::">DPSscreenlist:::</a></h3>
|
|
- (void) <b>DPSscreenlist:</b> (int)context<b> :</b> (int)count<b> :</b> (int*)windows;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSselectfont::">DPSselectfont::</a></h3>
|
|
- (void) <b>DPSselectfont:</b> (const char*)name<b> :</b> (float)scale;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendboolean:">DPSsendboolean:</a></h3>
|
|
- (void) <b>DPSsendboolean:</b> (int)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendchararray::">DPSsendchararray::</a></h3>
|
|
- (void) <b>DPSsendchararray:</b> (const char*)s<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendfloat:">DPSsendfloat:</a></h3>
|
|
- (void) <b>DPSsendfloat:</b> (float)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendfloatarray::">DPSsendfloatarray::</a></h3>
|
|
- (void) <b>DPSsendfloatarray:</b> (const float*)a<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendint:">DPSsendint:</a></h3>
|
|
- (void) <b>DPSsendint:</b> (int)it;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendintarray::">DPSsendintarray::</a></h3>
|
|
- (void) <b>DPSsendintarray:</b> (const int*)a<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsendstring:">DPSsendstring:</a></h3>
|
|
- (void) <b>DPSsendstring:</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetalpha:">DPSsetalpha:</a></h3>
|
|
- (void) <b>DPSsetalpha:</b> (float)a;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetautofill::">DPSsetautofill::</a></h3>
|
|
- (void) <b>DPSsetautofill:</b> (int)truth<b> :</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetbbox::::">DPSsetbbox::::</a></h3>
|
|
- (void) <b>DPSsetbbox:</b> (float)llx<b> :</b> (float)lly<b> :</b> (float)urx<b> :</b> (float)ury;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetcmykcolor::::">DPSsetcmykcolor::::</a></h3>
|
|
- (void) <b>DPSsetcmykcolor:</b> (float)c<b> :</b> (float)m<b> :</b> (float)y<b> :</b> (float)k;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetcursorcolor:::::::">DPSsetcursorcolor:::::::</a></h3>
|
|
- (void) <b>DPSsetcursorcolor:</b> (float)fr<b> :</b> (float)fg<b> :</b> (float)fb<b> :</b> (float)br<b> :</b> (float)bg<b> :</b> (float)bb<b> :</b> (void*)cid;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetdash:::">DPSsetdash:::</a></h3>
|
|
- (void) <b>DPSsetdash:</b> (const float*)pat<b> :</b> (int)size<b> :</b> (float)offset;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetdefaultdepthlimit:">DPSsetdefaultdepthlimit:</a></h3>
|
|
- (void) <b>DPSsetdefaultdepthlimit:</b> (int)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetdrawingfunction:">DPSsetdrawingfunction:</a></h3>
|
|
- (void) <b>DPSsetdrawingfunction:</b> (int)function;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetexposurecolor">DPSsetexposurecolor</a></h3>
|
|
- (void) <b>DPSsetexposurecolor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetflat:">DPSsetflat:</a></h3>
|
|
- (void) <b>DPSsetflat:</b> (float)flatness;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetfont:">DPSsetfont:</a></h3>
|
|
- (void) <b>DPSsetfont:</b> (int)f;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetgcdrawable::::">DPSsetgcdrawable::::</a></h3>
|
|
- (void) <b>DPSsetgcdrawable:</b> (void*)gc<b> :</b> (void*)draw<b> :</b> (int)x<b> :</b> (int)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetgcdrawablecolor:::::">DPSsetgcdrawablecolor:::::</a></h3>
|
|
- (void) <b>DPSsetgcdrawablecolor:</b> (void*)gc<b> :</b> (void*)draw<b> :</b> (int)x<b> :</b> (int)y<b> :</b> (const int*)colorInfo;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetgray:">DPSsetgray:</a></h3>
|
|
- (void) <b>DPSsetgray:</b> (float)gray;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetgstate:">DPSsetgstate:</a></h3>
|
|
- (void) <b>DPSsetgstate:</b> (int)gst;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsethalftone">DPSsethalftone</a></h3>
|
|
- (void) <b>DPSsethalftone</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsethalftonephase::">DPSsethalftonephase::</a></h3>
|
|
- (void) <b>DPSsethalftonephase:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsethsbcolor:::">DPSsethsbcolor:::</a></h3>
|
|
- (void) <b>DPSsethsbcolor:</b> (float)h<b> :</b> (float)s<b> :</b> (float)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetinputfocus:">DPSsetinputfocus:</a></h3>
|
|
- (void) <b>DPSsetinputfocus:</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetinputstate::">DPSsetinputstate::</a></h3>
|
|
- (void) <b>DPSsetinputstate:</b> (int)window<b> :</b> (int)state;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetlinecap:">DPSsetlinecap:</a></h3>
|
|
- (void) <b>DPSsetlinecap:</b> (int)linecap;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetlinejoin:">DPSsetlinejoin:</a></h3>
|
|
- (void) <b>DPSsetlinejoin:</b> (int)linejoin;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetlinewidth:">DPSsetlinewidth:</a></h3>
|
|
- (void) <b>DPSsetlinewidth:</b> (float)width;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetmatrix">DPSsetmatrix</a></h3>
|
|
- (void) <b>DPSsetmatrix</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetmaxsize:::">DPSsetmaxsize:::</a></h3>
|
|
- (void) <b>DPSsetmaxsize:</b> (float)width<b> :</b> (float)height<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetminsize:::">DPSsetminsize:::</a></h3>
|
|
- (void) <b>DPSsetminsize:</b> (float)width<b> :</b> (float)height<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetmiterlimit:">DPSsetmiterlimit:</a></h3>
|
|
- (void) <b>DPSsetmiterlimit:</b> (float)limit;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetoffset::">DPSsetoffset::</a></h3>
|
|
- (void) <b>DPSsetoffset:</b> (short int)x<b> :</b> (short int)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetowner::">DPSsetowner::</a></h3>
|
|
- (void) <b>DPSsetowner:</b> (int)owner<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetresizeincrements:::">DPSsetresizeincrements:::</a></h3>
|
|
- (void) <b>DPSsetresizeincrements:</b> (float)width<b> :</b> (float)height<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetrgbactual::::">DPSsetrgbactual::::</a></h3>
|
|
- (void) <b>DPSsetrgbactual:</b> (double)r<b> :</b> (double)g<b> :</b> (double)b<b> :</b> (int*)success;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetrgbcolor:::">DPSsetrgbcolor:::</a></h3>
|
|
- (void) <b>DPSsetrgbcolor:</b> (float)r<b> :</b> (float)g<b> :</b> (float)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetscreen">DPSsetscreen</a></h3>
|
|
- (void) <b>DPSsetscreen</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetsendexposed::">DPSsetsendexposed::</a></h3>
|
|
- (void) <b>DPSsetsendexposed:</b> (int)truth<b> :</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetstrokeadjust:">DPSsetstrokeadjust:</a></h3>
|
|
- (void) <b>DPSsetstrokeadjust:</b> (int)b;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsettransfer">DPSsettransfer</a></h3>
|
|
- (void) <b>DPSsettransfer</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetwindowdepthlimit::">DPSsetwindowdepthlimit::</a></h3>
|
|
- (void) <b>DPSsetwindowdepthlimit:</b> (int)limit<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetwindowlevel::">DPSsetwindowlevel::</a></h3>
|
|
- (void) <b>DPSsetwindowlevel:</b> (int)level<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSsetwindowtype::">DPSsetwindowtype::</a></h3>
|
|
- (void) <b>DPSsetwindowtype:</b> (int)type<b> :</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSshow:">DPSshow:</a></h3>
|
|
- (void) <b>DPSshow:</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSshowcursor">DPSshowcursor</a></h3>
|
|
- (void) <b>DPSshowcursor</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSshowpage">DPSshowpage</a></h3>
|
|
- (void) <b>DPSshowpage</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSstandardcursor::">DPSstandardcursor::</a></h3>
|
|
- (void) <b>DPSstandardcursor:</b> (int)style<b> :</b> (void**)cid;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSstroke">DPSstroke</a></h3>
|
|
- (void) <b>DPSstroke</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSstrokepath">DPSstrokepath</a></h3>
|
|
- (void) <b>DPSstrokepath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSstyleoffsets:::::">DPSstyleoffsets:::::</a></h3>
|
|
- (void) <b>DPSstyleoffsets:</b> (float*)l<b> :</b> (float*)r<b> :</b> (float*)t<b> :</b> (float*)b<b> :</b> (int)style;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSstylewindow::">DPSstylewindow::</a></h3>
|
|
- (void) <b>DPSstylewindow:</b> (int)style<b> :</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPStermwindow:">DPStermwindow:</a></h3>
|
|
- (void) <b>DPStermwindow:</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPStitlewindow::">DPStitlewindow::</a></h3>
|
|
- (void) <b>DPStitlewindow:</b> (const char*)window_title<b> :</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPStransform::::">DPStransform::::</a></h3>
|
|
- (void) <b>DPStransform:</b> (float)x1<b> :</b> (float)y1<b> :</b> (float*)x2<b> :</b> (float*)y2;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPStranslate::">DPStranslate::</a></h3>
|
|
- (void) <b>DPStranslate:</b> (float)x<b> :</b> (float)y;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSueofill::::">DPSueofill::::</a></h3>
|
|
- (void) <b>DPSueofill:</b> (const char*)nums<b> :</b> (int)n<b> :</b> (const char*)ops<b> :</b> (int)l;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSufill::::">DPSufill::::</a></h3>
|
|
- (void) <b>DPSufill:</b> (const char*)nums<b> :</b> (int)n<b> :</b> (const char*)ops<b> :</b> (int)l;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSundefinefont:">DPSundefinefont:</a></h3>
|
|
- (void) <b>DPSundefinefont:</b> (const char*)name;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSundefineuserobject:">DPSundefineuserobject:</a></h3>
|
|
- (void) <b>DPSundefineuserobject:</b> (int)index;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSupdatewindow:">DPSupdatewindow:</a></h3>
|
|
- (void) <b>DPSupdatewindow:</b> (int)win;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSustroke::::">DPSustroke::::</a></h3>
|
|
- (void) <b>DPSustroke:</b> (const char*)nums<b> :</b> (int)n<b> :</b> (const char*)ops<b> :</b> (int)l;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSustrokepath::::">DPSustrokepath::::</a></h3>
|
|
- (void) <b>DPSustrokepath:</b> (const char*)nums<b> :</b> (int)n<b> :</b> (const char*)ops<b> :</b> (int)l;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSviewclip">DPSviewclip</a></h3>
|
|
- (void) <b>DPSviewclip</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSviewclippath">DPSviewclippath</a></h3>
|
|
- (void) <b>DPSviewclippath</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSwidthshow::::">DPSwidthshow::::</a></h3>
|
|
- (void) <b>DPSwidthshow:</b> (float)x<b> :</b> (float)y<b> :</b> (int)c<b> :</b> (const char*)s;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSwindow::::::">DPSwindow::::::</a></h3>
|
|
- (void) <b>DPSwindow:</b> (float)x<b> :</b> (float)y<b> :</b> (float)w<b> :</b> (float)h<b> :</b> (int)type<b> :</b> (int*)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSwindowdevice:">DPSwindowdevice:</a></h3>
|
|
- (void) <b>DPSwindowdevice:</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSwindowdeviceround:">DPSwindowdeviceround:</a></h3>
|
|
- (void) <b>DPSwindowdeviceround:</b> (int)num;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSwindowlist:::">DPSwindowlist:::</a></h3>
|
|
- (void) <b>DPSwindowlist:</b> (int)context<b> :</b> (int)count<b> :</b> (int*)windows;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSxshow:::">DPSxshow:::</a></h3>
|
|
- (void) <b>DPSxshow:</b> (const char*)s<b> :</b> (const float*)numarray<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSxyshow:::">DPSxyshow:::</a></h3>
|
|
- (void) <b>DPSxyshow:</b> (const char*)s<b> :</b> (const float*)numarray<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-DPSyshow:::">DPSyshow:::</a></h3>
|
|
- (void) <b>DPSyshow:</b> (const char*)s<b> :</b> (const float*)numarray<b> :</b> (int)size;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSGraphicsContext(Ops)-setFont:">setFont:</a></h3>
|
|
- (void) <b>setFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|