Lines Matching refs:aContext
247 FileEmitContext aContext( pOutFile, pInFile, pPDFFile ); in write_unzipFile() local
248 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_unzipFile()
249 pPDFFile->emit(aContext); in write_unzipFile()
278 FileEmitContext aContext( aOutStream.getStr(), pInFile, pPDFFile ); in write_addStreamArray() local
279 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_addStreamArray()
280 pObject->writeStream( aContext, pPDFFile ); in write_addStreamArray()
395 FileEmitContext aContext( aOutStream.getStr(), i_pInFile, i_pPDFFile ); in write_fonts() local
396 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_fonts()
397 pStream->writeStream( aContext, i_pPDFFile ); in write_fonts()
424 FileEmitContext aContext( aOutStream.getStr(), i_pInFile, i_pPDFFile ); in write_objects() local
425 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_objects()
426 pStream->writeStream( aContext, i_pPDFFile ); in write_objects()