Home
last modified time | relevance | path

Searched refs:aBitmapColor (Results 1 – 19 of 19) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapColorizeFilter.cxx25 BitmapColor aBitmapColor; in execute() local
50 aBitmapColor.SetRed(aMapR[rCol.GetRed()]); in execute()
51 aBitmapColor.SetGreen(aMapG[rCol.GetGreen()]); in execute()
52 aBitmapColor.SetBlue(aMapB[rCol.GetBlue()]); in execute()
53 pWriteAccess->SetPaletteColor(i, aBitmapColor); in execute()
80 aBitmapColor = pWriteAccess->GetPixelFromData(pScanline, nX); in execute()
81 aBitmapColor.SetRed(aMapR[aBitmapColor.GetRed()]); in execute()
82 aBitmapColor.SetGreen(aMapG[aBitmapColor.GetGreen()]); in execute()
83 aBitmapColor.SetBlue(aMapB[aBitmapColor.GetBlue()]); in execute()
84 pWriteAccess->SetPixelOnData(pScanline, nX, aBitmapColor); in execute()
H A DBitmapReadAccess.cxx298 BitmapColor aBitmapColor; in GetPixelForN24BitTcBgr() local
305 return aBitmapColor; in GetPixelForN24BitTcBgr()
320 BitmapColor aBitmapColor; in GetPixelForN24BitTcRgb() local
327 return aBitmapColor; in GetPixelForN24BitTcRgb()
356 BitmapColor aBitmapColor; in GetPixelForN32BitTcXbgr() local
363 return aBitmapColor; in GetPixelForN32BitTcXbgr()
405 BitmapColor aBitmapColor; in GetPixelForN32BitTcXrgb() local
412 return aBitmapColor; in GetPixelForN32BitTcXrgb()
454 BitmapColor aBitmapColor; in GetPixelForN32BitTcBgrx() local
461 return aBitmapColor; in GetPixelForN32BitTcBgrx()
[all …]
H A DBitmapEx.cxx589 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetAlpha() local
590 nAlpha = 255 - aBitmapColor.GetIndex(); in GetAlpha()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapColorizeFilter.cxx25 BitmapColor aBitmapColor; in execute() local
50 aBitmapColor.SetRed(aMapR[rCol.GetRed()]); in execute()
51 aBitmapColor.SetGreen(aMapG[rCol.GetGreen()]); in execute()
52 aBitmapColor.SetBlue(aMapB[rCol.GetBlue()]); in execute()
53 pWriteAccess->SetPaletteColor(i, aBitmapColor); in execute()
80 aBitmapColor = pWriteAccess->GetPixelFromData(pScanline, nX); in execute()
81 aBitmapColor.SetRed(aMapR[aBitmapColor.GetRed()]); in execute()
82 aBitmapColor.SetGreen(aMapG[aBitmapColor.GetGreen()]); in execute()
83 aBitmapColor.SetBlue(aMapB[aBitmapColor.GetBlue()]); in execute()
84 pWriteAccess->SetPixelOnData(pScanline, nX, aBitmapColor); in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpacc2.cxx120 BitmapColor aBitmapColor; in GetPixelForN24BitTcBgr() local
127 return aBitmapColor; in GetPixelForN24BitTcBgr()
140 BitmapColor aBitmapColor; in GetPixelForN24BitTcRgb() local
147 return aBitmapColor; in GetPixelForN24BitTcRgb()
176 BitmapColor aBitmapColor; in GetPixelForN32BitTcXbgr() local
183 return aBitmapColor; in GetPixelForN32BitTcXbgr()
224 BitmapColor aBitmapColor; in GetPixelForN32BitTcXrgb() local
231 return aBitmapColor; in GetPixelForN32BitTcXrgb()
272 BitmapColor aBitmapColor; in GetPixelForN32BitTcBgrx() local
279 return aBitmapColor; in GetPixelForN32BitTcBgrx()
[all …]
H A Dbitmapex.cxx725 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetTransparency() local
729 nTransparency = aBitmapColor.GetIndex(); in GetTransparency()
733 if(0x00 == aBitmapColor.GetIndex()) in GetTransparency()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx338 BitmapColor aBitmapColor; in ImplReadBody() local
526 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
527 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
545 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
546 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
575 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
576 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue ) ); in ImplReadBody()
594 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
595 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue ) ); in ImplReadBody()
683 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipsd/
H A Dipsd.cxx348 BitmapColor aBitmapColor; in ImplReadBody() local
536 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
537 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
555 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
556 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() ) ); in ImplReadBody()
585 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
586 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue ) ); in ImplReadBody()
604 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
605 … mpBitmap->SetPixel( nY, nX, Color( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue ) ); in ImplReadBody()
693 aBitmapColor = mpBitmap->GetPixel( nY, nX ); in ImplReadBody()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/texture/
H A Dtexture3d.cxx131 const BitmapColor aBitmapColor(mpReadBitmap->GetColor(rY, rX)); in impGetTransparence() local
133 if(maBitmapEx.GetTransparentColor() == aBitmapColor) in impGetTransparence()
143 const BitmapColor aBitmapColor(mpReadTransparence->GetPixel(rY, rX)); in impGetTransparence() local
147 return aBitmapColor.GetIndex(); in impGetTransparence()
151 if(0x00 != aBitmapColor.GetIndex()) in impGetTransparence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcolorpicker.cxx306 Color aBitmapColor(maColor); in UpdateBitmap() local
356 aBitmapColor.SetGreen(pRGB_Vert[y]); in UpdateBitmap()
360 aBitmapColor.SetBlue(pRGB_Horiz[x]); in UpdateBitmap()
368 aBitmapColor.SetRed(pRGB_Vert[y]); in UpdateBitmap()
372 aBitmapColor.SetBlue(pRGB_Horiz[x]); in UpdateBitmap()
380 aBitmapColor.SetGreen(pRGB_Vert[y]); in UpdateBitmap()
384 aBitmapColor.SetRed(pRGB_Horiz[x]); in UpdateBitmap()
587 Color aBitmapColor(maColor); in UpdateBitmap() local
627 mxBitmap->DrawPixel(Point(0, nY - y), aBitmapColor); in UpdateBitmap()
635 mxBitmap->DrawPixel(Point(0, nY - y), aBitmapColor); in UpdateBitmap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcolorpicker.cxx286 Color aBitmapColor(maColor); in UpdateBitmap() local
336 aBitmapColor.SetGreen(pRGB_Vert[y]); in UpdateBitmap()
340 aBitmapColor.SetBlue(pRGB_Horiz[x]); in UpdateBitmap()
348 aBitmapColor.SetRed(pRGB_Vert[y]); in UpdateBitmap()
352 aBitmapColor.SetBlue(pRGB_Horiz[x]); in UpdateBitmap()
360 aBitmapColor.SetGreen(pRGB_Vert[y]); in UpdateBitmap()
364 aBitmapColor.SetRed(pRGB_Horiz[x]); in UpdateBitmap()
563 Color aBitmapColor(maColor); in UpdateBitmap() local
603 mxBitmap->DrawPixel(Point(0, nY - y), aBitmapColor); in UpdateBitmap()
611 mxBitmap->DrawPixel(Point(0, nY - y), aBitmapColor); in UpdateBitmap()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DBitmapScaleTest.cxx177 Color aBitmapColor = COL_YELLOW; in testScale2() local
180 aWriteAccess->Erase(aBitmapColor); in testScale2()
205 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
222 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
239 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DBitmapPalette.hxx60 BitmapPalette(std::initializer_list<BitmapColor> aBitmapColor) : maBitmapColor(aBitmapColor) in BitmapPalette() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DBitmapScaleTest.cxx207 Color aBitmapColor = COL_YELLOW; in testScale2() local
210 aWriteAccess->Erase(aBitmapColor); in testScale2()
235 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
252 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
269 CPPUNIT_ASSERT(checkBitmapColor(aScaledBitmap, aBitmapColor)); in testScale2()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx194 Color aBitmapColor; in ImplGetBitmap() local
207 aBitmapColor.SetRed( *pTemp++ ); in ImplGetBitmap()
208 aBitmapColor.SetGreen( *pTemp++ ); in ImplGetBitmap()
209 aBitmapColor.SetBlue( *pTemp++ ); in ImplGetBitmap()
210 aBitmap.SetPixel(ny, nx, aBitmapColor); in ImplGetBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx183 Color aBitmapColor; in ImplGetBitmap() local
196 aBitmapColor.SetRed( *pTemp++ ); in ImplGetBitmap()
197 aBitmapColor.SetGreen( *pTemp++ ); in ImplGetBitmap()
198 aBitmapColor.SetBlue( *pTemp++ ); in ImplGetBitmap()
199 aBitmap.SetPixel(ny, nx, aBitmapColor); in ImplGetBitmap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/eps/
H A Deps.cxx1830 BitmapColor aBitmapColor = pAcc->GetPaletteColor( i ); in ImplBmp() local
1831 ImplWriteHexByte( aBitmapColor.GetRed(), PS_NONE ); in ImplBmp()
1832 ImplWriteHexByte( aBitmapColor.GetGreen(), PS_NONE ); in ImplBmp()
1833 ImplWriteHexByte( aBitmapColor.GetBlue(), PS_SPACE | PS_WRAP ); in ImplBmp()
1917 Compress( aBitmapColor.GetRed() ); in ImplBmp()
1918 Compress( aBitmapColor.GetGreen() ); in ImplBmp()
1919 Compress( aBitmapColor.GetBlue() ); in ImplBmp()
1931 … const BitmapColor aBitmapColor( pAcc->GetPixelFromData( pScanline, x ) ); in ImplBmp() local
1932 ImplWriteHexByte( aBitmapColor.GetRed() ); in ImplBmp()
1933 ImplWriteHexByte( aBitmapColor.GetGreen() ); in ImplBmp()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/eps/
H A Deps.cxx1826 BitmapColor aBitmapColor = pAcc->GetPaletteColor( i ); in ImplBmp() local
1827 ImplWriteHexByte( aBitmapColor.GetRed(), PS_NONE ); in ImplBmp()
1828 ImplWriteHexByte( aBitmapColor.GetGreen(), PS_NONE ); in ImplBmp()
1829 ImplWriteHexByte( aBitmapColor.GetBlue(), PS_SPACE | PS_WRAP ); in ImplBmp()
1913 Compress( aBitmapColor.GetRed() ); in ImplBmp()
1914 Compress( aBitmapColor.GetGreen() ); in ImplBmp()
1915 Compress( aBitmapColor.GetBlue() ); in ImplBmp()
1927 … const BitmapColor aBitmapColor( pAcc->GetPixelFromData( pScanline, x ) ); in ImplBmp() local
1928 ImplWriteHexByte( aBitmapColor.GetRed() ); in ImplBmp()
1929 ImplWriteHexByte( aBitmapColor.GetGreen() ); in ImplBmp()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/texture/
H A Dtexture3d.cxx111 const BitmapColor aBitmapColor(mpReadTransparence->GetPixel(rY, rX)); in impGetTransparence() local
112 return aBitmapColor.GetIndex(); in impGetTransparence()