Searched refs:nDstH (Results 1 – 2 of 2) sorted by relevance
1331 long* pMapLY = new long[ nDstH ]; in ImplCreateScaled()1346 for( nY = 0; nY < nDstH; nY++ ) in ImplCreateScaled()1370 for( nY = 0L; nY < nDstH; nY++ ) in ImplCreateScaled()1383 for( nY = 0L; nY < nDstH; nY++ ) in ImplCreateScaled()1441 long* pCosY = new long[ nDstH ]; in ImplCreateRotatedScaled()1442 long* pSinY = new long[ nDstH ]; in ImplCreateRotatedScaled()1472 for( nY = 0; nY < nDstH; nY++ ) in ImplCreateRotatedScaled()1512 for( nY = 0; nY < nDstH; nY++ ) in ImplCreateRotatedScaled()1580 for( nY = 0; nY < nDstH; nY++ ) in ImplCreateRotatedScaled()1618 for( nY = 0; nY < nDstH; nY++ ) in ImplCreateRotatedScaled()[all …]
1377 const long nDstH = FRound( aSizePix.Height() * scaleY ); in ImplScaleSuper() local1381 if( ( nDstW > 1L ) && ( nDstH > 1L ) ) in ImplScaleSuper()1387 Bitmap aOutBmp( Size( nDstW, nDstH ), 24 ); in ImplScaleSuper()1390 long* pMapIY = new long[ nDstH ]; in ImplScaleSuper()1392 long* pMapFY = new long[ nDstH ]; in ImplScaleSuper()1399 long nEndY = nDstH - 1L; in ImplScaleSuper()1405 const double fRevScaleY = ( nDstH > 1L ) ? ( (double) ( nH - 1 ) / ( nDstH - 1 ) ) : 0.0; in ImplScaleSuper()1419 for( nY = 0L, nTempY = nH - 1L, nTemp = nH - 2L; nY < nDstH; nY++ ) in ImplScaleSuper()
Completed in 24 milliseconds