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