Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1470 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local
1498 nRowRange = 0; in ImplScaleSuper()
1503nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1515 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper()
1534 else if ( nRowRange == j ) in ImplScaleSuper()
1611 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local
1639 nRowRange = 0; in ImplScaleSuper()
1644nRowRange = ( pMapIX[ nRight ] == pMapIX[ nLeft ] )? 1 : ( pMapIX[ nRight ] - pMapIX[ nLeft ] ); in ImplScaleSuper()
1655 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper()
1676 else if ( nRowRange == j ) in ImplScaleSuper()
[all …]