Home
last modified time | relevance | path

Searched refs:nT2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx449 long nT1, nT2; in FillImages() local
487 nT2 = nImageY - ( ( nImageHeight + 7 ) >> 3 ); in FillImages()
488 nT1 = ( nT2 << 3 ) + 4; in FillImages()
493 nT2 -= ( nImageHeight + 3 ) >> 3; in FillImages()
494 nT1 = ( nT2 << 2 ) + 2; in FillImages()
499 nT2 -= ( nImageHeight + 1 ) >> 2; in FillImages()
500 nT1 = ( nT2 << 1 ) + 1; in FillImages()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1901 SCTAB nT1[2], nT2[2]; in ScIntersect() local
1920 nT2[i] = r.nTab; in ScIntersect()
1926 nT2[i] = nT1[i]; in ScIntersect()
1938 SCTAB nTab2 = ::std::min( nT2[0], nT2[1]); in ScIntersect()
/trunk/main/svtools/source/control/
H A Druler.cxx611 long nT2 = nT1+nTickWidth-1; in ImplDrawTicks() local
616 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()
619 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()

Completed in 48 milliseconds