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