Lines Matching refs:PDFOutDev
385 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont()
422 void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const in writeFontFile()
442 void PDFOutDev::printPath( GfxPath* pPath ) const in printPath()
462 PDFOutDev::PDFOutDev( PDFDoc* pDoc ) : in PDFOutDev() function in pdfi::PDFOutDev
469 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state) in startPage()
477 void PDFOutDev::endPage() in endPage()
482 void PDFOutDev::processLink(Link* link, Catalog*) in processLink()
505 void PDFOutDev::saveState(GfxState*) in saveState()
510 void PDFOutDev::restoreState(GfxState*) in restoreState()
515 void PDFOutDev::setDefaultCTM(double *pMat) in setDefaultCTM()
530 void PDFOutDev::updateCTM(GfxState* state, in updateCTM()
549 void PDFOutDev::updateLineDash(GfxState *state) in updateLineDash()
566 void PDFOutDev::updateFlatness(GfxState *state) in updateFlatness()
572 void PDFOutDev::updateLineJoin(GfxState *state) in updateLineJoin()
578 void PDFOutDev::updateLineCap(GfxState *state) in updateLineCap()
584 void PDFOutDev::updateMiterLimit(GfxState *state) in updateMiterLimit()
590 void PDFOutDev::updateLineWidth(GfxState *state) in updateLineWidth()
596 void PDFOutDev::updateFillColor(GfxState *state) in updateFillColor()
610 void PDFOutDev::updateStrokeColor(GfxState *state) in updateStrokeColor()
624 void PDFOutDev::updateFillOpacity(GfxState *state) in updateFillOpacity()
629 void PDFOutDev::updateStrokeOpacity(GfxState *state) in updateStrokeOpacity()
634 void PDFOutDev::updateBlendMode(GfxState*) in updateBlendMode()
638 void PDFOutDev::updateFont(GfxState *state) in updateFont()
684 void PDFOutDev::updateRender(GfxState *state) in updateRender()
691 void PDFOutDev::stroke(GfxState *state) in stroke()
700 void PDFOutDev::fill(GfxState *state) in fill()
709 void PDFOutDev::eoFill(GfxState *state) in eoFill()
718 void PDFOutDev::clip(GfxState *state) in clip()
727 void PDFOutDev::eoClip(GfxState *state) in eoClip()
755 void PDFOutDev::drawChar(GfxState *state, double x, double y, in drawChar()
806 void PDFOutDev::drawString(GfxState*, GooString* /*s*/) in drawString()
811 void PDFOutDev::endTextObject(GfxState*) in endTextObject()
816 void PDFOutDev::drawImageMask(GfxState* pState, Object*, Stream* str, in drawImageMask()
842 void PDFOutDev::drawImage(GfxState*, Object*, Stream* str, in drawImage()
887 void PDFOutDev::drawMaskedImage(GfxState*, Object*, Stream* str, in drawMaskedImage()
910 void PDFOutDev::drawSoftMaskedImage(GfxState*, Object*, Stream* str, in drawSoftMaskedImage()
933 void PDFOutDev::setPageNum( int nNumPages ) in setPageNum()