Home
last modified time | relevance | path

Searched defs:CGContextAddRect (Results 1 – 4 of 4) sorted by relevance

/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/cocoa/
H A Dcg.rkt29 (define-appserv CGContextAddRect (_fun _CGContextRef _NSRect -> _void)) function
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGContext.pas455 procedure CGContextAddRect( c: CGContextRef; rect: CGRect ); external name '_CGContextAddRect'; procedure
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DmacFunctions.cs253 internal static extern void CGContextAddRect (IntPtr context, Rect rect); in CGContextAddRect() method in System.Drawing.MacSupport
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DmacFunctions.cs275 internal static extern void CGContextAddRect(IntPtr context, Rect rect); in CGContextAddRect() method in System.Drawing.MacSupport