Lines Matching refs:pMapX

1919                                          const long*         pMapX,  in ImplBlendWithAlpha()  argument
1951 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
1997 const long nMapX = pMapX[ nX ]; in ImplBlendWithAlpha()
2045 const long* pMapX, in ImplBlend() argument
2068 const long nMapX = pMapX[ nX ]; in ImplBlend()
2120 const long nMapX = pMapX[ nX ]; in ImplBlend()
2139 const long nMapX = pMapX[ nX ]; in ImplBlend()
2160 const long nMapX = pMapX[ nX ]; in ImplBlend()
2180 const long nMapX = pMapX[ nX ]; in ImplBlend()
2300 long* pMapX = new long[ nDstWidth ]; in ImplDrawAlpha() local
2309 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2311 pMapX[ nX ] = nMirrOffX - pMapX[ nX ]; in ImplDrawAlpha()
2345 pMapX,pMapY ); in ImplDrawAlpha()
2355 pMapX,pMapY ); in ImplDrawAlpha()
2373 delete[] pMapX; in ImplDrawAlpha()
2442 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintTransparent() local
2450 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2462 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintTransparent()
2464pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintTransparent()
2490 delete[] pMapX; in ImplPrintTransparent()
2543 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintMask() local
2558 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()
2570 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintMask()
2572pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintMask()
2592 delete[] pMapX; in ImplPrintMask()