Searched refs:Pt (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){ argument
978 tv.x = (int32_t) round(Pt[X]);
979 tv.y = (int32_t) round(Pt[Y]);

Completed in 30 milliseconds