Home
last modified time | relevance | path

Searched refs:GfxState (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx186 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 …]
H A Dpdfioutdev_gpl.cxx502 void PDFOutDev::saveState(GfxState*) in saveState() argument
507 void PDFOutDev::restoreState(GfxState*) in restoreState() argument
527 void PDFOutDev::updateCTM(GfxState* state, in updateCTM()
631 void PDFOutDev::updateBlendMode(GfxState*) in updateBlendMode() argument
635 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 27 milliseconds