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