comparison dwt/internal/c/qd/bindings.d @ 34:5123b17c98ef

Ported dwt.events.*, dwt.graphics.GC, Region, dwt.internal.image.*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 14 Sep 2008 01:45:57 +0200
parents 30a762abda2a
children db5a898b2119
comparison
equal deleted inserted replaced
33:965ac0a77267 34:5123b17c98ef
25 void LineTo (short h, short v); 25 void LineTo (short h, short v);
26 void UnionRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn); 26 void UnionRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn);
27 void CloseRgn (RgnHandle dstRgn); 27 void CloseRgn (RgnHandle dstRgn);
28 void DisposeRgn (RgnHandle rgn); 28 void DisposeRgn (RgnHandle rgn);
29 Boolean PtInRgn (Point pt, RgnHandle rgn); 29 Boolean PtInRgn (Point pt, RgnHandle rgn);
30 Rect* GetRegioinBounds (RgnHandle region, Rect* bounds); 30 Rect* GetRegionBounds (RgnHandle region, Rect* bounds);
31 void SectRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn); 31 void SectRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn);
32 Boolean EmptyRgn (RgnHandle rgn); 32 Boolean EmptyRgn (RgnHandle rgn);
33 void DiffRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn); 33 void DiffRgn (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn);
34 Boolean RectInRgn (/*const*/Rect* r, RgnHandle rgn); 34 Boolean RectInRgn (/*const*/Rect* r, RgnHandle rgn);
35 OSStatus QDRegionToRects (RgnHandle rgn, QDRegionParseDirection dir, RegionToRectsUPP proc, void* userData); 35 OSStatus QDRegionToRects (RgnHandle rgn, QDRegionParseDirection dir, RegionToRectsUPP proc, void* userData);