| /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() 435 nGrey22 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey() 436 nGrey23 = pReadAcc->GetPixel( pVMap[ nY + 1 ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey() 437 nGrey31 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 0 ] ).GetIndex(); in ImplSobelGrey() 438 nGrey32 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 1 ] ).GetIndex(); in ImplSobelGrey() 439 nGrey33 = pReadAcc->GetPixel( pVMap[ nY + 2 ], pHMap[ 2 ] ).GetIndex(); in ImplSobelGrey() 480 …nGrey11 = nGrey12; nGrey12 = nGrey13; nGrey13 = pReadAcc->GetPixel( pVMap[ nY ], nNextX ).GetIndex… in ImplSobelGrey() [all …]
|
| H A D | bitmap.cxx | 637 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nY, nX ).Invert() ); in Invert() 670 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror() 672 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nY, nOther ) ); in Mirror() 720 const BitmapColor aTemp( pAcc->GetPixel( nY, nX ) ); in Mirror() 722 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nOtherY, nOtherX ) ); in Mirror() 732 const BitmapColor aTemp( pAcc->GetPixel( nHeight_2, nX ) ); in Mirror() 733 pAcc->SetPixel( nHeight_2, nX, pAcc->GetPixel( nHeight_2, nOtherX ) ); in Mirror() 789 … pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY++, nOtherX ) ); in Rotate() 795 … pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY--, nOtherX ) ); in Rotate() 864 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nRotY, nRotX ) ); in Rotate() [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 | 404 if( pReadAcc->GetPixel( nY, nX ).GetLuminance() >= in ImplMakeMono() 481 if( pReadAcc->GetPixel( nY, nX ).GetLuminance() > in ImplMakeMonoDither() 597 … pWriteAcc->SetPixelIndex( nY, nX, (pReadAcc->GetPixel( nY, nX ) ).GetLuminance() >> nShift ); in ImplMakeGreyscales() 664 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nY, nX ) ); in ImplConvertUp() 678 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nY, nX ) ); in ImplConvertUp() 760 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown() 799 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown() 875 const BitmapColor aOld( pR->GetPixel( nY, nX ) ); in ImplConvertGhosted() 1147 pWriteAcc->SetPixel( nActY, nX, pReadAcc->GetPixel( nMapY , pLutX[ nX ] ) ); in ImplScaleFast() 1228 aCol0 = pReadAcc->GetPixel( nY, 0 ); in ImplScaleInterpolate() [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() 1280 long nAlpha0 = pAcc->GetPixel( nTmpY, nTmpX ).GetIndex(); in ImplCreateScaled() 1281 long nAlpha1 = pAcc->GetPixel( nTmpY, ++nTmpX ).GetIndex(); in ImplCreateScaled() 1284 nAlpha1 = pAcc->GetPixel( ++nTmpY, nTmpX ).GetIndex(); in ImplCreateScaled() 1285 nAlpha0 = pAcc->GetPixel( nTmpY--, --nTmpX ).GetIndex(); in ImplCreateScaled() 1387 if( pAcc->GetPixel( pMapLY[ nY ], pMapLX[ nX ] ) == aB ) in ImplCreateScaled() 1528 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 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()
|