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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmetafile.cpp60 CGPDFDocumentRef GetPDFDocument() const { return m_pdfDoc; }
73 wxCFRef<CGPDFDocumentRef> m_pdfDoc; member in class:wxMetafileRefData
111 m_pdfDoc.reset(CGPDFDocumentCreateWithURL(url));
202 m_pdfDoc.reset(CGPDFDocumentCreateWithProvider(provider));
203 if ( m_pdfDoc != NULL )
205 CGPDFPageRef page = CGPDFDocumentGetPage( m_pdfDoc, 1 );

Completed in 28 milliseconds