Searched refs:GfxState (Results 1 – 2 of 2) sorted by relevance
186 virtual void saveState(GfxState *state);187 virtual void restoreState(GfxState *state);196 virtual void updateLineCap(GfxState *state);206 virtual void updateFont(GfxState *state);209 virtual void updateRender(GfxState *state);217 virtual void stroke(GfxState *state);218 virtual void fill(GfxState *state);219 virtual void eoFill(GfxState *state);222 virtual void clip(GfxState *state);223 virtual void eoClip(GfxState *state);[all …]
502 void PDFOutDev::saveState(GfxState*) in saveState() argument507 void PDFOutDev::restoreState(GfxState*) in restoreState() argument527 void PDFOutDev::updateCTM(GfxState* state, in updateCTM()631 void PDFOutDev::updateBlendMode(GfxState*) in updateBlendMode() argument635 void PDFOutDev::updateFont(GfxState *state) in updateFont()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()[all …]
Completed in 26 milliseconds