Just van Rossum | 79e71f7 | 2001-12-13 13:17:20 +0000 | [diff] [blame] | 1 | CGContextShowTextAtPoint |
| 2 | CGContextShowText |
| 3 | CGContextSelectFont |
| 4 | CGContextSetTextDrawingMode |
| 5 | CGContextDrawPath |
| 6 | CGContextSetLineJoin |
| 7 | CGContextSetLineCap |
| 8 | CGContextGetTextPosition |
| 9 | CGContextGetPathCurrentPoint |
| 10 | CGContextSetShouldAntialias |
| 11 | CGContextSynchronize |
| 12 | CGContextFlush |
| 13 | CGContextEndPage |
| 14 | CGContextSetFontSize |
| 15 | CGContextGetTextMatrix |
| 16 | CGContextSetTextMatrix |
| 17 | CGContextSetTextPosition |
| 18 | CGContextSetCharacterSpacing |
| 19 | CGContextSetCMYKStrokeColor |
| 20 | CGContextSetCMYKFillColor |
| 21 | CGContextSetRGBStrokeColor |
| 22 | CGContextSetRGBFillColor |
| 23 | CGContextSetGrayStrokeColor |
| 24 | CGContextSetGrayFillColor |
| 25 | CGContextClipToRect |
| 26 | CGContextEOClip |
| 27 | CGContextClip |
| 28 | CGContextClearRect |
| 29 | CGContextStrokeRectWithWidth |
| 30 | CGContextStrokeRect |
| 31 | CGContextFillRect |
| 32 | CGContextStrokePath |
| 33 | CGContextEOFillPath |
| 34 | CGContextFillPath |
| 35 | CGContextGetPathBoundingBox |
| 36 | CGContextIsPathEmpty |
| 37 | CGContextAddArcToPoint |
| 38 | CGContextAddArc |
| 39 | CGContextAddRect |
| 40 | CGContextClosePath |
| 41 | CGContextAddQuadCurveToPoint |
| 42 | CGContextAddCurveToPoint |
| 43 | CGContextAddLineToPoint |
| 44 | CGContextMoveToPoint |
| 45 | CGContextBeginPath |
| 46 | CGContextSetAlpha |
| 47 | CGContextSetFlatness |
| 48 | CGContextSetMiterLimit |
| 49 | CGContextSetLineWidth |
| 50 | CGContextGetCTM |
| 51 | CGContextConcatCTM |
| 52 | CGContextRotateCTM |
| 53 | CGContextTranslateCTM |
| 54 | CGContextScaleCTM |
| 55 | CGContextRestoreGState |
| 56 | CGContextSaveGState |
| 57 | CGContextRelease |
| 58 | CreateCGContextForPort |
Just van Rossum | 38b504e | 2002-03-02 10:20:44 +0000 | [diff] [blame] | 59 | SyncCGContextOriginWithPort |
Just van Rossum | dd989e1 | 2002-03-04 10:31:32 +0000 | [diff] [blame] | 60 | ClipCGContextToRegion |