Searched refs:ImplGetCachedDC (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 384 HDC hBmpDC = ImplGetCachedDC( CACHED_HDC_DRAW, hDrawDDB ); in ImplDrawBitmap() 477 HDC hMaskDC = ImplGetCachedDC( CACHED_HDC_1, hMaskBitmap ); in drawBitmap() 484 HDC hSrcDC = ImplGetCachedDC( CACHED_HDC_2, rSalBitmap.ImplGethDDB() ); in drawBitmap() 498 HDC hSrcDC = ImplGetCachedDC( CACHED_HDC_2, pTmpSalBmp->ImplGethDDB() ); in drawBitmap() 563 HDC hMemDC = ImplGetCachedDC( CACHED_HDC_1, hMemBitmap ); in drawBitmap() 564 HDC hMaskDC = ImplGetCachedDC( CACHED_HDC_2, hMaskBitmap ); in drawBitmap() 623 HDC hMemDC = ImplGetCachedDC( CACHED_HDC_1, 0 ); in drawAlphaRect() 692 HDC hBmpDC = ImplGetCachedDC( CACHED_HDC_1, hBmpBitmap ); in getBitmap()
|
H A D | salgdi.cxx | 554 HDC ImplGetCachedDC( sal_uLong nID, HBITMAP hBmp ) in ImplGetCachedDC() function
|
/aoo41x/main/vcl/inc/win/ |
H A D | saldata.hxx | 189 HDC ImplGetCachedDC( sal_uLong nID, HBITMAP hBmp = 0 );
|
/aoo41x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 3147 HDC hBmpDC = ImplGetCachedDC( CACHED_HDC_1, hBmpBitmap ); in SnapShot()
|
Completed in 49 milliseconds