Lines Matching refs:GfxState

385 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const  in parseFont()
469 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state) in startPage()
505 void PDFOutDev::saveState(GfxState*) in saveState() argument
510 void PDFOutDev::restoreState(GfxState*) in restoreState() argument
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() argument
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() argument
811 void PDFOutDev::endTextObject(GfxState*) in endTextObject() argument
816 void PDFOutDev::drawImageMask(GfxState* pState, Object*, Stream* str, in drawImageMask()
842 void PDFOutDev::drawImage(GfxState*, Object*, Stream* str, in drawImage() argument
887 void PDFOutDev::drawMaskedImage(GfxState*, Object*, Stream* str, in drawMaskedImage() argument
910 void PDFOutDev::drawSoftMaskedImage(GfxState*, Object*, Stream* str, in drawSoftMaskedImage() argument