Searched refs:CGContextRefObject (Results 1 – 1 of 1) sorted by relevance
100 typedef struct CGContextRefObject { struct103 } CGContextRefObject; typedef107 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()[all …]