Searched refs:GfxState (Results 1 – 2 of 2) sorted by relevance
191 virtual void saveState(GfxState *state);192 virtual void restoreState(GfxState *state);201 virtual void updateLineCap(GfxState *state);211 virtual void updateFont(GfxState *state);214 virtual void updateRender(GfxState *state);222 virtual void stroke(GfxState *state);223 virtual void fill(GfxState *state);224 virtual void eoFill(GfxState *state);227 virtual void clip(GfxState *state);228 virtual void eoClip(GfxState *state);[all …]
505 void PDFOutDev::saveState(GfxState*) in saveState() argument510 void PDFOutDev::restoreState(GfxState*) in restoreState() argument530 void PDFOutDev::updateCTM(GfxState* state, in updateCTM()634 void PDFOutDev::updateBlendMode(GfxState*) in updateBlendMode() argument638 void PDFOutDev::updateFont(GfxState *state) in updateFont()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()[all …]
Completed in 23 milliseconds