Home
last modified time | relevance | path

Searched refs:getHDC (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx68 hSrcDC = static_cast<WinSalGraphics*>(pSrcGraphics)->getHDC(); in copyBits()
70 hSrcDC = getHDC(); in copyBits()
80 BitBlt( getHDC(), in copyBits()
89 int nOldStretchMode = SetStretchBltMode( getHDC(), STRETCH_DELETESCANS ); in copyBits()
90 StretchBlt( getHDC(), in copyBits()
97 SetStretchBltMode( getHDC(), nOldStretchMode ); in copyBits()
288 nOldClipRgnType = GetClipRgn( getHDC(), hOldClipRgn ); in copyArea()
291 ExtSelectClipRgn( getHDC(), hInvalidateRgn, RGN_DIFF ); in copyArea()
297 BitBlt( getHDC(), in copyArea()
300 getHDC(), in copyArea()
[all …]
H A Dsalgdi.cxx525 int nDPIX = GetDeviceCaps( pData->getHDC(), LOGPIXELSX ); in ImplSalInitGraphics()
532 ::SetTextAlign( pData->getHDC(), TA_BASELINE | TA_LEFT | TA_NOUPDATECP ); in ImplSalInitGraphics()
533 ::SetBkMode( pData->getHDC(), TRANSPARENT ); in ImplSalInitGraphics()
534 ::SetROP2( pData->getHDC(), R2_COPYPEN ); in ImplSalInitGraphics()
542 SelectClipRgn( pData->getHDC(), 0 ); in ImplSalDeInitGraphics()
545 SelectPen( pData->getHDC(), pData->mhDefPen ); in ImplSalDeInitGraphics()
547 SelectBrush( pData->getHDC(), pData->mhDefBrush ); in ImplSalDeInitGraphics()
549 SelectFont( pData->getHDC(), pData->mhDefFont ); in ImplSalDeInitGraphics()
796 rDPIX = GetDeviceCaps( getHDC(), LOGPIXELSX ); in GetResolution()
797 rDPIY = GetDeviceCaps( getHDC(), LOGPIXELSY ); in GetResolution()
[all …]
H A Dsalgdi3.cxx1342 ::SetTextColor( getHDC(), aCol ); in SetTextColor()
1548 ImplGetLogFontFromFontSelect( getHDC(), i_pFont, aLogFont, true ); in ImplDoSetFont()
1590 o_rOldFont = ::SelectFont( getHDC(), hNewFont ); in ImplDoSetFont()
1593 if( !::GetTextMetricsW( getHDC(), &aTextMetricW ) ) in ImplDoSetFont()
1600 SelectFont( getHDC(), hNewFont2 ); in ImplDoSetFont()
1619 ::SelectFont( getHDC(), mhDefFont ); in SetFont()
1660 mpWinFontData[ nFallbackLevel ]->UpdateFromHDC( getHDC() ); in SetFont()
1689 HFONT hOldFont = SelectFont( getHDC(), mhFonts[nFallbackLevel] ); in GetFontMetric()
1692 if( ::GetTextFaceW( getHDC(), sizeof(aFaceName)/sizeof(wchar_t), aFaceName ) ) in GetFontMetric()
1697 const bool bOK = GetTextMetricsA( getHDC(), &aWinMetric ); in GetFontMetric()
[all …]
H A Dsalvd.cxx97 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 Dsalgdi_gdiplus.cxx157 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 Dwinlayout.cxx654 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 Dsalnativewidgets-luna.cxx1160 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 Dsalprn.cxx1468 DeleteDC( pPrinter->mpGraphics->getHDC() ); in ImplUpdateSalPrnIC()
1536 DeleteDC( mpGraphics->getHDC() ); in ~WinSalInfoPrinter()
H A Dsalbmp.cxx639 HDC hDC = pGraphics->getHDC(); in Create()
/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx1063 mpGraphics2->getHDC() ) in ~WinSalFrame()
1070 SelectPalette( mpGraphics->getHDC(), mpGraphics->mhDefPal, TRUE ); in ~WinSalFrame()
1072 ReleaseDC( mhWnd, mpGraphics->getHDC() ); in ~WinSalFrame()
1183 if ( mpGraphics2->getHDC() ) in ReleaseGraphics()
1187 SelectPalette( mpGraphics2->getHDC(), mpGraphics2->mhDefPal, TRUE ); in ReleaseGraphics()
1192 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics()
1689 pThis->mpGraphics2->getHDC() ) in ImplSetParentFrame()
1692 hFont = (HFONT) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_FONT); in ImplSetParentFrame()
1693 hPen = (HPEN) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_PEN); in ImplSetParentFrame()
1694 hBrush = (HBRUSH) GetCurrentObject( pThis->mpGraphics2->getHDC(), OBJ_BRUSH); in ImplSetParentFrame()
[all …]
/AOO42X/main/canvas/source/directx/
H A Ddx_devicehelper.cxx83 HDC hDC = getHDC(); in getPhysicalResolution()
101 HDC hDC=getHDC(); in getPhysicalSize()
201 HDC hdc( getHDC() ); in getDeviceHandle()
H A Ddx_devicehelper.hxx100 HDC getHDC() const { return mnHDC; } in getHDC() function in dxcanvas::DeviceHelper
/AOO42X/main/vcl/inc/win/
H A Dsalvd.h41 HDC getHDC() { return mhLocalDC; } in getHDC() function
H A Dsalgdi.h135 HDC getHDC() { return mhLocalDC; } in getHDC() function