Lines Matching refs:pHMap
414 long* pHMap = new long[ nWidth + 2 ]; in ImplSobelGrey() local
419 pHMap[ 0 ] = 0; in ImplSobelGrey()
421 pHMap[ nX ] = nX - 1; in ImplSobelGrey()
422 pHMap[ nWidth + 1 ] = nWidth - 1; in ImplSobelGrey()
431 nGrey11 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey()
432 nGrey12 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey()
433 nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey()
434 nGrey21 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey()
435 nGrey22 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey()
436 nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey()
437 nGrey31 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey()
438 nGrey32 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey()
439 nGrey33 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey()
478 const long nNextX = pHMap[ nX + 3 ]; in ImplSobelGrey()
487 delete[] pHMap; in ImplSobelGrey()
540 long* pHMap = new long[ nWidth + 2 ]; in ImplEmbossGrey() local
551 pHMap[ 0 ] = 0; in ImplEmbossGrey()
553 pHMap[ nX ] = nX - 1; in ImplEmbossGrey()
554 pHMap[ nWidth + 1 ] = nWidth - 1; in ImplEmbossGrey()
563 nGrey11 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 0 ] ).GetIndex(); in ImplEmbossGrey()
564 nGrey12 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 1 ] ).GetIndex(); in ImplEmbossGrey()
565 nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], pHMap[ 2 ] ).GetIndex(); in ImplEmbossGrey()
566 nGrey21 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 0 ] ).GetIndex(); in ImplEmbossGrey()
567 nGrey22 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 1 ] ).GetIndex(); in ImplEmbossGrey()
568 nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 2 ] ).GetIndex(); in ImplEmbossGrey()
569 nGrey31 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 0 ] ).GetIndex(); in ImplEmbossGrey()
570 nGrey32 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 1 ] ).GetIndex(); in ImplEmbossGrey()
571 nGrey33 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 2 ] ).GetIndex(); in ImplEmbossGrey()
592 const long nNextX = pHMap[ nX + 3 ]; in ImplEmbossGrey()
601 delete[] pHMap; in ImplEmbossGrey()