Searched refs:fromT (Results 1 – 2 of 2) sorted by relevance
36 TransformationMatrix fromT; in blend() local40 fromT.setMatrix(m->m_a, m->m_b, m->m_c, m->m_d, m->m_e, m->m_f); in blend()44 std::swap(fromT, toT); in blend()46 toT.blend(fromT, progress); in blend()
138 TransformationMatrix fromT; in blendFunc() local140 from.apply(size, fromT); in blendFunc()143 toT.blend(fromT, progress); in blendFunc()