Searched refs:copyOrigBytes (Results 1 – 5 of 5) sorted by relevance
75 virtual bool copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) throw();177 bool FileEmitContext::copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) throw() in copyOrigBytes() function in FileEmitContext
223 virtual bool copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen );298 bool FileEmitContext::copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) in copyOrigBytes() function in pdfi::FileEmitContext
44 virtual bool copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) = 0;
71 virtual bool copyOrigBytes( unsigned int nOrigOffset, unsigned int nLen ) throw() in copyOrigBytes() function in StringEmitContext
625 return rWriteContext.copyOrigBytes( m_nBeginOffset, m_nEndOffset-m_nBeginOffset ); in emit()
Completed in 47 milliseconds