Home | History | Annotate | Download | only in cg

Lines Matching refs:PyObject

20 extern int GrafObj_Convert(PyObject *, GrafPtr *);
26 PyObject *CGPoint_New(CGPoint *itself)
35 CGPoint_Convert(PyObject *v, CGPoint *p_itself)
44 PyObject *CGRect_New(CGRect *itself)
55 CGRect_Convert(PyObject *v, CGRect *p_itself)
66 PyObject *CGAffineTransform_New(CGAffineTransform *itself)
79 CGAffineTransform_Convert(PyObject *v, CGAffineTransform *p_itself)
92 static PyObject *CG_Error;
105 PyObject *CGContextRefObj_New(CGContextRef itself)
111 return (PyObject *)it;
114 int CGContextRefObj_Convert(PyObject *v, CGContextRef *p_itself)
128 self->ob_type->tp_free((PyObject *)self);
131 static PyObject *CGContextRefObj_CGContextSaveGState(CGContextRefObject *_self, PyObject *_args)
133 PyObject *_res = NULL;
142 static PyObject *CGContextRefObj_CGContextRestoreGState(CGContextRefObject *_self, PyObject *_args)
144 PyObject *_res = NULL;
153 static PyObject *CGContextRefObj_CGContextScaleCTM(CGContextRefObject *_self, PyObject *_args)
155 PyObject *_res = NULL;
170 static PyObject *CGContextRefObj_CGContextTranslateCTM(CGContextRefObject *_self, PyObject *_args)
172 PyObject *_res = NULL;
187 static PyObject *CGContextRefObj_CGContextRotateCTM(CGContextRefObject *_self, PyObject *_args)
189 PyObject *_res = NULL;
201 static PyObject *CGContextRefObj_CGContextConcatCTM(CGContextRefObject *_self, PyObject *_args)
203 PyObject *_res = NULL;
215 static PyObject *CGContextRefObj_CGContextGetCTM(CGContextRefObject *_self, PyObject *_args)
217 PyObject *_res = NULL;
227 static PyObject *CGContextRefObj_CGContextSetLineWidth(CGContextRefObject *_self, PyObject *_args)
229 PyObject *_res = NULL;
241 static PyObject *CGContextRefObj_CGContextSetLineCap(CGContextRefObject *_self, PyObject *_args)
243 PyObject *_res = NULL;
255 static PyObject *CGContextRefObj_CGContextSetLineJoin(CGContextRefObject *_self, PyObject *_args)
257 PyObject *_res = NULL;
269 static PyObject *CGContextRefObj_CGContextSetMiterLimit(CGContextRefObject *_self, PyObject *_args)
271 PyObject *_res = NULL;
283 static PyObject *CGContextRefObj_CGContextSetFlatness(CGContextRefObject *_self, PyObject *_args)
285 PyObject *_res = NULL;
297 static PyObject *CGContextRefObj_CGContextSetAlpha(CGContextRefObject *_self, PyObject *_args)
299 PyObject *_res = NULL;
311 static PyObject *CGContextRefObj_CGContextBeginPath(CGContextRefObject *_self, PyObject *_args)
313 PyObject *_res = NULL;
322 static PyObject *CGContextRefObj_CGContextMoveToPoint(CGContextRefObject *_self, PyObject *_args)
324 PyObject *_res = NULL;
339 static PyObject *CGContextRefObj_CGContextAddLineToPoint(CGContextRefObject *_self, PyObject *_args)
341 PyObject *_res = NULL;
356 static PyObject *CGContextRefObj_CGContextAddCurveToPoint(CGContextRefObject *_self, PyObject *_args)
358 PyObject *_res = NULL;
385 static PyObject *CGContextRefObj_CGContextAddQuadCurveToPoint(CGContextRefObject *_self, PyObject *_args)
387 PyObject *_res = NULL;
408 static PyObject *CGContextRefObj_CGContextClosePath(CGContextRefObject *_self, PyObject *_args)
410 PyObject *_res = NULL;
419 static PyObject *CGContextRefObj_CGContextAddRect(CGContextRefObject *_self, PyObject *_args)
421 PyObject *_res = NULL;
433 static PyObject *CGContextRefObj_CGContextAddArc(CGContextRefObject *_self, PyObject *_args)
435 PyObject *_res = NULL;
462 static PyObject *CGContextRefObj_CGContextAddArcToPoint(CGContextRefObject *_self, PyObject *_args)
464 PyObject *_res = NULL;
488 static PyObject *CGContextRefObj_CGContextIsPathEmpty(CGContextRefObject *_self, PyObject *_args)
490 PyObject *_res = NULL;
500 static PyObject *CGContextRefObj_CGContextGetPathCurrentPoint(CGContextRefObject *_self, PyObject *_args)
502 PyObject *_res = NULL;
512 static PyObject *CGContextRefObj_CGContextGetPathBoundingBox(CGContextRefObject *_self, PyObject *_args)
514 PyObject *_res = NULL;
524 static PyObject *CGContextRefObj_CGContextDrawPath(CGContextRefObject *_self, PyObject *_args)
526 PyObject *_res = NULL;
538 static PyObject *CGContextRefObj_CGContextFillPath(CGContextRefObject *_self, PyObject *_args)
540 PyObject *_res = NULL;
549 static PyObject *CGContextRefObj_CGContextEOFillPath(CGContextRefObject *_self, PyObject *_args)
551 PyObject *_res = NULL;
560 static PyObject *CGContextRefObj_CGContextStrokePath(CGContextRefObject *_self, PyObject *_args)
562 PyObject *_res = NULL;
571 static PyObject *CGContextRefObj_CGContextFillRect(CGContextRefObject *_self, PyObject *_args)
573 PyObject *_res = NULL;
585 static PyObject *CGContextRefObj_CGContextStrokeRect(CGContextRefObject *_self, PyObject *_args)
587 PyObject *_res = NULL;
599 static PyObject *CGContextRefObj_CGContextStrokeRectWithWidth(CGContextRefObject *_self, PyObject *_args)
601 PyObject *_res = NULL;
616 static PyObject *CGContextRefObj_CGContextClearRect(CGContextRefObject *_self, PyObject *_args)
618 PyObject *_res = NULL;
630 static PyObject *CGContextRefObj_CGContextClip(CGContextRefObject *_self, PyObject *_args)
632 PyObject *_res = NULL;
641 static PyObject *CGContextRefObj_CGContextEOClip(CGContextRefObject *_self, PyObject *_args)
643 PyObject *_res = NULL;
652 static PyObject *CGContextRefObj_CGContextClipToRect(CGContextRefObject *_self, PyObject *_args)
654 PyObject *_res = NULL;
666 static PyObject *CGContextRefObj_CGContextSetGrayFillColor(CGContextRefObject *_self, PyObject *_args)
668 PyObject *_res = NULL;
683 static PyObject *CGContextRefObj_CGContextSetGrayStrokeColor(CGContextRefObject *_self, PyObject *_args)
685 PyObject *_res = NULL;
700 static PyObject *CGContextRefObj_CGContextSetRGBFillColor(CGContextRefObject *_self, PyObject *_args)
702 PyObject *_res = NULL;
723 static PyObject *CGContextRefObj_CGContextSetRGBStrokeColor(CGContextRefObject *_self, PyObject *_args)
725 PyObject *_res = NULL;
746 static PyObject *CGContextRefObj_CGContextSetCMYKFillColor(CGContextRefObject *_self, PyObject *_args)
748 PyObject *_res = NULL;
772 static PyObject *CGContextRefObj_CGContextSetCMYKStrokeColor(CGContextRefObject *_self, PyObject *_args)
774 PyObject *_res = NULL;
798 static PyObject *CGContextRefObj_CGContextGetInterpolationQuality(CGContextRefObject *_self, PyObject *_args)
800 PyObject *_res = NULL;
810 static PyObject *CGContextRefObj_CGContextSetInterpolationQuality(CGContextRefObject *_self, PyObject *_args)
812 PyObject *_res = NULL;
824 static PyObject *CGContextRefObj_CGContextSetCharacterSpacing(CGContextRefObject *_self, PyObject *_args)
826 PyObject *_res = NULL;
838 static PyObject *CGContextRefObj_CGContextSetTextPosition(CGContextRefObject *_self, PyObject *_args)
840 PyObject *_res = NULL;
855 static PyObject *CGContextRefObj_CGContextGetTextPosition(CGContextRefObject *_self, PyObject *_args)
857 PyObject *_res = NULL;
867 static PyObject *CGContextRefObj_CGContextSetTextMatrix(CGContextRefObject *_self, PyObject *_args)
869 PyObject *_res = NULL;
881 static PyObject *CGContextRefObj_CGContextGetTextMatrix(CGContextRefObject *_self, PyObject *_args)
883 PyObject *_res = NULL;
893 static PyObject *CGContextRefObj_CGContextSetTextDrawingMode(CGContextRefObject *_self, PyObject *_args)
895 PyObject *_res = NULL;
907 static PyObject *CGContextRefObj_CGContextSetFontSize(CGContextRefObject *_self, PyObject *_args)
909 PyObject *_res = NULL;
921 static PyObject *CGContextRefObj_CGContextSelectFont(CGContextRefObject *_self, PyObject *_args)
923 PyObject *_res = NULL;
941 static PyObject *CGContextRefObj_CGContextShowText(CGContextRefObject *_self, PyObject *_args)
943 PyObject *_res = NULL;
958 static PyObject *CGContextRefObj_CGContextShowTextAtPoint(CGContextRefObject *_self, PyObject *_args)
960 PyObject *_res = NULL;
981 static PyObject *CGContextRefObj_CGContextEndPage(CGContextRefObject *_self, PyObject *_args)
983 PyObject *_res = NULL;
992 static PyObject *CGContextRefObj_CGContextFlush(CGContextRefObject *_self, PyObject *_args)
994 PyObject *_res = NULL;
1003 static PyObject *CGContextRefObj_CGContextSynchronize(CGContextRefObject *_self, PyObject *_args)
1005 PyObject *_res = NULL;
1014 static PyObject *CGContextRefObj_CGContextSetShouldAntialias(CGContextRefObject *_self, PyObject *_args)
1016 PyObject *_res = NULL;
1029 static PyObject *CGContextRefObj_SyncCGContextOriginWithPort(CGContextRefObject *_self, PyObject *_args)
1031 PyObject *_res = NULL;
1043 static PyObject *CGContextRefObj_ClipCGContextToRegion(CGContextRefObject *_self, PyObject *_args)
1045 PyObject *_res = NULL;
1199 static PyObject *CGContextRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds)
1201 PyObject *_self;
1262 static PyObject *CG_CreateCGContextForPort(PyObject *_self, PyObject *_args)
1264 PyObject *_res = NULL;
1294 PyObject *m;
1295 PyObject *d;
1309 PyModule_AddObject(m, "CGContextRef", (PyObject *)&CGContextRef_Type);
1312 PyModule_AddObject(m, "CGContextRefType", (PyObject *)&CGContextRef_Type);