Home
last modified time | relevance | path

Searched refs:Os2SalBitmap (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx56 Os2SalBitmap::Os2SalBitmap() : in Os2SalBitmap() function in Os2SalBitmap
66 Os2SalBitmap::~Os2SalBitmap() in ~Os2SalBitmap()
73 bool Os2SalBitmap::Create( HANDLE hBitmap, bool bDIB, bool bCopyHandle ) in Create()
126 bool Os2SalBitmap::Create( const Size& rSize, USHORT nBitCount, const BitmapPalette& rPal ) in Create()
144 bool Os2SalBitmap::Create( const SalBitmap& rSSalBitmap ) in Create()
147 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in Create()
172 bool Os2SalBitmap::Create( const SalBitmap& rSSalBmp, SalGraphics* pSGraphics ) in Create()
175 const Os2SalBitmap& rSalBmp = static_cast<const Os2SalBitmap&>(rSSalBmp); in Create()
242 bool Os2SalBitmap::Create( const SalBitmap& rSSalBmp, USHORT nNewBitCount ) in Create()
245 const Os2SalBitmap& rSalBmp = static_cast<const Os2SalBitmap&>(rSSalBmp); in Create()
[all …]
H A Dsalgdi2.cxx278 const SalTwoRect& rPosAry, const Os2SalBitmap& rSalBitmap, in ImplDrawBitmap()
285 Os2SalBitmap* pTmpSalBmp = NULL; in ImplDrawBitmap()
291 pTmpSalBmp = new Os2SalBitmap; in ImplDrawBitmap()
322 hSubst = Os2SalBitmap::ImplCreateDIB4FromDIB1( hDrawDIB ); in ImplDrawBitmap()
326 ( (Os2SalBitmap&) rSalBitmap ).ImplReplacehDIB1Subst( hSubst ); in ImplDrawBitmap()
431 rPosAry, static_cast<const Os2SalBitmap&>(rSalBitmap), in drawBitmap()
456 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in drawBitmap()
457 const Os2SalBitmap& rTransparentBitmap = static_cast<const Os2SalBitmap&>(rSTransparentBitmap); in drawBitmap()
573 const Os2SalBitmap& rSalBitmap = static_cast<const Os2SalBitmap&>(rSSalBitmap); in drawMask()
611 Os2SalBitmap* pSalBitmap = NULL; in getBitmap()
[all …]
/AOO41X/main/vcl/inc/os2/
H A Dsalbmp.h42 class Os2SalBitmap : public SalBitmap
71 Os2SalBitmap();
72 ~Os2SalBitmap();
/AOO41X/main/vcl/os2/source/app/
H A Dsalinst.cxx823 return new Os2SalBitmap(); in CreateSalBitmap()