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

/inkscape/src/extension/internal/
H A Dwmf-print.h73 void destroy_brush();
H A Demf-print.h82 void destroy_brush();
H A Dmetafile-print.h111 virtual void destroy_brush() = 0;
H A Dwmf-print.cpp278 destroy_brush(); // make this brush active
487 hbrush = brush; // need this later for destroy_brush
505 void PrintWmf::destroy_brush() function in class:Inkscape::Extension::Internal::PrintWmf
512 g_error("Fatal programming error in PrintWmf::destroy_brush");
521 g_error("Fatal programming error in PrintWmf::destroy_brush");
1315 destroy_brush();
H A Demf-print.cpp497 hbrush = brush; // need this later for destroy_brush
515 void PrintEmf::destroy_brush() function in class:Inkscape::Extension::Internal::PrintEmf
523 g_error("Fatal programming error in PrintEmf::destroy_brush at selectobject_set");
528 g_error("Fatal programming error in PrintEmf::destroy_brush");
1926 destroy_brush(); // these must be cleared even if nothing is drawn or hbrush,hpen fill up
1956 destroy_brush();

Completed in 27 milliseconds