Lines Matching refs:CGContextRefObject

100 typedef struct CGContextRefObject {  struct
103 } CGContextRefObject; argument
107 CGContextRefObject *it; in CGContextRefObj_New()
108 it = PyObject_NEW(CGContextRefObject, &CGContextRef_Type); in CGContextRefObj_New()
121 *p_itself = ((CGContextRefObject *)v)->ob_itself; in CGContextRefObj_Convert()
125 static void CGContextRefObj_dealloc(CGContextRefObject *self) in CGContextRefObj_dealloc()
131 static PyObject *CGContextRefObj_CGContextSaveGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSaveGState()
142 static PyObject *CGContextRefObj_CGContextRestoreGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRestoreGState()
153 static PyObject *CGContextRefObj_CGContextScaleCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextScaleCTM()
170 static PyObject *CGContextRefObj_CGContextTranslateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextTranslateCTM()
187 static PyObject *CGContextRefObj_CGContextRotateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRotateCTM()
201 static PyObject *CGContextRefObj_CGContextConcatCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextConcatCTM()
215 static PyObject *CGContextRefObj_CGContextGetCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextGetCTM()
227 static PyObject *CGContextRefObj_CGContextSetLineWidth(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineWidth()
241 static PyObject *CGContextRefObj_CGContextSetLineCap(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineCap()
255 static PyObject *CGContextRefObj_CGContextSetLineJoin(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineJoin()
269 static PyObject *CGContextRefObj_CGContextSetMiterLimit(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetMiterLimit()
283 static PyObject *CGContextRefObj_CGContextSetFlatness(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetFlatness()
297 static PyObject *CGContextRefObj_CGContextSetAlpha(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetAlpha()
311 static PyObject *CGContextRefObj_CGContextBeginPath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextBeginPath()
322 static PyObject *CGContextRefObj_CGContextMoveToPoint(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextMoveToPoint()
339 static PyObject *CGContextRefObj_CGContextAddLineToPoint(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextAddLineToPoint()
356 static PyObject *CGContextRefObj_CGContextAddCurveToPoint(CGContextRefObject *_self, PyObject *_arg… in CGContextRefObj_CGContextAddCurveToPoint()
385 static PyObject *CGContextRefObj_CGContextAddQuadCurveToPoint(CGContextRefObject *_self, PyObject *… in CGContextRefObj_CGContextAddQuadCurveToPoint()
408 static PyObject *CGContextRefObj_CGContextClosePath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextClosePath()
419 static PyObject *CGContextRefObj_CGContextAddRect(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextAddRect()
433 static PyObject *CGContextRefObj_CGContextAddArc(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextAddArc()
462 static PyObject *CGContextRefObj_CGContextAddArcToPoint(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextAddArcToPoint()
488 static PyObject *CGContextRefObj_CGContextIsPathEmpty(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextIsPathEmpty()
500 static PyObject *CGContextRefObj_CGContextGetPathCurrentPoint(CGContextRefObject *_self, PyObject *… in CGContextRefObj_CGContextGetPathCurrentPoint()
512 static PyObject *CGContextRefObj_CGContextGetPathBoundingBox(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_CGContextGetPathBoundingBox()
524 static PyObject *CGContextRefObj_CGContextDrawPath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextDrawPath()
538 static PyObject *CGContextRefObj_CGContextFillPath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextFillPath()
549 static PyObject *CGContextRefObj_CGContextEOFillPath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextEOFillPath()
560 static PyObject *CGContextRefObj_CGContextStrokePath(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextStrokePath()
571 static PyObject *CGContextRefObj_CGContextFillRect(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextFillRect()
585 static PyObject *CGContextRefObj_CGContextStrokeRect(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextStrokeRect()
599 static PyObject *CGContextRefObj_CGContextStrokeRectWithWidth(CGContextRefObject *_self, PyObject *… in CGContextRefObj_CGContextStrokeRectWithWidth()
616 static PyObject *CGContextRefObj_CGContextClearRect(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextClearRect()
630 static PyObject *CGContextRefObj_CGContextClip(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextClip()
641 static PyObject *CGContextRefObj_CGContextEOClip(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextEOClip()
652 static PyObject *CGContextRefObj_CGContextClipToRect(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextClipToRect()
666 static PyObject *CGContextRefObj_CGContextSetGrayFillColor(CGContextRefObject *_self, PyObject *_ar… in CGContextRefObj_CGContextSetGrayFillColor()
683 static PyObject *CGContextRefObj_CGContextSetGrayStrokeColor(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_CGContextSetGrayStrokeColor()
700 static PyObject *CGContextRefObj_CGContextSetRGBFillColor(CGContextRefObject *_self, PyObject *_arg… in CGContextRefObj_CGContextSetRGBFillColor()
723 static PyObject *CGContextRefObj_CGContextSetRGBStrokeColor(CGContextRefObject *_self, PyObject *_a… in CGContextRefObj_CGContextSetRGBStrokeColor()
746 static PyObject *CGContextRefObj_CGContextSetCMYKFillColor(CGContextRefObject *_self, PyObject *_ar… in CGContextRefObj_CGContextSetCMYKFillColor()
772 static PyObject *CGContextRefObj_CGContextSetCMYKStrokeColor(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_CGContextSetCMYKStrokeColor()
798 static PyObject *CGContextRefObj_CGContextGetInterpolationQuality(CGContextRefObject *_self, PyObje… in CGContextRefObj_CGContextGetInterpolationQuality()
810 static PyObject *CGContextRefObj_CGContextSetInterpolationQuality(CGContextRefObject *_self, PyObje… in CGContextRefObj_CGContextSetInterpolationQuality()
824 static PyObject *CGContextRefObj_CGContextSetCharacterSpacing(CGContextRefObject *_self, PyObject *… in CGContextRefObj_CGContextSetCharacterSpacing()
838 static PyObject *CGContextRefObj_CGContextSetTextPosition(CGContextRefObject *_self, PyObject *_arg… in CGContextRefObj_CGContextSetTextPosition()
855 static PyObject *CGContextRefObj_CGContextGetTextPosition(CGContextRefObject *_self, PyObject *_arg… in CGContextRefObj_CGContextGetTextPosition()
867 static PyObject *CGContextRefObj_CGContextSetTextMatrix(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetTextMatrix()
881 static PyObject *CGContextRefObj_CGContextGetTextMatrix(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextGetTextMatrix()
893 static PyObject *CGContextRefObj_CGContextSetTextDrawingMode(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_CGContextSetTextDrawingMode()
907 static PyObject *CGContextRefObj_CGContextSetFontSize(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetFontSize()
921 static PyObject *CGContextRefObj_CGContextSelectFont(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSelectFont()
941 static PyObject *CGContextRefObj_CGContextShowText(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextShowText()
958 static PyObject *CGContextRefObj_CGContextShowTextAtPoint(CGContextRefObject *_self, PyObject *_arg… in CGContextRefObj_CGContextShowTextAtPoint()
981 static PyObject *CGContextRefObj_CGContextEndPage(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextEndPage()
992 static PyObject *CGContextRefObj_CGContextFlush(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextFlush()
1003 static PyObject *CGContextRefObj_CGContextSynchronize(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSynchronize()
1014 static PyObject *CGContextRefObj_CGContextSetShouldAntialias(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_CGContextSetShouldAntialias()
1029 static PyObject *CGContextRefObj_SyncCGContextOriginWithPort(CGContextRefObject *_self, PyObject *_… in CGContextRefObj_SyncCGContextOriginWithPort()
1043 static PyObject *CGContextRefObj_ClipCGContextToRegion(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_ClipCGContextToRegion()
1207 ((CGContextRefObject *)_self)->ob_itself = itself; in CGContextRefObj_tp_new()
1218 sizeof(CGContextRefObject), /*tp_basicsize*/