Home | History | Annotate | Download | only in cg

Lines Matching refs:ob_itself

102     CGContextRef ob_itself;
110 it->ob_itself = itself;
121 *p_itself = ((CGContextRefObject *)v)->ob_itself;
127 CGContextRelease(self->ob_itself);
136 CGContextSaveGState(_self->ob_itself);
147 CGContextRestoreGState(_self->ob_itself);
162 CGContextScaleCTM(_self->ob_itself,
179 CGContextTranslateCTM(_self->ob_itself,
194 CGContextRotateCTM(_self->ob_itself,
208 CGContextConcatCTM(_self->ob_itself,
221 _rv = CGContextGetCTM(_self->ob_itself);
234 CGContextSetLineWidth(_self->ob_itself,
248 CGContextSetLineCap(_self->ob_itself,
262 CGContextSetLineJoin(_self->ob_itself,
276 CGContextSetMiterLimit(_self->ob_itself,
290 CGContextSetFlatness(_self->ob_itself,
304 CGContextSetAlpha(_self->ob_itself,
316 CGContextBeginPath(_self->ob_itself);
331 CGContextMoveToPoint(_self->ob_itself,
348 CGContextAddLineToPoint(_self->ob_itself,
373 CGContextAddCurveToPoint(_self->ob_itself,
398 CGContextAddQuadCurveToPoint(_self->ob_itself,
413 CGContextClosePath(_self->ob_itself);
426 CGContextAddRect(_self->ob_itself,
450 CGContextAddArc(_self->ob_itself,
477 CGContextAddArcToPoint(_self->ob_itself,
494 _rv = CGContextIsPathEmpty(_self->ob_itself);
506 _rv = CGContextGetPathCurrentPoint(_self->ob_itself);
518 _rv = CGContextGetPathBoundingBox(_self->ob_itself);
531 CGContextDrawPath(_self->ob_itself,
543 CGContextFillPath(_self->ob_itself);
554 CGContextEOFillPath(_self->ob_itself);
565 CGContextStrokePath(_self->ob_itself);
578 CGContextFillRect(_self->ob_itself,
592 CGContextStrokeRect(_self->ob_itself,
608 CGContextStrokeRectWithWidth(_self->ob_itself,
623 CGContextClearRect(_self->ob_itself,
635 CGContextClip(_self->ob_itself);
646 CGContextEOClip(_self->ob_itself);
659 CGContextClipToRect(_self->ob_itself,
675 CGContextSetGrayFillColor(_self->ob_itself,
692 CGContextSetGrayStrokeColor(_self->ob_itself,
713 CGContextSetRGBFillColor(_self->ob_itself,
736 CGContextSetRGBStrokeColor(_self->ob_itself,
761 CGContextSetCMYKFillColor(_self->ob_itself,
787 CGContextSetCMYKStrokeColor(_self->ob_itself,
804 _rv = CGContextGetInterpolationQuality(_self->ob_itself);
817 CGContextSetInterpolationQuality(_self->ob_itself,
831 CGContextSetCharacterSpacing(_self->ob_itself,
847 CGContextSetTextPosition(_self->ob_itself,
861 _rv = CGContextGetTextPosition(_self->ob_itself);
874 CGContextSetTextMatrix(_self->ob_itself,
887 _rv = CGContextGetTextMatrix(_self->ob_itself);
900 CGContextSetTextDrawingMode(_self->ob_itself,
914 CGContextSetFontSize(_self->ob_itself,
932 CGContextSelectFont(_self->ob_itself,
951 CGContextShowText(_self->ob_itself,
972 CGContextShowTextAtPoint(_self->ob_itself,
986 CGContextEndPage(_self->ob_itself);
997 CGContextFlush(_self->ob_itself);
1008 CGContextSynchronize(_self->ob_itself);
1021 CGContextSetShouldAntialias(_self->ob_itself,
1036 SyncCGContextOriginWithPort(_self->ob_itself,
1052 ClipCGContextToRegion(_self->ob_itself,
1207 ((CGContextRefObject *)_self)->ob_itself = itself;