Searched refs:m_aJPGs (Results 1 – 2 of 2) sorted by relevance
2521 for( std::list<JPGEmit>::iterator jpeg = m_aJPGs.begin(); jpeg != m_aJPGs.end(); ++jpeg ) in endPage()10005 for( it = m_aJPGs.begin(); it != m_aJPGs.end() && ! (aID == it->m_aID); ++it ) in drawJPGBitmap()10007 if( it == m_aJPGs.end() ) in drawJPGBitmap()10009 m_aJPGs.push_front( JPGEmit() ); in drawJPGBitmap()10010 JPGEmit& rEmit = m_aJPGs.front(); in drawJPGBitmap()10018 it = m_aJPGs.begin(); in drawJPGBitmap()
602 std::list<JPGEmit> m_aJPGs; member in vcl::PDFWriterImpl
Completed in 64 milliseconds