Searched refs:toOp (Results 1 – 2 of 2) sorted by relevance
53 const RotateTransformOperation* toOp = this; in blend() local63 toT.rotate3d((float)(toOp ? toOp->m_x : 0), in blend()64 (float)(toOp ? toOp->m_y : 0), in blend()65 (float)(toOp ? toOp->m_z : 1), in blend()66 (float)(toOp ? toOp->m_angle : 0)); in blend()
155 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0; in blendFunc() local156 …RefPtr<TransformOperation> blendedOp = toOp ? toOp->blend(fromOp.get(), progress) : (fromOp ? from… in blendFunc()162 result.operations().append(toOp ? toOp : identityOp); in blendFunc()