Lines Matching refs:aTf
190 basegfx::B3DHomMatrix aTf; in SetBankAngle() local
204 aTf *= aTemp; in SetBankAngle()
217 aTf *= aTemp; in SetBankAngle()
220 aTf.rotate(0.0, 0.0, fBankAngle); in SetBankAngle()
232 aTf *= aTemp; in SetBankAngle()
246 aTf *= aTemp; in SetBankAngle()
249 SetVUV(aTf * aPrj); in SetBankAngle()
274 basegfx::B3DHomMatrix aTf; in Rotate() local
289 aTf *= aTemp; in Rotate()
293 aTf.rotate(0.0, 0.0, fVAngle); in Rotate()
307 aTf *= aTemp; in Rotate()
311 aTf.rotate(0.0, fHAngle, 0.0); in Rotate()
314 aDiff *= aTf; in Rotate()
327 basegfx::B3DHomMatrix aTf; in RotateAroundLookAt() local
342 aTf *= aTemp; in RotateAroundLookAt()
346 aTf.rotate(0.0, 0.0, fVAngle); in RotateAroundLookAt()
360 aTf *= aTemp; in RotateAroundLookAt()
364 aTf.rotate(0.0, fHAngle, 0.0); in RotateAroundLookAt()
367 aDiff *= aTf; in RotateAroundLookAt()