Lines Matching refs:tv1
642 uint32_t Emf::add_gradient(PEMF_CALLBACK_DATA d, uint32_t gradientType, U_TRIVERTEX tv1, U_TRIVERTEX tv2){
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.x , tv2.y);