Searched refs:nT1 (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/slideshow/source/engine/OGLTrans/ |
| H A D | OGLTrans_TransitionImpl.cxx | 704 nT1 = T1; in SRotate() 711 nT1 = T1; in SScale() 718 nT1 = T1; in RotateAndScaleDepthByWidth() 725 nT1 = T1; in RotateAndScaleDepthByHeight() 733 nT1 = T1; in STranslate() 746 if(!bInterpolate || t > nT1) in interpolate() 747 t = nT1; in interpolate() 748 t = intervalInter(t,nT0,nT1); in interpolate() 756 if(!bInterpolate || t > nT1) in interpolate() 757 t = nT1; in interpolate() [all …]
|
| H A D | OGLTrans_TransitionImpl.hxx | 303 double nT1; member in Operation
|
| /trunk/main/svtools/source/filter/igif/ |
| H A D | gifread.cxx | 449 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 D | interpr2.cxx | 1899 SCTAB nT1[2], nT2[2]; in ScIntersect() local 1911 nT1[i] = r.nTab; in ScIntersect() 1924 nT2[i] = nT1[i]; in ScIntersect() 1933 SCTAB nTab1 = ::std::max( nT1[0], nT1[1]); in ScIntersect()
|
| /trunk/main/svtools/source/control/ |
| H A D | ruler.cxx | 610 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()
|