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

/inkscape/src/extension/internal/
H A Dwmf-print.h74 int create_pen(SPStyle const *style, const Geom::Affine &transform);
H A Demf-print.h83 int create_pen(SPStyle const *style, const Geom::Affine &transform);
H A Dmetafile-print.h112 virtual int create_pen(SPStyle const *style, const Geom::Affine &transform) = 0;
H A Dwmf-print.cpp526 int PrintWmf::create_pen(SPStyle const *style, const Geom::Affine &transform) function in class:Inkscape::Extension::Internal::PrintWmf
589 g_error("Fatal programming error in PrintWmf::create_pen at wmiterlimit_set");
610 g_error("Fatal programming error in PrintWmf::create_pen at wcreatepenindirect_set");
615 g_error("Fatal programming error in PrintWmf::create_pen at wselectobject_set");
803 Inkscape was not calling create_pen for objects with no border.
850 if (create_pen(style, tf)) {
H A Demf-print.cpp535 int PrintEmf::create_pen(SPStyle const *style, const Geom::Affine &transform) function in class:Inkscape::Extension::Internal::PrintEmf
595 g_error("Fatal programming error in PrintEmf::create_pen at U_EMRSETBKCOLOR_set");
599 g_error("Fatal programming error in PrintEmf::create_pen at U_EMRSETBKMODE_set");
740 g_error("Fatal programming error in PrintEmf::create_pen at extcreatepen_set");
752 g_error("Fatal programming error in PrintEmf::create_pen at selectobject_set");
765 g_error("Fatal programming error in PrintEmf::create_pen at U_EMRSETMITERLIMIT_set");
1385 Inkscape was not calling create_pen for objects with no border.
1433 if (create_pen(style, tf)) {

Completed in 28 milliseconds