Searched refs:aBitmapColor (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | bmpacc2.cxx | 165 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 …]
|
H A D | bitmapex.cxx | 810 const BitmapColor aBitmapColor(pRead->GetPixel(nY, nX)); in GetTransparency() local 814 nTransparency = aBitmapColor.GetIndex(); in GetTransparency() 818 if(0x00 == aBitmapColor.GetIndex()) in GetTransparency()
|
/aoo4110/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 347 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 …]
|
/aoo4110/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 504 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 …]
|
/aoo4110/main/drawinglayer/source/texture/ |
H A D | texture3d.cxx | 135 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()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 146 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()
|
/aoo4110/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1905 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 …]
|
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 979 BitmapColor aBitmapColor; in ReadPixMapEtc() local
|
Completed in 193 milliseconds