Home
last modified time | relevance | path

Searched refs:aPixelColor (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx550 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()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx184 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()
/trunk/main/cui/source/tabpages/
H A Dtpbitmap.cxx397 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()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx799 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()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1068 SetFillColor( nLastPixel ? aPixelColor : aBackgroundColor ); in Paint()
1227 aPixelColor = aFront; in SetXBitmap()
1301 const Bitmap aRetval(createHistorical8x8FromArray(pBmpArray, aPixelColor, aBackgroundColor)); in GetBitmapEx()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx684 const RGBAColor aPixelColor( nSalColor ); in drawPixel() local
685 ImplDrawPixel( nX, nY, aPixelColor ); in drawPixel()

Completed in 58 milliseconds