/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 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() 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 D | bitmap.cxx | 1341 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 D | alpha.cxx | 165 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 D | bitmap3.cxx | 1228 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 D | pngwrite.cxx | 564 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 D | impvect.cxx | 771 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 D | outdev2.cxx | 1666 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 D | impimage.cxx | 491 aCol = pAcc->GetPixel( nY, nX ); in Draw() 618 const BitmapColor aBmpAlphaMaskVal( pBmpAlphaMask->GetPixel( nY, nX ) ); in ImplUpdateDisabledBmpEx()
|
H A D | outdev6.cxx | 540 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()
|
/aoo42x/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 510 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 …]
|
/aoo42x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1192 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 …]
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 212 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()
|
/aoo42x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 971 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()
|
/aoo42x/main/filter/source/graphicfilter/eppm/ |
H A D | eppm.cxx | 158 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()
|
/aoo42x/main/forms/source/component/ |
H A D | imgprod.cxx | 528 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()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | impltools.cxx | 389 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 D | canvasbitmaphelper.cxx | 181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData() 540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bmpacc.hxx | 170 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()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salgdi.h | 219 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()
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xoutbmp.cxx | 523 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()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 981 *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()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 123 aPix = pSalBitmap->GetPixel( nY, nX ); in ResIdToPixbuf() 129 aPix = pSalAlpha->GetPixel( nY, nX ); in ResIdToPixbuf()
|
/aoo42x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 699 aColor = pAcc->GetPixel( nY, nX ); in GetScanline() 749 : pAcc->GetPixel( nY, nX ); in Write()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 1654 … 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()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_bitmap.cxx | 208 if( Gdiplus::Ok != mpBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()
|