Home | History | Annotate | Download | only in hwc

Lines Matching refs:x_to

694 static inline void m_scale(float m[2][3], int x_from, int x_to, int y_from, int y_to)
696 m_scale1(m[0], x_from, x_to);