Searched refs:make_trivertex (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-print.h79 U_TRIVERTEX make_trivertex(Geom::Point Pt, U_COLORREF uc);
H A Demf-print.cpp974 U_TRIVERTEX PrintEmf::make_trivertex(Geom::Point Pt, U_COLORREF uc){ function in class:Inkscape::Extension::Internal::PrintEmf
1303 ut[0] = make_trivertex(outUL, c2);
1304 ut[1] = make_trivertex(outLR, c1);
1307 ut[0] = make_trivertex(outUL, c1);
1308 ut[1] = make_trivertex(outLR, c2);

Completed in 21 milliseconds