Searched refs:ye (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_span_interpolator_persp.h153 void resynchronize(double xe, double ye, unsigned len) argument
161 double yt = ye;
173 dy -= ye;
181 dy -= ye;
379 void resynchronize(double xe, double ye, unsigned len) argument
389 double yt = ye;
403 dy -= ye;
411 dy -= ye;
H A Dagg_span_interpolator_linear.h76 void resynchronize(double xe, double ye, unsigned len) argument
78 m_trans->transform(&xe, &ye);
80 m_li_y = dda2_line_interpolator(m_li_y.y(), iround(ye * subpixel_scale), len);
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp728 double ye = sinPhi * rx * cosTheta2 + cosPhi * ry * sinTheta2 + cy; local
737 controlPoints[1].Set((float)(xe + dxe), (float)(ye + dye));
738 controlPoints[2].Set((float)xe, (float)ye );
744 y1 = (float)ye;

Completed in 62 milliseconds