Searched refs:nRowRange (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | bitmap3.cxx | 1470 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local 1498 nRowRange = 0; in ImplScaleSuper() 1503 … nRowRange = ( 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() 1644 … nRowRange = ( 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 …]
|