Home
last modified time | relevance | path

Searched refs:mpImageBitmap (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Doutdev2.cxx1459 if( !pData->mpImageBitmap ) in DrawImage()
1463 pData->mpImageBitmap = new ImplImageBmp; in DrawImage()
1464 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
1467 pData->mpImageBitmap->Draw( 0, this, rPos, nStyle ); in DrawImage()
1495 if ( !pData->mpImageBitmap ) in DrawImage()
1499 pData->mpImageBitmap = new ImplImageBmp; in DrawImage()
1500 pData->mpImageBitmap->Create( pData->maBmpEx, aSize.Width(), aSize.Height(), 1 ); in DrawImage()
1503 pData->mpImageBitmap->Draw( 0, this, rPos, nStyle, &rSize ); in DrawImage()
H A Dimpimage.cxx144 mpImageBitmap( NULL ), in ImplImageData()
153 delete mpImageBitmap; in ~ImplImageData()
/aoo41x/main/vcl/inc/
H A Dimage.h150 ImplImageBmp* mpImageBitmap; member

Completed in 46 milliseconds