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

/inkscape/src/extension/internal/
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 24 milliseconds