Home
last modified time | relevance | path

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

/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx70 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 Dsalgdi.cxx542 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 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 Dsalgdi3.cxx1342 ::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 Dsalgdi_gdiplus.cxx155 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyPolygon()
225 Gdiplus::Graphics aGraphics(getHDC()); in drawPolyLine()
388 Gdiplus::Graphics aGraphics(getHDC()); in tryDrawBitmapGdiPlus()
422 Gdiplus::Graphics aGraphics(getHDC()); in drawAlphaBitmap()
468 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()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1067 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()
3738 pFrame->mpGraphics->getHDC() ) in ImplHandleKeyMsg()
4589 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4601 SelectPalette( pGraphics->getHDC(), in ImplHandlePalette()
4614 hDC = pFrame->mpGraphics->getHDC(); in ImplHandlePalette()
4640 RealizePalette( pGraphics->getHDC() ); in ImplHandlePalette()
[all …]
/aoo41x/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
/aoo41x/main/vcl/inc/win/
H A Dsalvd.h41 HDC getHDC() { return mhLocalDC; } in getHDC() function in WinSalVirtualDevice
H A Dsalgdi.h135 HDC getHDC() { return mhLocalDC; } in getHDC() function in WinSalGraphics

Completed in 231 milliseconds