Searched defs:tv2 (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 642 uint32_t Emf::add_gradient(PEMF_CALLBACK_DATA d, uint32_t gradientType, U_TRIVERTEX tv1, U_TRIVERTEX tv2){ argument 651 U_COLORREF gradientColor2 = trivertex_to_colorref(tv2); 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.x , tv2.y);
|
Completed in 46 milliseconds