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

/inkscape/src/extension/internal/
H A Demf-print.cpp993 static SPClipPath *scpActive = NULL; local
995 if(scpActive){ // clear the existing clip
1000 scpActive=NULL;
1020 if(scp != scpActive){ // change or remove the clipping
1021 if(scpActive){ // clear the existing clip
1026 scpActive = NULL;
1056 scpActive = scp; // remember for next time
1069 scpActive = NULL; // no valid path available to draw, so no DC was saved, so no signal to restore

Completed in 23 milliseconds