Searched refs:aPixelColor (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 550 BitmapColor aPixelColor; in ImplReadDIBBits() local 559 aPixelColor.SetBlue( *pTmp++ ); in ImplReadDIBBits() 560 aPixelColor.SetGreen( *pTmp++ ); in ImplReadDIBBits() 561 aPixelColor.SetRed( *pTmp++ ); in ImplReadDIBBits() 562 rAcc.SetPixel( nY, nX, aPixelColor ); in ImplReadDIBBits() 1114 BitmapColor aPixelColor; in ImplWriteDIBBits() local 1125 aPixelColor = rAcc.GetColor( nY, nX ); in ImplWriteDIBBits() 1127 *pTmp++ = aPixelColor.GetBlue(); in ImplWriteDIBBits() 1128 *pTmp++ = aPixelColor.GetGreen(); in ImplWriteDIBBits() 1129 *pTmp++ = aPixelColor.GetRed(); in ImplWriteDIBBits()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 184 Color aPixelColor, aBackgroundColor; member in SvxBitmapCtl 195 void SetPixelColor( Color aColor ) { aPixelColor = aColor; } in SetPixelColor() 211 Color aPixelColor; member in SvxPixelCtl 232 void SetPixelColor( const Color& rCol ) { aPixelColor = rCol; } in SetPixelColor() 237 Color GetPixelColor() const { return aPixelColor; } in GetPixelColor()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | tpbitmap.cxx | 397 Color aPixelColor = aFront; in IMPL_LINK() local 412 aLbColor.SelectEntry( aPixelColor ); in IMPL_LINK() 416 aLbColor.InsertEntry( aPixelColor, String() ); in IMPL_LINK() 417 aLbColor.SelectEntry( aPixelColor ); in IMPL_LINK() 429 aBitmapCtl.SetPixelColor( aPixelColor ); in IMPL_LINK()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 799 const BitmapColor aPixelColor( pRAcc->GetColor( nY, nX ) ); in getBitmapData() local 811 *p++ = aPixelColor.GetRed(); in getBitmapData() 812 *p++ = aPixelColor.GetGreen(); in getBitmapData() 813 *p++ = aPixelColor.GetBlue(); in getBitmapData()
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1068 SetFillColor( nLastPixel ? aPixelColor : aBackgroundColor ); in Paint() 1227 aPixelColor = aFront; in SetXBitmap() 1301 const Bitmap aRetval(createHistorical8x8FromArray(pBmpArray, aPixelColor, aBackgroundColor)); in GetBitmapEx()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 684 const RGBAColor aPixelColor( nSalColor ); in drawPixel() local 685 ImplDrawPixel( nX, nY, aPixelColor ); in drawPixel()
|
Completed in 82 milliseconds