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