/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 422 nSum1 = -( nSum2 = lGray = pReadAcc->GetPixelIndex( nY, nXTmp++ ) ); in DetectEdges() 423 nSum2 += ( (long) pReadAcc->GetPixelIndex( nY, nXTmp++ ) ) << 1; in DetectEdges() 424 nSum1 += ( lGray = pReadAcc->GetPixelIndex( nY, nXTmp ) ); in DetectEdges() 427 nSum1 += ( (long) pReadAcc->GetPixelIndex( nY1, nXTmp ) ) << 1; in DetectEdges() 428 nSum1 -= ( (long) pReadAcc->GetPixelIndex( nY1, nXTmp -= 2 ) ) << 1; in DetectEdges() 430 nSum1 += ( lGray = -(long) pReadAcc->GetPixelIndex( nY2, nXTmp++ ) ); in DetectEdges() 432 nSum2 -= ( (long) pReadAcc->GetPixelIndex( nY2, nXTmp++ ) ) << 1; in DetectEdges() 433 nSum1 += ( lGray = (long) pReadAcc->GetPixelIndex( nY2, nXTmp ) ); in DetectEdges()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 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() [all …]
|
H A D | pngwrite.cxx | 520 *pDest = mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 522 *pDest++ |= mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 524 *pDest |= mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 536 *pDest++ |= mpAccess->GetPixelIndex( nY, nX ); in ImplGetFilter() 538 *pDest = mpAccess->GetPixelIndex( nY, nX ) << 4; in ImplGetFilter() 547 *pDest++ = mpAccess->GetPixelIndex( nY, nX ); in ImplGetFilter() 568 *pDest++ = 255 - mpMaskAccess->GetPixelIndex( nY, nX ); in ImplGetFilter()
|
H A D | bitmap3.cxx | 387 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeMono() 464 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeMonoDither() 547 const sal_uInt8 cIndex = pReadAcc->GetPixelIndex( nY, nX ); in ImplMakeGreyscales() 1224 aCol0 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, 0 ) ); in ImplScaleInterpolate() 1244 aCol0 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nTemp++ ) ); in ImplScaleInterpolate() 1245 aCol1 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nTemp ) ); in ImplScaleInterpolate() 1589 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, nTempX ) ); in ImplScaleSuper() 1590 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, ++nTempX ) ); in ImplScaleSuper() 1595 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTempY, nTempX ) ); in ImplScaleSuper() 2666 aColor = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( 0, nZ ) ); in ImplDitherFloyd() [all …]
|
H A D | bitmap.cxx | 1045 pWriteAcc->SetPixelIndex( nDstY, nDstX, pMap[ pReadAcc->GetPixelIndex( nSrcY, nSrcX ) ] ); in CopyPixel() 1053 …pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nSrcY, nSrc… in CopyPixel() 1319 aCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in CreateMask() 1527 pFlags[ pAcc->GetPixelIndex( nY, nX ) ] = sal_True; in Replace() 1581 … pNewAcc->SetPixel( nY, nX, aCol.Merge( rMergeColor, 255 - pAlphaAcc->GetPixelIndex( nY, nX ) ) ); in Replace() 1993 255 - pAlphaAcc->GetPixelIndex( nY, nX ) ) ); in Blend()
|
H A D | outdev2.cxx | 1956 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha() 1957 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha() 2001 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha() 2002 const sal_uInt8 nDstOpaq = 255 - pAlphaW->GetPixelIndex( nY, nX ); in ImplBlendWithAlpha() 2072 … aDstCol.Merge( pP->GetColor( nMapY, nMapX ), pA->GetPixelIndex( nMapY, nMapX ) ); in ImplBlend()
|
H A D | octree.cxx | 133 pColor = &(BitmapColor&) pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ImplCreateOctree()
|
H A D | bitmap4.cxx | 859 const BitmapColor& rCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in ImplMosaic()
|
/aoo42x/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 400 Compress( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody() 414 nTemp = ( mpAcc->GetPixelIndex( y, x ) << 4 ); in ImplWriteBody() 416 Compress( (sal_uInt8)( nTemp | ( mpAcc->GetPixelIndex( y, x ) & 0xf ) ) ); in ImplWriteBody() 433 j |= ( ( ~mpAcc->GetPixelIndex( y, x ) ) & 1 ); in ImplWriteBody()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1094 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, nTmpX ) ); in ImplCreateScaled() 1095 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, ++nTmpX ) ); in ImplCreateScaled() 1100 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTmpY, nTmpX ) ); in ImplCreateScaled() 1101 aCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY--, --nTmpX ) ); in ImplCreateScaled() 1374 if( pAcc->GetPaletteColor( pAcc->GetPixelIndex( pMapLY[ nY ], pMapLX[ nX ] ) ) == aB ) in ImplCreateScaled() 1488 const BitmapColor& rCol0 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, nTmpX ) ); in ImplCreateRotatedScaled() 1489 const BitmapColor& rCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, ++nTmpX ) ); in ImplCreateRotatedScaled() 1494 const BitmapColor& rCol3 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTmpY, nTmpX ) ); in ImplCreateRotatedScaled() 1495 const BitmapColor& rCol2 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTmpY, --nTmpX ) ); in ImplCreateRotatedScaled()
|
H A D | transformer.cxx | 75 const sal_uInt8 cIndex = pReadAccess->GetPixelIndex( nY, nX ); in setAlpha()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bmpacc.hxx | 172 inline sal_uInt8 GetPixelIndex( long nY, long nX ) const; 482 inline sal_uInt8 BitmapReadAccess::GetPixelIndex( long nY, long nX ) const in GetPixelIndex() function in BitmapReadAccess 508 return mpBuffer->maPalette[ GetPixelIndex( nY, nX ) ]; in GetColor()
|
/aoo42x/main/filter/source/graphicfilter/epbm/ |
H A D | epbm.cxx | 156 if (!(mpAcc->GetPixelIndex( y, x ) & 1 ) ) in ImplWriteBody() 178 *mpOStm << (sal_uInt8)( ( mpAcc->GetPixelIndex( y, x ) ^ 1 ) + '0' ) ; in ImplWriteBody()
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 544 *pOutScan++ = m_pBmpAcc->GetPixelIndex(y,x); in getData() 545 *pOutScan++ = m_pAlphaAcc->GetPixelIndex(y,x); in getData() 559 *pOutScan++ = m_pAlphaAcc->GetPixelIndex( y, x ); in getData() 621 *pOutBuf++ = m_pBmpAcc->GetPixelIndex(pos.Y,pos.X); in getPixel() 622 *pOutBuf = m_pAlphaAcc->GetPixelIndex(pos.Y,pos.X); in getPixel() 632 *pOutBuf++ = m_pAlphaAcc->GetPixelIndex(pos.Y,pos.X); in getPixel()
|
/aoo42x/main/filter/source/graphicfilter/epgm/ |
H A D | epgm.cxx | 158 *mpOStm << mpAcc->GetPixelIndex( y, x ); in ImplWriteBody() 175 nDat = mpAcc->GetPixelIndex( y, x ); in ImplWriteBody()
|
/aoo42x/main/filter/source/graphicfilter/eras/ |
H A D | eras.cxx | 213 ImplPutByte ( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody() 227 nDat = ( ( nDat << 1 ) | ( mpAcc->GetPixelIndex( y, x ) & 1 ) ); in ImplWriteBody()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | impltools.cxx | 386 … const sal_uInt8 cMappedAlphaIdx = aAlphaMap[ pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ) ]; in transformBitmap() 482 … const sal_uInt8 cAlphaIdx = pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ); in transformBitmap()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1840 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp() 1878 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp() 1889 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp() 1941 Compress( pAcc->GetPixelIndex( y, x ) ); in ImplBmp() 1952 ImplWriteHexByte( pAcc->GetPixelIndex( y, x ) ); in ImplBmp()
|
/aoo42x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 687 aColor = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in GetScanline() 748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write()
|
/aoo42x/main/filter/source/graphicfilter/expm/ |
H A D | expm.cxx | 205 ImplWritePixel( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 1186 pPix[ ( i >> 3 ) ] |= (pAcc->GetPixelIndex( ny, i ) & 1) << ((i & 7) ^ 7); in WriteOpcode_BitsRect() 1192 pPix[ ( i >> 1 ) ] |= (pAcc->GetPixelIndex( ny, i ) & 15) << ((i & 1) << 2); in WriteOpcode_BitsRect() 1196 pPix[ i ] = pAcc->GetPixelIndex( ny, i ); in WriteOpcode_BitsRect()
|
/aoo42x/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 525 pBuffer[ nX ] = pAcc->GetPixelIndex( nY, nX ); in WriteAccess()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 5931 const BitmapColor& rCol = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ApplyTo()
|