Home
last modified time | relevance | path

Searched refs:SetPixel (Results 1 – 25 of 45) sorted by relevance

12

/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrprimitivetools.cxx58 pWContent->SetPixel(0, 1, aPixColor); in createDefaultCross_3x3()
59 pWContent->SetPixel(1, 0, aPixColor); in createDefaultCross_3x3()
60 pWContent->SetPixel(1, 1, aPixColor); in createDefaultCross_3x3()
61 pWContent->SetPixel(1, 2, aPixColor); in createDefaultCross_3x3()
62 pWContent->SetPixel(2, 1, aPixColor); in createDefaultCross_3x3()
64 pWMask->SetPixel(0, 0, aMaskColor); in createDefaultCross_3x3()
65 pWMask->SetPixel(0, 2, aMaskColor); in createDefaultCross_3x3()
66 pWMask->SetPixel(2, 0, aMaskColor); in createDefaultCross_3x3()
67 pWMask->SetPixel(2, 2, aMaskColor); in createDefaultCross_3x3()
106 pWContent->SetPixel(0, 0, aPixColorA); in createDefaultGluepoint_9x9()
[all …]
/aoo42x/main/vcl/source/gdi/
H A Dbitmap.cxx1855 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple()
1857 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1867 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1869 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple()
1879 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1881 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple()
1891 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple()
1893 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1903 pAcc->SetPixel( nY, nX, aWhite ); in CombineSimple()
1905 pAcc->SetPixel( nY, nX, aBlack ); in CombineSimple()
[all …]
H A Dbmpacc3.cxx150 SetPixel( nY, nX, rLineColor ); in DrawLine()
155 SetPixel( nY, nX, rLineColor ); in DrawLine()
169 SetPixel( nY, nX, rLineColor ); in DrawLine()
174 SetPixel( nY, nX, rLineColor ); in DrawLine()
210 SetPixel( nY, nX, rLineColor ); in DrawLine()
249 SetPixel( nY, nX, rLineColor ); in DrawLine()
289 SetPixel( nY, nX, rFillColor ); in FillRect()
335 SetPixel(nY, nX, rFillColor); in FillPolygon()
396 SetPixel(nY, nX, rFillColor); in FillPolyPolygon()
H A Dbitmap3.cxx391 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMono()
394 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMono()
407 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMono()
410 pWriteAcc->SetPixel( nY, nX, aBlack ); in ImplMakeMono()
468 pWriteAcc->SetPixel( nY, nX, aWhite ); in ImplMakeMonoDither()
1233 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate()
1263 pWriteAcc->SetPixel( nY, nX, aCol0 ); in ImplScaleInterpolate()
2804 pWriteAcc->SetPixel( nY, 0, aBestCol ); in ImplDitherFloyd16()
3076 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
3090 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
[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()
262 pAcc->SetPixel( nY, nX, aCol ); in Invert()
332 pAcc->SetPixel( nY, nX, aReplace ); in Replace()
380 pAcc->SetPixel( nY, nX, aReplace ); in Replace()
H A Dbitmapex.cxx869 pWrite->SetPixel( in impTransformBitmap()
881 pWrite->SetPixel( in impTransformBitmap()
1143 pContent->SetPixel(y, x, BitmapColor(Color(aBDest))); in ModifyBitmapEx()
1257 pContent->SetPixel(0, 0, aColorTopLeft); in createBlendFrame()
1266 pContent->SetPixel(0, x, aMix); in createBlendFrame()
1274 pContent->SetPixel(0, x, aColorTopRight); in createBlendFrame()
1284 pContent->SetPixel(y, 0, aMixA); in createBlendFrame()
1293 pContent->SetPixel(y, x, aMixB); in createBlendFrame()
1302 pContent->SetPixel(y, 0, aColorBottomLeft); in createBlendFrame()
1311 pContent->SetPixel(y, x, aMix); in createBlendFrame()
[all …]
H A Dbitmap4.cxx204 pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) MinMax( nSumR / nDivisor, 0, 255 ), in ImplConvolute3()
338 … pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) nR2, (sal_uInt8) nG2, (sal_uInt8) nB2 ) ); in ImplMedianFilter()
474 pWriteAcc->SetPixel( nY, nX, aGrey ); in ImplSobelGrey()
588 pWriteAcc->SetPixel( nY, nX, aGrey ); in ImplEmbossGrey()
663 pWriteAcc->SetPixel( nY, nX, aCol.Invert() ); in ImplSolarize()
723 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplSepia()
736 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplSepia()
839 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplMosaic()
872 pWriteAcc->SetPixel( nY, nX, aCol ); in ImplMosaic()
H A Doutdev2.cxx1966 pW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
1977 pAlphaW->SetPixel( nY, nX, aIndex ); in ImplBlendWithAlpha()
2008 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2016 pAlphaW->SetPixel( nY, nX, Color(nSrcAlpha, nSrcAlpha, nSrcAlpha) ); in ImplBlendWithAlpha()
2076 pW->SetPixel( nY, nX, aIndex ); in ImplBlend()
2122 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2143 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 2 ], pTmp[ 1 ], pTmp[ 0 ], in ImplBlend()
2164 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 0 ], pTmp[ 1 ], pTmp[ 2 ], in ImplBlend()
2182 pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetColor( nMapY, nMapX ), in ImplBlend()
H A Dpngread.cxx1645 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetPixel()
1671 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetTranspPixel()
1674 mpMaskAcc->SetPixel( nY, nX, mcTranspColor ); in ImplSetTranspPixel()
1676 mpMaskAcc->SetPixel( nY, nX, mcOpaqueColor ); in ImplSetTranspPixel()
1705 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetAlphaPixel()
H A Dimpimage.cxx495 pAcc->SetPixel( nY, nX, aCol ); in Draw()
616 pGrey->SetPixel( nY, nX, aGreyVal ); in ImplUpdateDisabledBmpEx()
621 pGreyAlphaMask->SetPixel( nY, nX, aGreyAlphaMaskVal ); in ImplUpdateDisabledBmpEx()
/aoo42x/main/filter/source/graphicfilter/itga/
H A Ditga.cxx328 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
353 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
442 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
491 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
511 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
542 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
565 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
609 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
637 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
647 mpAcc->SetPixel( nY, nX, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
[all …]
/aoo42x/main/canvas/source/vcl/
H A Dimpltools.cxx375 pAlphaWriteAccess->SetPixel( y, x, BitmapColor(255) ); in transformBitmap()
404 pWriteAccess->SetPixel( y, x, in transformBitmap()
421 pAlphaWriteAccess->SetPixel( y, x, BitmapColor(255) ); in transformBitmap()
432 pAlphaWriteAccess->SetPixel( y, x, in transformBitmap()
455 pWriteAccess->SetPixel( y, x, in transformBitmap()
484 … pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, nSrcX ) ); in transformBitmap()
500 pAlphaWriteAccess->SetPixel( y, x, BitmapColor(255) ); in transformBitmap()
504 pAlphaWriteAccess->SetPixel( y, x, BitmapColor(0) ); in transformBitmap()
505 pWriteAccess->SetPixel( y, x, pReadAccess->GetPixel( nSrcY, in transformBitmap()
H A Dcanvasbitmaphelper.cxx329 pWriteAccess->SetPixel( y, x, BitmapColor( data[ nCurrPos ], in setData()
335 pAlphaWriteAccess->SetPixel( y, x, in setData()
408 pWriteAccess->SetPixel( y, x, BitmapColor( data[ nCurrPos ], in setData()
478 pWriteAccess->SetPixel( pos.Y, pos.X, BitmapColor( color[ 0 ], in setPixel()
483 pAlphaWriteAccess->SetPixel( pos.Y, pos.X, BitmapColor( 255 - color[ 3 ] ) ); in setPixel()
/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1375 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled()
1377 pWAcc->SetPixel( nY, nX, aWW ); in ImplCreateScaled()
1388 pWAcc->SetPixel( nY, nX, aWB ); in ImplCreateScaled()
1390 pWAcc->SetPixel( nY, nX, aWW ); in ImplCreateScaled()
1503 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()
1543 pWAcc->SetPixel( nY, nX, aColRes ); in ImplCreateRotatedScaled()
1644 pWAcc->SetPixel( nY, nX, aTrans ); in ImplCreateRotatedScaled()
1705 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled()
1707 pWAcc->SetPixel( nY, nX, aW ); in ImplCreateRotatedScaled()
1710 pWAcc->SetPixel( nY, nX, aB ); in ImplCreateRotatedScaled()
[all …]
/aoo42x/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx470 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
487 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
511 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
529 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
553 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
571 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
659 mpWriteAcc->SetPixel( nY, nX, BitmapColor( cR, cG, cB ) ); in ImplReadBody()
/aoo42x/main/cui/source/dialogs/
H A Dcolorpicker.cxx523 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
535 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
547 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
559 pWriteAccess->SetPixel( y, x, aBitmapColor ); in UpdateBitmap()
571 pWriteAccess->SetPixel( y, x, aBitmapColor ); in UpdateBitmap()
583 pWriteAccess->SetPixel( y, x, aBitmapColor ); in UpdateBitmap()
882 pWriteAccess->SetPixel( nY-y, 0, aBitmapColor ); in UpdateBitmap()
891 … pWriteAccess->SetPixel( nY-y, 0, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
907 pWriteAccess->SetPixel( nY-y, 0, aBitmapColor ); in UpdateBitmap()
915 pWriteAccess->SetPixel( nY-y, 0, aBitmapColor ); in UpdateBitmap()
[all …]
/aoo42x/main/vcl/test/
H A Dcanvasbitmaptest.cxx904 pAcc->SetPixel(0,0,aWhite); in Paint()
905 pAcc->SetPixel(0,1,aBlack); in Paint()
906 pAcc->SetPixel(0,2,aWhite); in Paint()
923 pAcc->SetPixel(0,0,BitmapColor(1)); in Paint()
924 pAcc->SetPixel(0,1,BitmapColor(0)); in Paint()
925 pAcc->SetPixel(0,2,BitmapColor(1)); in Paint()
941 pAcc->SetPixel(0,0,BitmapColor(255)); in Paint()
942 pAcc->SetPixel(0,1,BitmapColor(0)); in Paint()
943 pAcc->SetPixel(0,2,BitmapColor(255)); in Paint()
/aoo42x/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx285 mpAcc->SetPixel( nY, i, BitmapColor( (sal_uInt8)k ) ); in ImplGetScanLine()
288 mpMaskAcc->SetPixel( nY, i, in ImplGetScanLine()
300 mpAcc->SetPixel( nY, i, Color ( pColor[3], pColor[4], pColor[5] ) ); in ImplGetScanLine()
302 mpAcc->SetPixel( nY, i, BitmapColor( (sal_uInt8) j ) ); in ImplGetScanLine()
305 mpMaskAcc->SetPixel( nY, i, ( in ImplGetScanLine()
/aoo42x/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx354 … mpAcc->SetPixel( ny, nx, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nBlue ) ); in ReadImage()
356 …mpAcc->SetPixel( nWidth - 1 - nx, ny, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)… in ReadImage()
361 …mpAcc->SetPixel( nHeight - 1 - ny, ( nWidth - 1 - nx ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)n… in ReadImage()
363 …mpAcc->SetPixel( nx, ( nHeight - 1 - ny ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_u… in ReadImage()
/aoo42x/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx750 pAcc->SetPixel( nY, nx, Color( nLRed, nLGreen, nLBlue ) ); in ConvertScanline()
757 pAcc->SetPixel( nY, nx, Color( pt[0], pt[1], pt[2] ) ); in ConvertScanline()
780 …pAcc->SetPixel( nY, nx, Color( (sal_uInt8)( nRed - nMinMax ), (sal_uInt8)( nGreen - nMinMax ), (sa… in ConvertScanline()
806 pAcc->SetPixel( nY, nx, Color( (sal_uInt8) nRed, (sal_uInt8) nGreen, (sal_uInt8) nBlue ) ); in ConvertScanline()
849 pAcc->SetPixel( nY, nx, Color ( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nBlue ) ); in ConvertScanline()
/aoo42x/main/vcl/inc/vcl/
H A Dbmpacc.hxx207 inline void SetPixel( long nY, long nX, const BitmapColor& rBitmapColor );
547 inline void BitmapWriteAccess::SetPixel( long nY, long nX, const BitmapColor& rBitmapColor ) in SetPixel() function in BitmapWriteAccess
557 SetPixel( nY, nX, BitmapColor( cIndex )); in SetPixelIndex()
/aoo42x/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx100 pContent->SetPixel(y, x, BitmapColor( in BPixelRasterToBitmapEx()
104 pAlpha->SetPixel(y, x, BitmapColor(255 - (sal_uInt8)nOpacity)); in BPixelRasterToBitmapEx()
121 pContent->SetPixel(y, x, BitmapColor(rPixel.getRed(), rPixel.getGreen(), rPixel.getBlue())); in BPixelRasterToBitmapEx()
122 pAlpha->SetPixel(y, x, BitmapColor(255 - rPixel.getOpacity())); in BPixelRasterToBitmapEx()
/aoo42x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx919 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
951 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
965 pAcc->SetPixel( ny, nx++, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
994 pAcc->SetPixel( ny, nx, BitmapColor( nRed, nGreen, nBlue) ); in ReadPixMapEtc()
1007 pAcc->SetPixel( ny, nx, BitmapColor( nRed, nGreen, nBlue ) ); in ReadPixMapEtc()
1060 pAcc->SetPixel( ny, nx++, BitmapColor( *pTmp, pTmp[ nWidth ], pTmp[ 2 * nWidth ] ) ); in ReadPixMapEtc()
/aoo42x/main/vcl/source/helper/
H A Dcanvastools.cxx257 rAlphaAcc->SetPixel( aRect.Y1, x, in readBmp()
266 rWriteAcc->SetPixel( aRect.Y1, x, in readBmp()
270 rAlphaAcc->SetPixel( aRect.Y1, x, in readBmp()
296 rWriteAcc->SetPixel( aRect.Y1, x, in readBmp()
/aoo42x/main/filter/source/graphicfilter/iras/
H A Diras.cxx274 mpAcc->SetPixel ( y, x, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()
298 mpAcc->SetPixel ( y, x, BitmapColor( nRed, nGreen, nBlue ) ); in ImplReadBody()

Completed in 1331 milliseconds

12