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