diff options
author | Just van Rossum <just@letterror.com> | 2001-12-13 13:17:20 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2001-12-13 13:17:20 (GMT) |
commit | 79e71f73e7a62c24e82dabdafcc9b3e71042de22 (patch) | |
tree | 33aa0f865e407263b94f13a206d6a428bad0f735 /Mac/Modules/cg/CGStubLib.exp | |
parent | c97eefc3c9a4ccd0659e08588f537ff7c7ebac6b (diff) | |
download | cpython-79e71f73e7a62c24e82dabdafcc9b3e71042de22.zip cpython-79e71f73e7a62c24e82dabdafcc9b3e71042de22.tar.gz cpython-79e71f73e7a62c24e82dabdafcc9b3e71042de22.tar.bz2 |
second CoreGraphics batch
Diffstat (limited to 'Mac/Modules/cg/CGStubLib.exp')
-rwxr-xr-x | Mac/Modules/cg/CGStubLib.exp | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Mac/Modules/cg/CGStubLib.exp b/Mac/Modules/cg/CGStubLib.exp new file mode 100755 index 0000000..4b034b5 --- /dev/null +++ b/Mac/Modules/cg/CGStubLib.exp @@ -0,0 +1,58 @@ +CGContextShowTextAtPoint +CGContextShowText +CGContextSelectFont +CGContextSetTextDrawingMode +CGContextDrawPath +CGContextSetLineJoin +CGContextSetLineCap +CGContextGetTextPosition +CGContextGetPathCurrentPoint +CGContextSetShouldAntialias +CGContextSynchronize +CGContextFlush +CGContextEndPage +CGContextSetFontSize +CGContextGetTextMatrix +CGContextSetTextMatrix +CGContextSetTextPosition +CGContextSetCharacterSpacing +CGContextSetCMYKStrokeColor +CGContextSetCMYKFillColor +CGContextSetRGBStrokeColor +CGContextSetRGBFillColor +CGContextSetGrayStrokeColor +CGContextSetGrayFillColor +CGContextClipToRect +CGContextEOClip +CGContextClip +CGContextClearRect +CGContextStrokeRectWithWidth +CGContextStrokeRect +CGContextFillRect +CGContextStrokePath +CGContextEOFillPath +CGContextFillPath +CGContextGetPathBoundingBox +CGContextIsPathEmpty +CGContextAddArcToPoint +CGContextAddArc +CGContextAddRect +CGContextClosePath +CGContextAddQuadCurveToPoint +CGContextAddCurveToPoint +CGContextAddLineToPoint +CGContextMoveToPoint +CGContextBeginPath +CGContextSetAlpha +CGContextSetFlatness +CGContextSetMiterLimit +CGContextSetLineWidth +CGContextGetCTM +CGContextConcatCTM +CGContextRotateCTM +CGContextTranslateCTM +CGContextScaleCTM +CGContextRestoreGState +CGContextSaveGState +CGContextRelease +CreateCGContextForPort |