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

/inkscape/src/extension/internal/
H A Dwmf-print.h35 bool print_simple_shape (Geom::PathVector const &pathv, const Geom::Affine &transform);
H A Demf-print.h35 bool print_simple_shape (Geom::PathVector const &pathv, const Geom::Affine &transform);
H A Dwmf-print.cpp914 bool PrintWmf::print_simple_shape(Geom::PathVector const &pathv, const Geom::Affine &transform) function in class:Inkscape::Extension::Internal::PrintWmf
1071 g_error("Fatal programming error in PrintWmf::print_simple_shape at retangle/ellipse/polygon");
1177 simple_shape = print_simple_shape(pathv, transform);
H A Demf-print.cpp1497 bool PrintEmf::print_simple_shape(Geom::PathVector const &pathv, const Geom::Affine &transform) function in class:Inkscape::Extension::Internal::PrintEmf
1638 g_error("Fatal programming error in PrintEmf::print_simple_shape at selectobject_set pen");
1643 g_error("Fatal programming error in PrintEmf::print_simple_shape at selectobject_set brush");
1667 g_error("Fatal programming error in PrintEmf::print_simple_shape at retangle/ellipse/polygon");
1676 g_error("Fatal programming error in PrintEmf::print_simple_shape at selectobject_set pen");
1681 g_error("Fatal programming error in PrintEmf::print_simple_shape at selectobject_set brush");
1923 simple_shape = print_simple_shape(pathv, tf);

Completed in 69 milliseconds