Lines Matching refs:pMapIY

1390         long*               pMapIY = new long[ nDstH ];  in ImplScaleSuper()  local
1426 … pMapFY[ nY ] = (long) ( ( fTemp - ( pMapIY[ nY ] = MinMax( (long) fTemp, 0, nTemp ) ) ) * 128. ); in ImplScaleSuper()
1439 nTempY = pMapIY[ nY ]; nTempFY = pMapFY[ nY ]; in ImplScaleSuper()
1481 nLineStart = pMapIY[ nY ]; in ImplScaleSuper()
1486 nLineStart = pMapIY[ nTop ] ; in ImplScaleSuper()
1487 … nLineRange = ( pMapIY[ nBottom ] == pMapIY[ nTop ] ) ? 1 :( pMapIY[ nBottom ] - pMapIY[ nTop ] ); in ImplScaleSuper()
1583 nTempY = pMapIY[ nY ], nTempFY = pMapFY[ nY ]; in ImplScaleSuper()
1622 nLineStart = pMapIY[ nY ]; in ImplScaleSuper()
1627 nLineStart = pMapIY[ nTop ] ; in ImplScaleSuper()
1628 … nLineRange = ( pMapIY[ nBottom ] == pMapIY[ nTop ] ) ? 1 :( pMapIY[ nBottom ] - pMapIY[ nTop ] ); in ImplScaleSuper()
1732 nTempY = pMapIY[ nY ]; nTempFY = pMapFY[ nY ]; in ImplScaleSuper()
1772 nLineStart = pMapIY[ nY ]; in ImplScaleSuper()
1777 nLineStart = pMapIY[ nTop ] ; in ImplScaleSuper()
1778 … nLineRange = ( pMapIY[ nBottom ] == pMapIY[ nTop ] ) ? 1 :( pMapIY[ nBottom ] - pMapIY[ nTop ] ); in ImplScaleSuper()
1876 nTempY = pMapIY[ nY ]; nTempFY = pMapFY[ nY ]; in ImplScaleSuper()
1916 nLineStart = pMapIY[ nY ]; in ImplScaleSuper()
1921 nLineStart = pMapIY[ nTop ] ; in ImplScaleSuper()
1922 … nLineRange = ( pMapIY[ nBottom ] == pMapIY[ nTop ] ) ? 1 :( pMapIY[ nBottom ] - pMapIY[ nTop ] ); in ImplScaleSuper()
2017 nTempY = pMapIY[ nY ]; nTempFY = pMapFY[ nY ]; in ImplScaleSuper()
2055 nLineStart = pMapIY[ nY ]; in ImplScaleSuper()
2060 nLineStart = pMapIY[ nTop ] ; in ImplScaleSuper()
2061 … nLineRange = ( pMapIY[ nBottom ] == pMapIY[ nTop ] ) ? 1 :( pMapIY[ nBottom ] - pMapIY[ nTop ] ); in ImplScaleSuper()
2159 delete[] pMapIY; in ImplScaleSuper()