Lines Matching refs:GetPixelIndex
870 cPix = rAcc.GetPixelIndex( nY, nX++ ); in ImplWriteRLE()
873 && ( cPix == rAcc.GetPixelIndex( nY, nX ) ) ) in ImplWriteRLE()
892 && ( cPix = rAcc.GetPixelIndex( nY, nX ) ) != cLast ) in ImplWriteRLE()
911 *pTmp = rAcc.GetPixelIndex( nY, nSaveIndex++ ) << 4; in ImplWriteRLE()
914 *pTmp |= rAcc.GetPixelIndex( nY, nSaveIndex++ ); in ImplWriteRLE()
922 *pTmp++ = rAcc.GetPixelIndex( nY, nSaveIndex++ ); in ImplWriteRLE()
936 *pTmp++ = rAcc.GetPixelIndex( nY, nSaveIndex ) << (bRLE4 ? 4 : 0); in ImplWriteRLE()
941 *pTmp++ = rAcc.GetPixelIndex( nY, ++nSaveIndex ) << ( bRLE4 ? 4 : 0 ); in ImplWriteRLE()
1062 cTmp |= rAcc.GetPixelIndex( nY, nX ) << --nShift; in ImplWriteDIBBits()
1087 cTmp |= rAcc.GetPixelIndex( nY, nX ) << ( --nShift << 2L ); in ImplWriteDIBBits()
1102 *pTmp++ = rAcc.GetPixelIndex( nY, nX ); in ImplWriteDIBBits()
1135 … *pTmp++ = (sal_uInt8)0xff - (sal_uInt8)pAccAlpha->GetPixelIndex( nY, nX ); in ImplWriteDIBBits()