Searched refs:restore (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/display/
H A Ddrawing-context.cpp38 _dc->restore();
45 _dc->restore();
H A Ddrawing-context.h47 void restore() { cairo_restore(_ct); } function in class:Inkscape::DrawingContext
/inkscape/share/extensions/ink2canvas/
H A Dcanvas.py186 def restore(self): member in class:Canvas
187 self.write("ctx.restore();")
H A Dsvg.py140 self.ctx.restore()
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2051 cr->restore();
2089 cr->restore();
2118 cr->restore();
2154 cr->restore();
2187 cr->restore();
2205 cr->restore();
2290 cr->restore();
2308 cr->restore();
/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 70 milliseconds