Home
last modified time | relevance | path

Searched refs:aBitmapColor (Results 1 – 8 of 8) sorted by path

/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx504 BitmapColor aBitmapColor( maColor ); in UpdateBitmap() local
554 aBitmapColor.SetGreen( pRGB_Vert[y] ); in UpdateBitmap()
558 aBitmapColor.SetBlue( pRGB_Horiz[x] ); in UpdateBitmap()
566 aBitmapColor.SetRed( pRGB_Vert[y] ); in UpdateBitmap()
570 aBitmapColor.SetBlue( pRGB_Horiz[x] ); in UpdateBitmap()
578 aBitmapColor.SetGreen( pRGB_Vert[y] ); in UpdateBitmap()
582 aBitmapColor.SetRed( pRGB_Horiz[x] ); in UpdateBitmap()
866 BitmapColor aBitmapColor( maColor ); in UpdateBitmap() local
882 pWriteAccess->SetPixel( nY-y, 0, aBitmapColor ); in UpdateBitmap()
907 pWriteAccess->SetPixel( nY-y, 0, aBitmapColor ); in UpdateBitmap()
[all …]
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx135 const BitmapColor aBitmapColor(mpReadBitmap->GetColor(rY, rX)); in impGetTransparence() local
137 if(maBitmapEx.GetTransparentColor() == aBitmapColor.operator Color()) in impGetTransparence()
147 const BitmapColor aBitmapColor(mpReadTransparence->GetPixel(rY, rX)); in impGetTransparence() local
151 return aBitmapColor.GetIndex(); in impGetTransparence()
155 if(0x00 != aBitmapColor.GetIndex()) in impGetTransparence()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1905 BitmapColor aBitmapColor = pAcc->GetPaletteColor( i ); in ImplBmp() local
1906 ImplWriteHexByte( aBitmapColor.GetRed(), PS_NONE ); in ImplBmp()
1907 ImplWriteHexByte( aBitmapColor.GetGreen(), PS_NONE ); in ImplBmp()
1988 const BitmapColor aBitmapColor( pAcc->GetPixel( y, x ) ); in ImplBmp() local
1989 Compress( aBitmapColor.GetRed() ); in ImplBmp()
1990 Compress( aBitmapColor.GetGreen() ); in ImplBmp()
1991 Compress( aBitmapColor.GetBlue() ); in ImplBmp()
2002 const BitmapColor aBitmapColor( pAcc->GetPixel( y, x ) ); in ImplBmp() local
2003 ImplWriteHexByte( aBitmapColor.GetRed() ); in ImplBmp()
2004 ImplWriteHexByte( aBitmapColor.GetGreen() ); in ImplBmp()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx146 BitmapColor aBitmapColor; in ImplGetBitmap() local
153 aBitmapColor.SetRed( (sal_Int8)*pTemp++ ); in ImplGetBitmap()
154 aBitmapColor.SetGreen( (sal_Int8)*pTemp++ ); in ImplGetBitmap()
155 aBitmapColor.SetBlue( (sal_Int8)*pTemp++ ); in ImplGetBitmap()
156 rDesc.mpAcc->SetPixel( ny, nx, aBitmapColor ); in ImplGetBitmap()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx979 BitmapColor aBitmapColor; in ReadPixMapEtc() local
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx347 BitmapColor aBitmapColor; in ImplReadBody() local
510 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
511 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
528 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
529 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
552 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
553 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
570 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
571 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
655 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx812 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetTransparency() local
816 nTransparency = aBitmapColor.GetIndex(); in GetTransparency()
820 if(0x00 == aBitmapColor.GetIndex()) in GetTransparency()
H A Dbmpacc2.cxx165 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK() local
171 return aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
187 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK() local
193 return aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
225 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK() local
231 return aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
248 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK() local
254 return aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
271 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK() local
277 return aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
[all …]

Completed in 55 milliseconds