Home
last modified time | relevance | path

Searched refs:GetPixelIndex (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx422 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()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx870 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 Dpngwrite.cxx520 *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 Dbitmap3.cxx387 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 Dbitmap.cxx1045 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 Doutdev2.cxx1956 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 Doctree.cxx133 pColor = &(BitmapColor&) pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ImplCreateOctree()
H A Dbitmap4.cxx859 const BitmapColor& rCol = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ); in ImplMosaic()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx400 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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1094 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 Dtransformer.cxx75 const sal_uInt8 cIndex = pReadAccess->GetPixelIndex( nY, nX ); in setAlpha()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx172 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()
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx156 if (!(mpAcc->GetPixelIndex( y, x ) & 1 ) ) in ImplWriteBody()
178 *mpOStm << (sal_uInt8)( ( mpAcc->GetPixelIndex( y, x ) ^ 1 ) + '0' ) ; in ImplWriteBody()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx544 *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()
/trunk/main/filter/source/graphicfilter/epgm/
H A Depgm.cxx158 *mpOStm << mpAcc->GetPixelIndex( y, x ); in ImplWriteBody()
175 nDat = mpAcc->GetPixelIndex( y, x ); in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx213 ImplPutByte ( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
227 nDat = ( ( nDat << 1 ) | ( mpAcc->GetPixelIndex( y, x ) & 1 ) ); in ImplWriteBody()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx386 … const sal_uInt8 cMappedAlphaIdx = aAlphaMap[ pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ) ]; in transformBitmap()
482 … const sal_uInt8 cAlphaIdx = pAlphaReadAccess->GetPixelIndex( nSrcY, nSrcX ); in transformBitmap()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1840 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()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx687 aColor = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in GetScanline()
748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx205 ImplWritePixel( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1186 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()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx525 pBuffer[ nX ] = pAcc->GetPixelIndex( nY, nX ); in WriteAccess()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5931 const BitmapColor& rCol = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in ApplyTo()

Completed in 155 milliseconds