Searched refs:_pdfDocument (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DMyView.py11 _pdfDocument = None variable
21 global _pdfDocument
22 _pdfDocument = None
34 if _pdfDocument is None:
50 mediaRect = CGPDFDocumentGetMediaBox(_pdfDocument, 1)
52 CGContextDrawPDFDocument(context, mediaRect, _pdfDocument, 1)
56 global _drawingCommand, _pdfDocument
75 if _pdfDocument:
76 _pdfDocument = None
110 global _pdfDocument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DMyView.py11 _pdfDocument = None variable
21 global _pdfDocument
22 _pdfDocument = None
34 if _pdfDocument is None:
50 mediaRect = CGPDFDocumentGetMediaBox(_pdfDocument, 1)
52 CGContextDrawPDFDocument(context, mediaRect, _pdfDocument, 1)
56 global _drawingCommand, _pdfDocument
75 if _pdfDocument:
76 _pdfDocument = None
110 global _pdfDocument
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DMyView.py11 _pdfDocument = None variable
21 global _pdfDocument
22 _pdfDocument = None
34 if _pdfDocument is None:
50 mediaRect = CGPDFDocumentGetMediaBox(_pdfDocument, 1)
52 CGContextDrawPDFDocument(context, mediaRect, _pdfDocument, 1)
56 global _drawingCommand, _pdfDocument
75 if _pdfDocument:
76 _pdfDocument = None
110 global _pdfDocument
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DMyView.py8 _pdfDocument = None variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DMyView.py8 _pdfDocument = None variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/Quartz2DBasics/
H A DMyView.py8 _pdfDocument = None variable
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKPDFView.mm58 RetainPtr<UIPDFDocument> _pdfDocument;
105 return [_pdfDocument CGDocument];
126 _pdfDocument = adoptNS([[UIPDFDocument alloc] initWithCGPDFDocument:cgPDFDocument.get()]);
229 NSUInteger pageCount = [_pdfDocument numberOfPages];
238 UIPDFPage *page = [_pdfDocument pageAtIndex:pageNumber];

Completed in 93 milliseconds