Lines Matching defs:state
466 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state, XRef* /*xref*/) in startPage()
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()
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()