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