Searched defs:restore (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py186 def restore(self): member in class:Canvas
187 self.write("ctx.restore();")
/inkscape/src/display/
H A Ddrawing-context.h47 void restore() { cairo_restore(_ct); } function in class:Inkscape::DrawingContext
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp273 ClipHistoryEntry *restore();
1672 // restore graphics state
1788 // restore graphics state
2484 // GfxState::restore() does *not* restore the current position,
3111 // restore base matrix
3116 // restore parser
3123 // restore graphics state
3306 clipHistory = clipHistory->restore();
3307 state = state->restore();
3379 ClipHistoryEntry *ClipHistoryEntry::restore() { function in class:ClipHistoryEntry
[all...]

Completed in 30 milliseconds