Lines Matching refs:m_pElFactory
68 m_pElFactory( new ElementFactory() ), in PDFIProcessor()
69 m_pDocument( m_pElFactory->createDocumentElement() ), in PDFIProcessor()
317 …pFrame = m_pElFactory->createFrameElement( m_GlyphsList[0].getCurElement(), getGCId( getTransformG… in processGlyphLine()
319 pPara = m_pElFactory->createParagraphElement( pFrame ); in processGlyphLine()
532 TextElement* pText = m_pElFactory->createTextElement( pPara, in drawCharGlyphs()
617 FrameElement* pFrame = m_pElFactory->createFrameElement( m_pCurElement, nGCId ); in setupImage()
618 ImageElement* pImageElement = m_pElFactory->createImageElement( pFrame, nGCId, nImage ); in setupImage()
676 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in strokePath()
690 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in fillPath()
704 PolyPolyElement* pPoly = m_pElFactory->createPolyPolyElement( in eoFillPath()
744 HyperlinkElement* pLink = m_pElFactory->createHyperlinkElement( in hyperLink()
811 m_pCurPage = m_pElFactory->createPageElement(m_pDocument.get(), nNextPageNr); in startPage()