Searched refs:aDeltaPos (Results 1 – 2 of 2) sorted by relevance
644 Point aDeltaPos = rMEvt.GetPosPixel() - maActionStartPoint; in Tracking() local648 …if(sal_Int32(aDeltaPos.X() * aDeltaPos.X() + aDeltaPos.Y() * aDeltaPos.Y()) > mnInteractionStartDi… in Tracking()668 double fNewRotX = mfSaveActionStartVer - ((double)aDeltaPos.Y() * F_PI180); in Tracking()669 double fNewRotY = mfSaveActionStartHor + ((double)aDeltaPos.X() * F_PI180); in Tracking()703 double fNewPosHor = mfSaveActionStartHor + ((double)aDeltaPos.X()); in Tracking()704 double fNewPosVer = mfSaveActionStartVer - ((double)aDeltaPos.Y()); in Tracking()
7155 Point aDeltaPos; in drawVerticalGlyphs() local7159 aDeltaPos.X() = m_pReferenceDevice->GetFontMetric().GetAscent(); in drawVerticalGlyphs()7160 … aDeltaPos.Y() = (int)((double)m_pReferenceDevice->GetFontMetric().GetDescent() * fXScale); in drawVerticalGlyphs()7169 aDeltaPos.X() = (int)((double)m_pReferenceDevice->GetFontMetric().GetDescent()*fXScale); in drawVerticalGlyphs()7170 aDeltaPos.Y() = -m_pReferenceDevice->GetFontMetric().GetAscent(); in drawVerticalGlyphs()7176 …aDeltaPos += (m_pReferenceDevice->PixelToLogic( Point( (int)((double)nXOffset/fXScale), 0 ) ) - m_… in drawVerticalGlyphs()7186 aDeltaPos = rRotScale.transform( aDeltaPos ); in drawVerticalGlyphs()7193 aMat.translate( aCurPos.X()+aDeltaPos.X(), aCurPos.Y()+aDeltaPos.Y() ); in drawVerticalGlyphs()
Completed in 58 milliseconds