Home
last modified time | relevance | path

Searched refs:nT1 (Results 1 – 5 of 5) sorted by relevance

/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx704 nT1 = T1; in SRotate()
711 nT1 = T1; in SScale()
718 nT1 = T1; in RotateAndScaleDepthByWidth()
725 nT1 = T1; in RotateAndScaleDepthByHeight()
733 nT1 = T1; in STranslate()
747 t = nT1; in interpolate()
757 t = nT1; in interpolate()
771 t = nT1; in interpolate()
783 t = nT1; in interpolate()
795 t = nT1; in interpolate()
[all …]
H A DOGLTrans_TransitionImpl.hxx303 double nT1; member in Operation
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx449 long nT1, nT2; in FillImages() local
482 nT1 = ( ++nImageY ) << 3; in FillImages()
485 if( nT1 >= nImageHeight ) in FillImages()
488 nT1 = ( nT2 << 3 ) + 4; in FillImages()
491 if( nT1 >= nImageHeight ) in FillImages()
494 nT1 = ( nT2 << 2 ) + 2; in FillImages()
497 if( nT1 >= nImageHeight ) in FillImages()
500 nT1 = ( nT2 << 1 ) + 1; in FillImages()
506 nLastImageY = (sal_uInt16) nT1; in FillImages()
507 nYAcc = nT1; in FillImages()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1901 SCTAB nT1[2], nT2[2]; in ScIntersect() local
1913 nT1[i] = r.nTab; in ScIntersect()
1926 nT2[i] = nT1[i]; in ScIntersect()
1935 SCTAB nTab1 = ::std::max( nT1[0], nT1[1]); in ScIntersect()
/trunk/main/svtools/source/control/
H A Druler.cxx610 long nT1 = nCenter-(nTickWidth/2); in ImplDrawTicks() local
611 long nT2 = nT1+nTickWidth-1; in ImplDrawTicks()
616 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()
619 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()

Completed in 63 milliseconds