Lines Matching refs:PDFOutDev
384 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont()
419 void PDFOutDev::writeFontFile( GfxFont* gfxFont ) const in writeFontFile()
439 void PDFOutDev::printPath( GfxPath* pPath ) const in printPath()
459 PDFOutDev::PDFOutDev( PDFDoc* pDoc ) : in PDFOutDev() function in pdfi::PDFOutDev
466 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state, XRef* /*xref*/) in startPage()
474 void PDFOutDev::endPage() in endPage()
479 void PDFOutDev::processLink(AnnotLink* link) in processLink()
502 void PDFOutDev::saveState(GfxState*) in saveState()
507 void PDFOutDev::restoreState(GfxState*) in restoreState()
512 void PDFOutDev::setDefaultCTM(double *pMat) in setDefaultCTM()
527 void PDFOutDev::updateCTM(GfxState* state, in updateCTM()
546 void PDFOutDev::updateLineDash(GfxState *state) in updateLineDash()
563 void PDFOutDev::updateFlatness(GfxState *state) in updateFlatness()
569 void PDFOutDev::updateLineJoin(GfxState *state) in updateLineJoin()
575 void PDFOutDev::updateLineCap(GfxState *state) in updateLineCap()
581 void PDFOutDev::updateMiterLimit(GfxState *state) in updateMiterLimit()
587 void PDFOutDev::updateLineWidth(GfxState *state) in updateLineWidth()
593 void PDFOutDev::updateFillColor(GfxState *state) in updateFillColor()
607 void PDFOutDev::updateStrokeColor(GfxState *state) in updateStrokeColor()
621 void PDFOutDev::updateFillOpacity(GfxState *state) in updateFillOpacity()
626 void PDFOutDev::updateStrokeOpacity(GfxState *state) in updateStrokeOpacity()
631 void PDFOutDev::updateBlendMode(GfxState*) in updateBlendMode()
635 void PDFOutDev::updateFont(GfxState *state) in updateFont()
681 void PDFOutDev::updateRender(GfxState *state) in updateRender()
688 void PDFOutDev::stroke(GfxState *state) in stroke()
697 void PDFOutDev::fill(GfxState *state) in fill()
706 void PDFOutDev::eoFill(GfxState *state) in eoFill()
715 void PDFOutDev::clip(GfxState *state) in clip()
724 void PDFOutDev::eoClip(GfxState *state) in eoClip()
752 void PDFOutDev::drawChar(GfxState *state, double x, double y, in drawChar()
803 void PDFOutDev::drawString(GfxState*, GooString* /*s*/) in drawString()
808 void PDFOutDev::endTextObject(GfxState*) in endTextObject()
813 void PDFOutDev::drawImageMask(GfxState* pState, Object*, Stream* str, in drawImageMask()
839 void PDFOutDev::drawImage(GfxState*, Object*, Stream* str, in drawImage()
884 void PDFOutDev::drawMaskedImage(GfxState*, Object*, Stream* str, in drawMaskedImage()
907 void PDFOutDev::drawSoftMaskedImage(GfxState*, Object*, Stream* str, in drawSoftMaskedImage()
930 void PDFOutDev::setPageNum( int nNumPages ) in setPageNum()