Searched refs:ClipHistoryEntry (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp262 // ClipHistoryEntry
265 class ClipHistoryEntry { class
268 ClipHistoryEntry(GfxPath *clipPath = NULL, GfxClipType clipType = clipNormal);
269 virtual ~ClipHistoryEntry();
272 ClipHistoryEntry *save();
273 ClipHistoryEntry *restore();
281 ClipHistoryEntry *saved; // next clip path on stack
286 ClipHistoryEntry(ClipHistoryEntry *other);
314 clipHistory(new ClipHistoryEntry()),
3343 ClipHistoryEntry::ClipHistoryEntry(GfxPath *clipPathA, GfxClipType clipTypeA) : function in class:ClipHistoryEntry
3393 ClipHistoryEntry::ClipHistoryEntry(ClipHistoryEntry *other) { function in class:ClipHistoryEntry
[all...]
H A Dpdf-parser.h61 class ClipHistoryEntry;
178 ClipHistoryEntry *clipHistory; // clip path stack

Completed in 19 milliseconds