blob: 105eab79f3052cf7921892437fee1aac9c181fef [file] [log] [blame]
Jack Jansen54c8f7e1995-11-14 10:46:01 +00001# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDraw.h'
Guido van Rossume56db431995-03-19 22:49:50 +00002
Guido van Rossume56db431995-03-19 22:49:50 +00003f = Function(void, 'SetPort',
4 (GrafPtr, 'port', InMode),
5)
6functions.append(f)
7
8f = Function(void, 'GetPort',
9 (GrafPtr, 'port', OutMode),
10)
11functions.append(f)
12
13f = Function(void, 'GrafDevice',
14 (short, 'device', InMode),
15)
16functions.append(f)
17
Jack Jansen41058c01995-11-16 22:48:29 +000018f = Function(void, 'SetPortBits',
19 (BitMap_ptr, 'bm', InMode),
20)
21functions.append(f)
22
Guido van Rossume56db431995-03-19 22:49:50 +000023f = Function(void, 'PortSize',
24 (short, 'width', InMode),
25 (short, 'height', InMode),
26)
27functions.append(f)
28
29f = Function(void, 'MovePortTo',
30 (short, 'leftGlobal', InMode),
31 (short, 'topGlobal', InMode),
32)
33functions.append(f)
34
35f = Function(void, 'SetOrigin',
36 (short, 'h', InMode),
37 (short, 'v', InMode),
38)
39functions.append(f)
40
41f = Function(void, 'SetClip',
42 (RgnHandle, 'rgn', InMode),
43)
44functions.append(f)
45
46f = Function(void, 'GetClip',
47 (RgnHandle, 'rgn', InMode),
48)
49functions.append(f)
50
51f = Function(void, 'ClipRect',
52 (Rect_ptr, 'r', InMode),
53)
54functions.append(f)
55
56f = Function(void, 'InitCursor',
57)
58functions.append(f)
59
Jack Jansenb5394061996-01-05 18:06:41 +000060f = Function(void, 'SetCursor',
61 (Cursor_ptr, 'crsr', InMode),
62)
63functions.append(f)
64
Guido van Rossume56db431995-03-19 22:49:50 +000065f = Function(void, 'HideCursor',
66)
67functions.append(f)
68
69f = Function(void, 'ShowCursor',
70)
71functions.append(f)
72
73f = Function(void, 'ObscureCursor',
74)
75functions.append(f)
76
77f = Function(void, 'HidePen',
78)
79functions.append(f)
80
81f = Function(void, 'ShowPen',
82)
83functions.append(f)
84
85f = Function(void, 'GetPen',
86 (Point, 'pt', InOutMode),
87)
88functions.append(f)
89
90f = Function(void, 'PenSize',
91 (short, 'width', InMode),
92 (short, 'height', InMode),
93)
94functions.append(f)
95
96f = Function(void, 'PenMode',
97 (short, 'mode', InMode),
98)
99functions.append(f)
100
101f = Function(void, 'PenNormal',
102)
103functions.append(f)
104
105f = Function(void, 'MoveTo',
106 (short, 'h', InMode),
107 (short, 'v', InMode),
108)
109functions.append(f)
110
111f = Function(void, 'Move',
112 (short, 'dh', InMode),
113 (short, 'dv', InMode),
114)
115functions.append(f)
116
117f = Function(void, 'LineTo',
118 (short, 'h', InMode),
119 (short, 'v', InMode),
120)
121functions.append(f)
122
123f = Function(void, 'Line',
124 (short, 'dh', InMode),
125 (short, 'dv', InMode),
126)
127functions.append(f)
128
Guido van Rossume56db431995-03-19 22:49:50 +0000129f = Function(void, 'ForeColor',
130 (long, 'color', InMode),
131)
132functions.append(f)
133
134f = Function(void, 'BackColor',
135 (long, 'color', InMode),
136)
137functions.append(f)
138
139f = Function(void, 'ColorBit',
140 (short, 'whichBit', InMode),
141)
142functions.append(f)
143
144f = Function(void, 'SetRect',
145 (Rect, 'r', OutMode),
146 (short, 'left', InMode),
147 (short, 'top', InMode),
148 (short, 'right', InMode),
149 (short, 'bottom', InMode),
150)
151functions.append(f)
152
153f = Function(void, 'OffsetRect',
Jack Jansen54c8f7e1995-11-14 10:46:01 +0000154 (Rect, 'r', InOutMode),
Guido van Rossume56db431995-03-19 22:49:50 +0000155 (short, 'dh', InMode),
156 (short, 'dv', InMode),
157)
158functions.append(f)
159
160f = Function(void, 'InsetRect',
Jack Jansen54c8f7e1995-11-14 10:46:01 +0000161 (Rect, 'r', InOutMode),
Guido van Rossume56db431995-03-19 22:49:50 +0000162 (short, 'dh', InMode),
163 (short, 'dv', InMode),
164)
165functions.append(f)
166
167f = Function(Boolean, 'SectRect',
168 (Rect_ptr, 'src1', InMode),
169 (Rect_ptr, 'src2', InMode),
170 (Rect, 'dstRect', OutMode),
171)
172functions.append(f)
173
174f = Function(void, 'UnionRect',
175 (Rect_ptr, 'src1', InMode),
176 (Rect_ptr, 'src2', InMode),
177 (Rect, 'dstRect', OutMode),
178)
179functions.append(f)
180
181f = Function(Boolean, 'EqualRect',
182 (Rect_ptr, 'rect1', InMode),
183 (Rect_ptr, 'rect2', InMode),
184)
185functions.append(f)
186
187f = Function(Boolean, 'EmptyRect',
188 (Rect_ptr, 'r', InMode),
189)
190functions.append(f)
191
192f = Function(void, 'FrameRect',
193 (Rect_ptr, 'r', InMode),
194)
195functions.append(f)
196
197f = Function(void, 'PaintRect',
198 (Rect_ptr, 'r', InMode),
199)
200functions.append(f)
201
202f = Function(void, 'EraseRect',
203 (Rect_ptr, 'r', InMode),
204)
205functions.append(f)
206
207f = Function(void, 'InvertRect',
208 (Rect_ptr, 'r', InMode),
209)
210functions.append(f)
211
212f = Function(void, 'FrameOval',
213 (Rect_ptr, 'r', InMode),
214)
215functions.append(f)
216
217f = Function(void, 'PaintOval',
218 (Rect_ptr, 'r', InMode),
219)
220functions.append(f)
221
222f = Function(void, 'EraseOval',
223 (Rect_ptr, 'r', InMode),
224)
225functions.append(f)
226
227f = Function(void, 'InvertOval',
228 (Rect_ptr, 'r', InMode),
229)
230functions.append(f)
231
232f = Function(void, 'FrameRoundRect',
233 (Rect_ptr, 'r', InMode),
234 (short, 'ovalWidth', InMode),
235 (short, 'ovalHeight', InMode),
236)
237functions.append(f)
238
239f = Function(void, 'PaintRoundRect',
240 (Rect_ptr, 'r', InMode),
241 (short, 'ovalWidth', InMode),
242 (short, 'ovalHeight', InMode),
243)
244functions.append(f)
245
246f = Function(void, 'EraseRoundRect',
247 (Rect_ptr, 'r', InMode),
248 (short, 'ovalWidth', InMode),
249 (short, 'ovalHeight', InMode),
250)
251functions.append(f)
252
253f = Function(void, 'InvertRoundRect',
254 (Rect_ptr, 'r', InMode),
255 (short, 'ovalWidth', InMode),
256 (short, 'ovalHeight', InMode),
257)
258functions.append(f)
259
260f = Function(void, 'FrameArc',
261 (Rect_ptr, 'r', InMode),
262 (short, 'startAngle', InMode),
263 (short, 'arcAngle', InMode),
264)
265functions.append(f)
266
267f = Function(void, 'PaintArc',
268 (Rect_ptr, 'r', InMode),
269 (short, 'startAngle', InMode),
270 (short, 'arcAngle', InMode),
271)
272functions.append(f)
273
274f = Function(void, 'EraseArc',
275 (Rect_ptr, 'r', InMode),
276 (short, 'startAngle', InMode),
277 (short, 'arcAngle', InMode),
278)
279functions.append(f)
280
281f = Function(void, 'InvertArc',
282 (Rect_ptr, 'r', InMode),
283 (short, 'startAngle', InMode),
284 (short, 'arcAngle', InMode),
285)
286functions.append(f)
287
288f = Function(RgnHandle, 'NewRgn',
289)
290functions.append(f)
291
292f = Function(void, 'OpenRgn',
293)
294functions.append(f)
295
296f = Function(void, 'CloseRgn',
297 (RgnHandle, 'dstRgn', InMode),
298)
299functions.append(f)
300
Jack Jansen41058c01995-11-16 22:48:29 +0000301f = Function(OSErr, 'BitMapToRegion',
302 (RgnHandle, 'region', InMode),
303 (BitMap_ptr, 'bMap', InMode),
304)
305functions.append(f)
306
Guido van Rossume56db431995-03-19 22:49:50 +0000307f = Function(void, 'DisposeRgn',
308 (RgnHandle, 'rgn', InMode),
309)
310functions.append(f)
311
312f = Function(void, 'CopyRgn',
313 (RgnHandle, 'srcRgn', InMode),
314 (RgnHandle, 'dstRgn', InMode),
315)
316functions.append(f)
317
318f = Function(void, 'SetEmptyRgn',
319 (RgnHandle, 'rgn', InMode),
320)
321functions.append(f)
322
323f = Function(void, 'SetRectRgn',
324 (RgnHandle, 'rgn', InMode),
325 (short, 'left', InMode),
326 (short, 'top', InMode),
327 (short, 'right', InMode),
328 (short, 'bottom', InMode),
329)
330functions.append(f)
331
332f = Function(void, 'RectRgn',
333 (RgnHandle, 'rgn', InMode),
334 (Rect_ptr, 'r', InMode),
335)
336functions.append(f)
337
338f = Function(void, 'OffsetRgn',
339 (RgnHandle, 'rgn', InMode),
340 (short, 'dh', InMode),
341 (short, 'dv', InMode),
342)
343functions.append(f)
344
345f = Function(void, 'InsetRgn',
346 (RgnHandle, 'rgn', InMode),
347 (short, 'dh', InMode),
348 (short, 'dv', InMode),
349)
350functions.append(f)
351
352f = Function(void, 'SectRgn',
353 (RgnHandle, 'srcRgnA', InMode),
354 (RgnHandle, 'srcRgnB', InMode),
355 (RgnHandle, 'dstRgn', InMode),
356)
357functions.append(f)
358
359f = Function(void, 'UnionRgn',
360 (RgnHandle, 'srcRgnA', InMode),
361 (RgnHandle, 'srcRgnB', InMode),
362 (RgnHandle, 'dstRgn', InMode),
363)
364functions.append(f)
365
366f = Function(void, 'DiffRgn',
367 (RgnHandle, 'srcRgnA', InMode),
368 (RgnHandle, 'srcRgnB', InMode),
369 (RgnHandle, 'dstRgn', InMode),
370)
371functions.append(f)
372
373f = Function(void, 'XorRgn',
374 (RgnHandle, 'srcRgnA', InMode),
375 (RgnHandle, 'srcRgnB', InMode),
376 (RgnHandle, 'dstRgn', InMode),
377)
378functions.append(f)
379
380f = Function(Boolean, 'RectInRgn',
381 (Rect_ptr, 'r', InMode),
382 (RgnHandle, 'rgn', InMode),
383)
384functions.append(f)
385
386f = Function(Boolean, 'EqualRgn',
387 (RgnHandle, 'rgnA', InMode),
388 (RgnHandle, 'rgnB', InMode),
389)
390functions.append(f)
391
392f = Function(Boolean, 'EmptyRgn',
393 (RgnHandle, 'rgn', InMode),
394)
395functions.append(f)
396
397f = Function(void, 'FrameRgn',
398 (RgnHandle, 'rgn', InMode),
399)
400functions.append(f)
401
402f = Function(void, 'PaintRgn',
403 (RgnHandle, 'rgn', InMode),
404)
405functions.append(f)
406
407f = Function(void, 'EraseRgn',
408 (RgnHandle, 'rgn', InMode),
409)
410functions.append(f)
411
412f = Function(void, 'InvertRgn',
413 (RgnHandle, 'rgn', InMode),
414)
415functions.append(f)
416
417f = Function(void, 'ScrollRect',
418 (Rect_ptr, 'r', InMode),
419 (short, 'dh', InMode),
420 (short, 'dv', InMode),
421 (RgnHandle, 'updateRgn', InMode),
422)
423functions.append(f)
424
Jack Jansen41058c01995-11-16 22:48:29 +0000425f = Function(void, 'CopyBits',
426 (BitMap_ptr, 'srcBits', InMode),
427 (BitMap_ptr, 'dstBits', InMode),
428 (Rect_ptr, 'srcRect', InMode),
429 (Rect_ptr, 'dstRect', InMode),
430 (short, 'mode', InMode),
Jack Jansen425e9eb1995-12-12 15:02:03 +0000431 (OptRgnHandle, 'maskRgn', InMode),
Jack Jansen41058c01995-11-16 22:48:29 +0000432)
433functions.append(f)
434
435f = Function(void, 'CopyMask',
436 (BitMap_ptr, 'srcBits', InMode),
437 (BitMap_ptr, 'maskBits', InMode),
438 (BitMap_ptr, 'dstBits', InMode),
439 (Rect_ptr, 'srcRect', InMode),
440 (Rect_ptr, 'maskRect', InMode),
441 (Rect_ptr, 'dstRect', InMode),
442)
443functions.append(f)
444
Guido van Rossume56db431995-03-19 22:49:50 +0000445f = Function(PicHandle, 'OpenPicture',
446 (Rect_ptr, 'picFrame', InMode),
447)
448functions.append(f)
449
450f = Function(void, 'PicComment',
451 (short, 'kind', InMode),
452 (short, 'dataSize', InMode),
453 (Handle, 'dataHandle', InMode),
454)
455functions.append(f)
456
457f = Function(void, 'ClosePicture',
458)
459functions.append(f)
460
461f = Function(void, 'DrawPicture',
462 (PicHandle, 'myPicture', InMode),
463 (Rect_ptr, 'dstRect', InMode),
464)
465functions.append(f)
466
467f = Function(void, 'KillPicture',
468 (PicHandle, 'myPicture', InMode),
469)
470functions.append(f)
471
472f = Function(PolyHandle, 'OpenPoly',
473)
474functions.append(f)
475
476f = Function(void, 'ClosePoly',
477)
478functions.append(f)
479
480f = Function(void, 'KillPoly',
481 (PolyHandle, 'poly', InMode),
482)
483functions.append(f)
484
485f = Function(void, 'OffsetPoly',
486 (PolyHandle, 'poly', InMode),
487 (short, 'dh', InMode),
488 (short, 'dv', InMode),
489)
490functions.append(f)
491
492f = Function(void, 'FramePoly',
493 (PolyHandle, 'poly', InMode),
494)
495functions.append(f)
496
497f = Function(void, 'PaintPoly',
498 (PolyHandle, 'poly', InMode),
499)
500functions.append(f)
501
502f = Function(void, 'ErasePoly',
503 (PolyHandle, 'poly', InMode),
504)
505functions.append(f)
506
507f = Function(void, 'InvertPoly',
508 (PolyHandle, 'poly', InMode),
509)
510functions.append(f)
511
512f = Function(void, 'SetPt',
513 (Point, 'pt', InOutMode),
514 (short, 'h', InMode),
515 (short, 'v', InMode),
516)
517functions.append(f)
518
519f = Function(void, 'LocalToGlobal',
520 (Point, 'pt', InOutMode),
521)
522functions.append(f)
523
524f = Function(void, 'GlobalToLocal',
525 (Point, 'pt', InOutMode),
526)
527functions.append(f)
528
529f = Function(short, 'Random',
530)
531functions.append(f)
532
533f = Function(Boolean, 'GetPixel',
534 (short, 'h', InMode),
535 (short, 'v', InMode),
536)
537functions.append(f)
538
539f = Function(void, 'ScalePt',
540 (Point, 'pt', InOutMode),
541 (Rect_ptr, 'srcRect', InMode),
542 (Rect_ptr, 'dstRect', InMode),
543)
544functions.append(f)
545
546f = Function(void, 'MapPt',
547 (Point, 'pt', InOutMode),
548 (Rect_ptr, 'srcRect', InMode),
549 (Rect_ptr, 'dstRect', InMode),
550)
551functions.append(f)
552
553f = Function(void, 'MapRect',
Jack Jansen54c8f7e1995-11-14 10:46:01 +0000554 (Rect, 'r', InOutMode),
Guido van Rossume56db431995-03-19 22:49:50 +0000555 (Rect_ptr, 'srcRect', InMode),
556 (Rect_ptr, 'dstRect', InMode),
557)
558functions.append(f)
559
560f = Function(void, 'MapRgn',
561 (RgnHandle, 'rgn', InMode),
562 (Rect_ptr, 'srcRect', InMode),
563 (Rect_ptr, 'dstRect', InMode),
564)
565functions.append(f)
566
567f = Function(void, 'MapPoly',
568 (PolyHandle, 'poly', InMode),
569 (Rect_ptr, 'srcRect', InMode),
570 (Rect_ptr, 'dstRect', InMode),
571)
572functions.append(f)
573
Jack Jansen41058c01995-11-16 22:48:29 +0000574f = Function(void, 'StdBits',
575 (BitMap_ptr, 'srcBits', InMode),
576 (Rect_ptr, 'srcRect', InMode),
577 (Rect_ptr, 'dstRect', InMode),
578 (short, 'mode', InMode),
Jack Jansen425e9eb1995-12-12 15:02:03 +0000579 (OptRgnHandle, 'maskRgn', InMode),
Jack Jansen41058c01995-11-16 22:48:29 +0000580)
581functions.append(f)
582
Guido van Rossume56db431995-03-19 22:49:50 +0000583f = Function(void, 'AddPt',
584 (Point, 'src', InMode),
585 (Point, 'dst', InOutMode),
586)
587functions.append(f)
588
589f = Function(Boolean, 'EqualPt',
590 (Point, 'pt1', InMode),
591 (Point, 'pt2', InMode),
592)
593functions.append(f)
594
595f = Function(Boolean, 'PtInRect',
596 (Point, 'pt', InMode),
597 (Rect_ptr, 'r', InMode),
598)
599functions.append(f)
600
601f = Function(void, 'Pt2Rect',
602 (Point, 'pt1', InMode),
603 (Point, 'pt2', InMode),
604 (Rect, 'dstRect', OutMode),
605)
606functions.append(f)
607
608f = Function(void, 'PtToAngle',
609 (Rect_ptr, 'r', InMode),
610 (Point, 'pt', InMode),
611 (short, 'angle', OutMode),
612)
613functions.append(f)
614
Jack Jansenb81cf9d1995-06-06 13:08:40 +0000615f = Function(void, 'SubPt',
616 (Point, 'src', InMode),
617 (Point, 'dst', InOutMode),
618)
619functions.append(f)
620
Guido van Rossume56db431995-03-19 22:49:50 +0000621f = Function(Boolean, 'PtInRgn',
622 (Point, 'pt', InMode),
623 (RgnHandle, 'rgn', InMode),
624)
625functions.append(f)
626
627f = Function(PixMapHandle, 'NewPixMap',
628)
629functions.append(f)
630
Guido van Rossume56db431995-03-19 22:49:50 +0000631f = Function(void, 'DisposePixMap',
632 (PixMapHandle, 'pm', InMode),
633)
634functions.append(f)
635
636f = Function(void, 'CopyPixMap',
637 (PixMapHandle, 'srcPM', InMode),
638 (PixMapHandle, 'dstPM', InMode),
639)
640functions.append(f)
641
642f = Function(PixPatHandle, 'NewPixPat',
643)
644functions.append(f)
645
Guido van Rossume56db431995-03-19 22:49:50 +0000646f = Function(void, 'DisposePixPat',
647 (PixPatHandle, 'pp', InMode),
648)
649functions.append(f)
650
651f = Function(void, 'CopyPixPat',
652 (PixPatHandle, 'srcPP', InMode),
653 (PixPatHandle, 'dstPP', InMode),
654)
655functions.append(f)
656
657f = Function(void, 'PenPixPat',
658 (PixPatHandle, 'pp', InMode),
659)
660functions.append(f)
661
662f = Function(void, 'BackPixPat',
663 (PixPatHandle, 'pp', InMode),
664)
665functions.append(f)
666
667f = Function(PixPatHandle, 'GetPixPat',
668 (short, 'patID', InMode),
669)
670functions.append(f)
671
Jack Jansen232f3cd1995-12-09 14:04:31 +0000672f = Function(void, 'MakeRGBPat',
673 (PixPatHandle, 'pp', InMode),
674 (RGBColor_ptr, 'myColor', InMode),
675)
676functions.append(f)
677
Guido van Rossume56db431995-03-19 22:49:50 +0000678f = Function(void, 'FillCRect',
679 (Rect_ptr, 'r', InMode),
680 (PixPatHandle, 'pp', InMode),
681)
682functions.append(f)
683
684f = Function(void, 'FillCOval',
685 (Rect_ptr, 'r', InMode),
686 (PixPatHandle, 'pp', InMode),
687)
688functions.append(f)
689
690f = Function(void, 'FillCRoundRect',
691 (Rect_ptr, 'r', InMode),
692 (short, 'ovalWidth', InMode),
693 (short, 'ovalHeight', InMode),
694 (PixPatHandle, 'pp', InMode),
695)
696functions.append(f)
697
698f = Function(void, 'FillCArc',
699 (Rect_ptr, 'r', InMode),
700 (short, 'startAngle', InMode),
701 (short, 'arcAngle', InMode),
702 (PixPatHandle, 'pp', InMode),
703)
704functions.append(f)
705
706f = Function(void, 'FillCRgn',
707 (RgnHandle, 'rgn', InMode),
708 (PixPatHandle, 'pp', InMode),
709)
710functions.append(f)
711
712f = Function(void, 'FillCPoly',
713 (PolyHandle, 'poly', InMode),
714 (PixPatHandle, 'pp', InMode),
715)
716functions.append(f)
717
Jack Jansen232f3cd1995-12-09 14:04:31 +0000718f = Function(void, 'RGBForeColor',
719 (RGBColor_ptr, 'color', InMode),
720)
721functions.append(f)
722
723f = Function(void, 'RGBBackColor',
724 (RGBColor_ptr, 'color', InMode),
725)
726functions.append(f)
727
728f = Function(void, 'SetCPixel',
729 (short, 'h', InMode),
730 (short, 'v', InMode),
731 (RGBColor_ptr, 'cPix', InMode),
732)
733functions.append(f)
734
Guido van Rossume56db431995-03-19 22:49:50 +0000735f = Function(void, 'SetPortPix',
736 (PixMapHandle, 'pm', InMode),
737)
738functions.append(f)
739
Jack Jansen232f3cd1995-12-09 14:04:31 +0000740f = Function(void, 'GetCPixel',
741 (short, 'h', InMode),
742 (short, 'v', InMode),
743 (RGBColor, 'cPix', OutMode),
744)
745functions.append(f)
746
747f = Function(void, 'GetForeColor',
748 (RGBColor, 'color', OutMode),
749)
750functions.append(f)
751
752f = Function(void, 'GetBackColor',
753 (RGBColor, 'color', OutMode),
754)
755functions.append(f)
756
757f = Function(void, 'OpColor',
758 (RGBColor_ptr, 'color', InMode),
759)
760functions.append(f)
761
762f = Function(void, 'HiliteColor',
763 (RGBColor_ptr, 'color', InMode),
764)
765functions.append(f)
766
Guido van Rossume56db431995-03-19 22:49:50 +0000767f = Function(void, 'AllocCursor',
768)
769functions.append(f)
770
Guido van Rossume56db431995-03-19 22:49:50 +0000771f = Function(long, 'GetCTSeed',
772)
773functions.append(f)
774
Jack Jansen232f3cd1995-12-09 14:04:31 +0000775f = Function(long, 'Color2Index',
776 (RGBColor_ptr, 'myColor', InMode),
777)
778functions.append(f)
779
780f = Function(void, 'Index2Color',
781 (long, 'index', InMode),
782 (RGBColor, 'aColor', OutMode),
783)
784functions.append(f)
785
786f = Function(void, 'InvertColor',
787 (RGBColor, 'myColor', OutMode),
788)
789functions.append(f)
790
791f = Function(Boolean, 'RealColor',
792 (RGBColor_ptr, 'color', InMode),
793)
794functions.append(f)
795
Guido van Rossume56db431995-03-19 22:49:50 +0000796f = Function(void, 'SetClientID',
797 (short, 'id', InMode),
798)
799functions.append(f)
800
801f = Function(void, 'ProtectEntry',
802 (short, 'index', InMode),
803 (Boolean, 'protect', InMode),
804)
805functions.append(f)
806
807f = Function(void, 'ReserveEntry',
808 (short, 'index', InMode),
809 (Boolean, 'reserve', InMode),
810)
811functions.append(f)
812
813f = Function(short, 'QDError',
814)
815functions.append(f)
816
Jack Jansen41058c01995-11-16 22:48:29 +0000817f = Function(void, 'CopyDeepMask',
818 (BitMap_ptr, 'srcBits', InMode),
819 (BitMap_ptr, 'maskBits', InMode),
820 (BitMap_ptr, 'dstBits', InMode),
821 (Rect_ptr, 'srcRect', InMode),
822 (Rect_ptr, 'maskRect', InMode),
823 (Rect_ptr, 'dstRect', InMode),
824 (short, 'mode', InMode),
Jack Jansen425e9eb1995-12-12 15:02:03 +0000825 (OptRgnHandle, 'maskRgn', InMode),
Jack Jansen41058c01995-11-16 22:48:29 +0000826)
827functions.append(f)
828
Jack Jansen54c8f7e1995-11-14 10:46:01 +0000829f = Function(PatHandle, 'GetPattern',
830 (short, 'patternID', InMode),
831)
832functions.append(f)
833
834f = Function(CursHandle, 'GetCursor',
835 (short, 'cursorID', InMode),
836)
837functions.append(f)
838
839f = Function(PicHandle, 'GetPicture',
840 (short, 'pictureID', InMode),
841)
842functions.append(f)
843
844f = Function(long, 'DeltaPoint',
845 (Point, 'ptA', InMode),
846 (Point, 'ptB', InMode),
847)
848functions.append(f)
849
850f = Function(void, 'ShieldCursor',
851 (Rect_ptr, 'shieldRect', InMode),
852 (Point, 'offsetPt', InMode),
853)
854functions.append(f)
855
856f = Function(void, 'ScreenRes',
857 (short, 'scrnHRes', OutMode),
858 (short, 'scrnVRes', OutMode),
859)
860functions.append(f)
861
862# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h'
Jack Jansenb81cf9d1995-06-06 13:08:40 +0000863
864f = Function(void, 'TextFont',
865 (short, 'font', InMode),
866)
867functions.append(f)
868
869f = Function(void, 'TextFace',
870 (short, 'face', InMode),
871)
872functions.append(f)
873
874f = Function(void, 'TextMode',
875 (short, 'mode', InMode),
876)
877functions.append(f)
878
879f = Function(void, 'TextSize',
880 (short, 'size', InMode),
881)
882functions.append(f)
883
884f = Function(void, 'SpaceExtra',
885 (Fixed, 'extra', InMode),
886)
887functions.append(f)
888
889f = Function(void, 'DrawChar',
890 (short, 'ch', InMode),
891)
892functions.append(f)
893
894f = Function(void, 'DrawString',
895 (ConstStr255Param, 's', InMode),
896)
897functions.append(f)
898
899f = Function(void, 'DrawText',
900 (TextThingie, 'textBuf', InMode),
901 (short, 'firstByte', InMode),
902 (short, 'byteCount', InMode),
903)
904functions.append(f)
905
906f = Function(short, 'CharWidth',
907 (short, 'ch', InMode),
908)
909functions.append(f)
910
911f = Function(short, 'StringWidth',
912 (ConstStr255Param, 's', InMode),
913)
914functions.append(f)
915
916f = Function(short, 'TextWidth',
917 (TextThingie, 'textBuf', InMode),
918 (short, 'firstByte', InMode),
919 (short, 'byteCount', InMode),
920)
921functions.append(f)
922
923f = Function(void, 'CharExtra',
924 (Fixed, 'extra', InMode),
925)
926functions.append(f)
927