Lines Matching refs:GfxState

384 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const  in parseFont()
466 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state, XRef* /*xref*/) in startPage()
502 void PDFOutDev::saveState(GfxState*) in saveState() argument
507 void PDFOutDev::restoreState(GfxState*) in restoreState() argument
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() argument
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() argument
808 void PDFOutDev::endTextObject(GfxState*) in endTextObject() argument
813 void PDFOutDev::drawImageMask(GfxState* pState, Object*, Stream* str, in drawImageMask()
839 void PDFOutDev::drawImage(GfxState*, Object*, Stream* str, in drawImage() argument
884 void PDFOutDev::drawMaskedImage(GfxState*, Object*, Stream* str, in drawMaskedImage() argument
907 void PDFOutDev::drawSoftMaskedImage(GfxState*, Object*, Stream* str, in drawSoftMaskedImage() argument