Home | History | Annotate | Download | only in cg

Lines Matching refs:CGContextRef

94 /* -------------------- Object type CGContextRef -------------------- */
102 CGContextRef ob_itself;
105 PyObject *CGContextRefObj_New(CGContextRef itself)
114 int CGContextRefObj_Convert(PyObject *v, CGContextRef *p_itself)
118 PyErr_SetString(PyExc_TypeError, "CGContextRef required");
1202 CGContextRef itself;
1217 "_CG.CGContextRef", /*tp_name*/
1258 /* ------------------ End object type CGContextRef ------------------ */
1266 CGContextRef ctx;
1284 PyDoc_STR("(CGrafPtr) -> CGContextRef")},
1309 PyModule_AddObject(m, "CGContextRef", (PyObject *)&CGContextRef_Type);