Searched refs:m_t (Results 1 – 2 of 2) sorted by relevance
19 struct m_t struct22 m_t() { } in m_t() argument33 m_t *test() { in test()34 return new m_t; in test()
220 float m_t; in bezier_point_at() local221 m_t = 1. - t; in bezier_point_at()222 b = m_t * m_t; in bezier_point_at()225 a = b * m_t; in bezier_point_at()227 c *= 3. * m_t; in bezier_point_at()234 float m_t = 1. - t; in bezier_normal_at() local235 float a = m_t * m_t; in bezier_normal_at()236 float b = t * m_t; in bezier_normal_at()