/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 70 hSrcDC = getHDC(); in copyBits() 80 BitBlt( getHDC(), in copyBits() 90 StretchBlt( getHDC(), in copyBits() 297 BitBlt( getHDC(), in copyArea() 300 getHDC(), in copyArea() 553 HDC hDC = getHDC(); in drawBitmap() 658 HDC hDC = getHDC(); in drawMask() 690 HDC hDC = getHDC(); in getBitmap() 746 SetROP2( getHDC(), nOldROP ); in invert() 834 SetROP2( getHDC(), nOldROP ); in invert() [all …]
|
H A D | salgdi.cxx | 542 SelectClipRgn( pData->getHDC(), 0 ); in ImplSalDeInitGraphics() 847 SelectClipRgn( getHDC(), 0 ); in ResetClipRegion() 1075 SelectClipRgn( getHDC(), 0 ); in setClipRegion() 1323 SelectBrush( getHDC(), hOldBrush ); in drawPixel() 1348 SelectBrush( getHDC(), hOldBrush ); in drawPixel() 1380 LineTo( getHDC(), (int)nX2, (int)nY2 ); in drawLine() 1389 SelectBrush( getHDC(), hOldBrush ); in drawLine() 1570 if( BeginPath( getHDC() ) ) in drawPolygonBezier() 1574 if( EndPath( getHDC() ) ) in drawPolygonBezier() 1627 if( BeginPath( getHDC() ) ) in drawPolyPolygonBezier() [all …]
|
H A D | salgdi3.cxx | 1342 ::SetTextColor( getHDC(), aCol ); in SetTextColor() 1600 SelectFont( getHDC(), hNewFont2 ); in ImplDoSetFont() 1619 ::SelectFont( getHDC(), mhDefFont ); in SetFont() 1699 SelectFont( getHDC(), hOldFont ); in GetFontMetric() 2377 aInfo.mhDC = getHDC(); in GetDevFontList() 2406 EnumFontFamiliesExW( getHDC(), &aLogFont, in GetDevFontList() 2431 HDC hDC = getHDC(); in GetGlyphBoundRect() 2466 HDC hDC = getHDC(); in GetGlyphOutline() 2743 pWinFontData->UpdateFromHDC( getHDC() ); in CreateFontSubset() 2873 RawFontData aRawFontData( getHDC() ); in GetEmbedFontData() [all …]
|
H A D | salvd.cxx | 97 hDC = CreateCompatibleDC( pGraphics->getHDC() ); in CreateVirtualDevice() 101 hBmp = ImplCreateVirDevBitmap( pGraphics->getHDC(), in CreateVirtualDevice() 194 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalVirtualDevice() 197 SelectBitmap( mpGraphics->getHDC(), mhDefBmp ); in ~WinSalVirtualDevice() 199 DeleteDC( mpGraphics->getHDC() ); in ~WinSalVirtualDevice() 234 HBITMAP hNewBmp = ImplCreateVirDevBitmap( getHDC(), nDX, nDY, in SetSize() 238 SelectBitmap( getHDC(), hNewBmp ); in SetSize() 253 rWidth = GetDeviceCaps( getHDC(), HORZRES ); in GetSize() 254 rHeight= GetDeviceCaps( getHDC(), VERTRES ); in GetSize()
|
H A D | salgdi_gdiplus.cxx | 157 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon() 227 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine() 390 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus() 424 Gdiplus::Graphics aGraphics(getHDC()); in drawAlphaBitmap() 470 Gdiplus::Graphics aGraphics(getHDC()); in drawTransformedBitmap()
|
H A D | winlayout.cxx | 654 HDC aHDC = rWinGraphics.getHDC(); 2956 const HDC aHDC = static_cast<WinSalGraphics&>(sal_graphics).getHDC(); 3036 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance); 3040 pWinLayout = new UniscribeLayout( getHDC(), rFontFace, rFontInstance ); 3063 pWinLayout = new GraphiteWinLayout( getHDC(), rFontFace, rFontInstance); 3066 pWinLayout = new SimpleWinLayout( getHDC(), eCharSet, rFontFace, rFontInstance ); 3081 mpWinFontEntry[0]->InitKashidaHandling( getHDC() );
|
H A D | salnativewidgets-luna.cxx | 1160 int ta = SetTextAlign( getHDC(), TA_LEFT|TA_TOP|TA_NOUPDATECP ); in drawNativeControl() 1163 bOk = ImplDrawNativeControl(getHDC(), hTheme, rc, in drawNativeControl() 1168 SetTextAlign( getHDC(), ta ); in drawNativeControl()
|
H A D | salprn.cxx | 1468 DeleteDC( pPrinter->mpGraphics->getHDC() ); in ImplUpdateSalPrnIC() 1536 DeleteDC( mpGraphics->getHDC() ); in ~WinSalInfoPrinter()
|
H A D | salbmp.cxx | 639 HDC hDC = pGraphics->getHDC(); in Create()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1067 mpGraphics2->getHDC() ) in ~WinSalFrame() 1076 ReleaseDC( mhWnd, mpGraphics->getHDC() ); in ~WinSalFrame() 1187 if ( mpGraphics2->getHDC() ) in ReleaseGraphics() 1196 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics() 1693 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame() 3741 pFrame->mpGraphics->getHDC() ) in ImplHandleKeyMsg() 4592 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette() 4604 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette() 4617 hDC = pFrame->mpGraphics->getHDC(); in ImplHandlePalette() 4643 RealizePalette( pGraphics->getHDC() ); in ImplHandlePalette() [all …]
|
/trunk/main/canvas/source/directx/ |
H A D | dx_devicehelper.cxx | 83 HDC hDC = getHDC(); in getPhysicalResolution() 101 HDC hDC=getHDC(); in getPhysicalSize() 201 HDC hdc( getHDC() ); in getDeviceHandle()
|
H A D | dx_devicehelper.hxx | 100 HDC getHDC() const { return mnHDC; } in getHDC() function in dxcanvas::DeviceHelper
|
/trunk/main/vcl/inc/win/ |
H A D | salvd.h | 41 HDC getHDC() { return mhLocalDC; } in getHDC() function in WinSalVirtualDevice
|
H A D | salgdi.h | 135 HDC getHDC() { return mhLocalDC; } in getHDC() function in WinSalGraphics
|