Searched defs:destroy_pen (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-print.cpp270 destroy_pen(); // make this pen active
617 hpen = pen; // need this later for destroy_pen
623 void PrintWmf::destroy_pen() function in class:Inkscape::Extension::Internal::PrintWmf
630 g_error("Fatal programming error in PrintWmf::destroy_pen");
639 g_error("Fatal programming error in PrintWmf::destroy_pen");
668 destroy_pen(); //this sets the NULL_PEN, otherwise gradient slices may display with boundaries, see longer explanation below
810 destroy_pen(); //this sets the NULL_PEN
1318 destroy_pen();
H A Demf-print.cpp754 hpen = pen; // need this later for destroy_pen
776 void PrintEmf::destroy_pen() function in class:Inkscape::Extension::Internal::PrintEmf
784 g_error("Fatal programming error in PrintEmf::destroy_pen at selectobject_set");
789 g_error("Fatal programming error in PrintEmf::destroy_pen");
1160 destroy_pen(); //this sets the NULL_PEN, otherwise gradient slices may display with boundaries, see longer explanation below
1392 destroy_pen(); //this sets the NULL_PEN
1929 destroy_pen();
1959 destroy_pen();

Completed in 1521 milliseconds