Home
last modified time | relevance | path

Searched refs:GetPixel (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx431 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()
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()
660 aCol = pWriteAcc->GetPixel( nY, nX ); in ImplSolarize()
735 aCol.SetIndex( pReadAcc->GetPixel( nY, nX ).GetLuminance() ); in ImplSepia()
826 aCol = pReadAcc->GetPixel( nY, nX ); in ImplMosaic()
[all …]
H A Dbitmap.cxx1341 aCol = pReadAcc->GetPixel( nY, nX ); in CreateMask()
1650 aCol = pAcc->GetPixel( nY, nX ); in Replace()
1744 aCol = pAcc->GetPixel( nY, nX ); in Replace()
1866 if( pAcc->GetPixel( nY, nX ) == aBlack ) in CombineSimple()
1878 if( pMaskAcc->GetPixel( nY, nX ) != aMaskBlack && pAcc->GetPixel( nY, nX ) != aBlack ) in CombineSimple()
1890 if( pMaskAcc->GetPixel( nY, nX ) != aMaskBlack && pAcc->GetPixel( nY, nX ) != aBlack ) in CombineSimple()
1902 if( pMaskAcc->GetPixel( nY, nX ) != aMaskBlack || pAcc->GetPixel( nY, nX ) != aBlack ) in CombineSimple()
1914 if( pMaskAcc->GetPixel( nY, nX ) != aMaskBlack || pAcc->GetPixel( nY, nX ) != aBlack ) in CombineSimple()
1926 aPixel = pAcc->GetPixel( nY, nX ); in CombineSimple()
1927 aMaskPixel = pMaskAcc->GetPixel( nY, nX ); in CombineSimple()
[all …]
H A Dalpha.cxx165 pWriteAcc->SetPixel( nDstY, nDstX, pReadAcc->GetPixel( nSrcY, nSrcX ) ); in CopyPixel()
202 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel()
208 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel()
214 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel()
220 pWriteAcc->SetPixel( nYN, nXN, pWriteAcc->GetPixel( nY, nX ) ); in CopyPixel()
261 aCol.SetIndex( pMap[ pAcc->GetPixel( nY, nX ).GetIndex() ] ); in Invert()
331 if( pMaskAcc->GetPixel( nY, nX ) == aMaskWhite ) in Replace()
379 if( pAcc->GetPixel( nY, nX ).GetIndex() == cSearchTransparency ) in Replace()
H A Dbitmap3.cxx1228 aCol0 = pReadAcc->GetPixel( nY, 0 ); in ImplScaleInterpolate()
1249 aCol0 = pReadAcc->GetPixel( nY, nTemp++ ); in ImplScaleInterpolate()
1250 aCol1 = pReadAcc->GetPixel( nY, nTemp ); in ImplScaleInterpolate()
1309 aCol0 = pReadAcc->GetPixel( 0, nX ); in ImplScaleInterpolate()
1322 aCol0 = pReadAcc->GetPixel( nTemp++, nX ); in ImplScaleInterpolate()
1323 aCol1 = pReadAcc->GetPixel( nTemp, nX ); in ImplScaleInterpolate()
2023 aCol0 = pAcc->GetPixel( nTempY, nTempX ); in ImplScaleSuper()
2024 aCol1 = pAcc->GetPixel( nTempY, ++nTempX ); in ImplScaleSuper()
2677 aColor = pReadAcc->GetPixel( 0, nZ ); in ImplDitherFloyd()
2708 aColor = pReadAcc->GetPixel( nY, nZ ); in ImplDitherFloyd()
[all …]
H A Dpngwrite.cxx564 const BitmapColor& rColor = mpAccess->GetPixel( nY, nX ); in ImplGetFilter()
577 const BitmapColor& rColor = mpAccess->GetPixel( nY, nX ); in ImplGetFilter()
582 if( mpMaskAccess->GetPixel( nY, nX ) == aTrans ) in ImplGetFilter()
593 const BitmapColor& rColor = mpAccess->GetPixel( nY, nX ); in ImplGetFilter()
H A Dimpvect.cxx771 pColorSet[ pRAcc->GetPixel( nY, nX ).GetIndex() ].mbSet = 1; in ImplVectorize()
998 if( pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1008 while( nX < nOldWidth && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1031 if( pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
1041 while( nY < nOldHeight && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
H A Doutdev2.cxx1666 Color OutputDevice::GetPixel( const Point& rPt ) const in GetPixel() function in OutputDevice
1681 const SalColor aSalCol = mpGraphics->GetPixel( nX, nY, this ); in GetPixel()
1692 Color* OutputDevice::GetPixel( const Polygon& rPts ) const in GetPixel() function in OutputDevice
1714 const SalColor aSalCol( mpGraphics->GetPixel( ImplLogicXToDevicePixel( rPt.X() ), in GetPixel()
2121 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2142 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2163 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2181 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
H A Dimpimage.cxx491 aCol = pAcc->GetPixel( nY, nX ); in Draw()
618 const BitmapColor aBmpAlphaMaskVal( pBmpAlphaMask->GetPixel( nY, nX ) ); in ImplUpdateDisabledBmpEx()
H A Doutdev6.cxx540 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
541 … pW->SetPixel( nY, nX, pMap[ pW->GetPixel( nY, nX ).GetIndex() ] ); in DrawTransparent()
579 if( pR->GetPixel( nY, nX ) == aBlack ) in DrawTransparent()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx510 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
528 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
552 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
570 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
601 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetRed() + nDat; in ImplReadBody()
604 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetGreen() + nDat; in ImplReadBody()
607 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
628 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetRed() + nDat; in ImplReadBody()
631 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetGreen() + nDat; in ImplReadBody()
634 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1192 aCol0 = pAcc->GetPixel( nTmpY, nTmpX ); in ImplCreateScaled()
1193 aCol1 = pAcc->GetPixel( nTmpY, ++nTmpX ); in ImplCreateScaled()
1198 aCol1 = pAcc->GetPixel( ++nTmpY, nTmpX ); in ImplCreateScaled()
1199 aCol0 = pAcc->GetPixel( nTmpY--, --nTmpX ); in ImplCreateScaled()
1284 nAlpha1 = pAcc->GetPixel( ++nTmpY, nTmpX ).GetIndex(); in ImplCreateScaled()
1285 nAlpha0 = pAcc->GetPixel( nTmpY--, --nTmpX ).GetIndex(); in ImplCreateScaled()
1528 aCol0 = pAcc->GetPixel( nTmpY, nTmpX ); in ImplCreateRotatedScaled()
1529 aCol1 = pAcc->GetPixel( nTmpY, ++nTmpX ); in ImplCreateRotatedScaled()
1534 aCol1 = pAcc->GetPixel( ++nTmpY, nTmpX ); in ImplCreateRotatedScaled()
1535 aCol0 = pAcc->GetPixel( nTmpY, --nTmpX ); in ImplCreateRotatedScaled()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx212 nPenPixel_ = GetPixel( nPenColor_ ); in SetDrawable()
213 nTextPixel_ = GetPixel( nTextColor_ ); in SetDrawable()
214 nBrushPixel_ = GetPixel( nBrushColor_ ); in SetDrawable()
228 nPenPixel_ = GetPixel( nPenColor_ ); in Init()
229 nTextPixel_ = GetPixel( nTextColor_ ); in Init()
230 nBrushPixel_ = GetPixel( nBrushColor_ ); in Init()
464 *pBitsPtr++ = GetColormap().GetPixel( MAKE_SALCOLOR( nR, nG, nB ) ); in GetDitherPixmap()
670 nPenPixel_ = GetPixel( nSalColor ); in SetLineColor()
693 nBrushPixel_ = GetPixel( nSalColor ); in SetFillColor()
799 XSetForeground( pDisplay, pGC, GetPixel( nSalColor ) ); in drawPixel()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx971 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0), in Paint()
973 test(pBmpAcc->GetPixel(2,2) == BitmapColor(2), in Paint()
975 test(pBmpAcc->GetPixel(2,9) == BitmapColor(9), in Paint()
1001 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0,1,0), in Paint()
1003 test(pAlphaAcc->GetPixel(0,0) == BitmapColor(255), in Paint()
1005 test(pBmpAcc->GetPixel(2,2) == BitmapColor(0,3,2), in Paint()
1007 test(pAlphaAcc->GetPixel(2,2) == BitmapColor(253), in Paint()
1009 test(pBmpAcc->GetPixel(2,9) == BitmapColor(0,3,9), in Paint()
1011 test(pAlphaAcc->GetPixel(2,9) == BitmapColor(253), in Paint()
/trunk/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx158 const BitmapColor& rColor = mpAcc->GetPixel( y, x ); in ImplWriteBody()
178 nDat[0] = mpAcc->GetPixel( y, x ).GetRed(); in ImplWriteBody()
179 nDat[1] = mpAcc->GetPixel( y, x ).GetGreen(); in ImplWriteBody()
180 nDat[2] = mpAcc->GetPixel( y, x ).GetBlue(); in ImplWriteBody()
/trunk/main/forms/source/component/
H A Dimgprod.cxx528 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()
532 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
550 if( pMskAcc->GetPixel( nY, nX ) == aWhite ) in ImplUpdateConsumer()
553 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
573 const BitmapColor aCol( pBmpAcc->GetPixel( nY, nX ) ); in ImplUpdateConsumer()
579 if( pMskAcc->GetPixel( nY, nX ) != aWhite ) in ImplUpdateConsumer()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx170 inline BitmapColor GetPixel( long nY, long nX ) const;
474 inline BitmapColor BitmapReadAccess::GetPixel( long nY, long nX ) const in GetPixel() function in BitmapReadAccess
484 return GetPixel( nY, nX ).GetBlueOrIndex(); in GetPixelIndex()
510 return GetPixel( nY, nX ); in GetColor()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx389 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
439 BitmapColor aColor( pReadAccess->GetPixel( nSrcY, in transformBitmap()
484 … pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
505 pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, in transformBitmap()
H A Dcanvasbitmaphelper.cxx181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h219 using SalGraphics::GetPixel;
220 inline Pixel GetPixel( SalColor nSalColor ) const;
382 inline Pixel X11SalGraphics::GetPixel( SalColor nSalColor ) const in GetPixel() function in X11SalGraphics
383 { return GetColormap().GetPixel( nSalColor ); } in GetPixel()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx523 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
531 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
560 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
568 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx981 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetRed(); in WriteOpcode_BitsRect()
982 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetGreen(); in WriteOpcode_BitsRect()
983 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetBlue(); in WriteOpcode_BitsRect()
1002 pComp[ 1 ][ nx ] = (sal_uInt8)pAcc->GetPixel( ny, nx ) .GetRed(); in WriteOpcode_BitsRect()
1003 pComp[ 2 ][ nx ] = (sal_uInt8)pAcc->GetPixel( ny, nx ) .GetGreen(); in WriteOpcode_BitsRect()
1004 pComp[ 3 ][ nx ] = (sal_uInt8)pAcc->GetPixel( ny, nx ) .GetBlue(); in WriteOpcode_BitsRect()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx123 aPix = pSalBitmap->GetPixel( nY, nX ); in ResIdToPixbuf()
129 aPix = pSalAlpha->GetPixel( nY, nX ); in ResIdToPixbuf()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx699 aColor = pAcc->GetPixel( nY, nX ); in GetScanline()
749 : pAcc->GetPixel( nY, nX ); in Write()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1654 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1673 … const double fOpOld(1.0 - (pOld->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
1674 … const double fOpNew(1.0 - (pNew->GetPixel(y, x).GetIndex() * fFactor)); in DoAction()
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx198 BitmapColor aColor( mpAcc->GetPixel( y, x ) ); in ImplWriteBody()

Completed in 167 milliseconds

123