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

/inkscape/src/extension/internal/
H A Demf-inout.h211 static uint32_t add_gradient(PEMF_CALLBACK_DATA d, uint32_t gradientType, U_TRIVERTEX tv1, U_TRIVERTEX tv2);
H A Demf-inout.cpp642 uint32_t Emf::add_gradient(PEMF_CALLBACK_DATA d, uint32_t gradientType, U_TRIVERTEX tv1, U_TRIVERTEX tv2){ argument
650 U_COLORREF gradientColor1 = trivertex_to_colorref(tv1);
690 stmp << pix_to_x_point(d, tv1.x , tv1.y);
692 stmp << pix_to_y_point(d, tv1.x , tv1.y);
695 stmp << pix_to_x_point(d, tv2.x , tv1.y);
697 stmp << pix_to_y_point(d, tv2.x , tv1.y);
700 stmp << pix_to_x_point(d, tv1.x , tv2.y);
702 stmp << pix_to_y_point(d, tv1
[all...]

Completed in 19 milliseconds