Home
last modified time | relevance | path

Searched refs:aDeltaPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx644 Point aDeltaPos = rMEvt.GetPosPixel() - maActionStartPoint; in Tracking() local
648 …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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7155 Point aDeltaPos; in drawVerticalGlyphs() local
7159 aDeltaPos.X() = m_pReferenceDevice->GetFontMetric().GetAscent(); in drawVerticalGlyphs()
7160aDeltaPos.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()
7176aDeltaPos += (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 104 milliseconds