Home
last modified time | relevance | path

Searched refs:HDC (Results 1 – 25 of 73) sorted by relevance

123

/aoo42x/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp130 DEFINE_UNICOWS_THUNK( gdi32, HDC, WINAPI, CreateEnhMetaFileW, (HDC,LPCWSTR,LPCRECT,LPCWSTR) )
139 DEFINE_UNICOWS_THUNK( gdi32, HDC, WINAPI, CreateMetaFileW, (LPCWSTR) )
173 DEFINE_UNICOWS_THUNK( user32, int, WINAPI, DrawTextW, (HDC,LPCWSTR,int,LPRECT,UINT) )
226 DEFINE_UNICOWS_THUNK( gdi32, BOOL, WINAPI, GetCharWidthW, (HDC,UINT,UINT,LPINT) )
256 DEFINE_UNICOWS_THUNK( gdi32, BOOL, WINAPI, GetICMProfileW, (HDC,LPDWORD,LPWSTR) )
304 DEFINE_UNICOWS_THUNK( gdi32, int, WINAPI, GetTextFaceW, (HDC,int,LPWSTR) )
305 DEFINE_UNICOWS_THUNK( gdi32, BOOL, WINAPI, GetTextMetricsW, (HDC,LPTEXTMETRICW) )
430 DEFINE_UNICOWS_THUNK( gdi32, HDC, WINAPI, ResetDCW, (HDC,const DEVMODEW*) )
456 DEFINE_UNICOWS_THUNK( gdi32, BOOL, WINAPI, SetICMProfileW, (HDC,LPWSTR) )
475 DEFINE_UNICOWS_THUNK( gdi32, int, WINAPI, StartDocW, (HDC,const DOCINFOW*) )
[all …]
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx64 HDC hSrcDC; in copyBits()
344 void ImplDrawBitmap( HDC hDC, in ImplDrawBitmap()
384 HDC hBmpDC = ImplGetCachedDC( CACHED_HDC_DRAW, hDrawDDB ); in ImplDrawBitmap()
477 HDC hMaskDC = ImplGetCachedDC( CACHED_HDC_1, hMaskBitmap ); in drawBitmap()
553 HDC hDC = getHDC(); 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()
658 HDC hDC = getHDC(); in drawMask()
690 HDC hDC = getHDC(); in getBitmap()
[all …]
H A Dsalprn.cxx1362 HDC hDC = 0; in ImplCreateICW_WithCatch()
1373 HDC hDC = 0; in ImplCreateICA_WithCatch()
1383 HDC hDC = 0; in ImplCreateSalPrnIC()
1752 HDC hDC = mhDC; in GetPageInfo()
1903 HDC hDC = mhDC; in ~WinSalPrinter()
1976 HDC hDC = 0; in StartJob()
2186 HDC hDC = mhDC; in EndJob()
2224 HDC hDC = mhDC; in AbortJob()
2254 HDC hDC = pPrinter->mhDC; in ImplSalPrinterAbortJobAsync()
2281 HDC hDC = mhDC; in StartPage()
[all …]
H A Dsalnativewidgets-luna.cxx63 …typedef HRESULT (WINAPI * DrawThemeBackground_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int i…
65 …typedef HRESULT (WINAPI * GetThemePartSize_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int iSta…
83 …HRESULT GetThemeBackgroundContentRect( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RE…
84 …HRESULT DrawThemeBackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect,…
86 …HRESULT GetThemePartSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT *prc, THEMESIZE …
141 HRESULT VisualStylesAPI::DrawThemeBackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, co… in DrawThemeBackground()
155 HRESULT VisualStylesAPI::GetThemePartSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT … in GetThemePartSize()
342 sal_Bool ImplDrawTheme( HTHEME hTheme, HDC hDC, int iPart, int iState, RECT rc, const OUString& aSt… in ImplDrawTheme()
359 Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const Rectangle& aRect, … in ImplGetThemeRect()
437 sal_Bool ImplDrawNativeControl( HDC hDC, HTHEME hTheme, RECT rc, in ImplDrawNativeControl()
[all …]
H A Dwinlayout.cxx116 bool InitKashidaHandling( HDC );
158 HDC mhDC; // WIN32 device handle
256 SimpleWinLayout::SimpleWinLayout( HDC hDC, BYTE nCharSet, in SimpleWinLayout()
654 HDC aHDC = rWinGraphics.getHDC();
1130 static HRESULT ((WINAPI *pScriptTextOut)( const HDC, SCRIPT_CACHE*,
1155 pScriptShape = (HRESULT (WINAPI*)(HDC,SCRIPT_CACHE*,const WCHAR*,
1184 pScriptTextOut = (HRESULT (WINAPI*)(const HDC,SCRIPT_CACHE*,
1235 UniscribeLayout::UniscribeLayout( HDC hDC,
2818 static bool IsGraphiteEnabledFont(HDC hDC) throw();
2846 bool GraphiteWinLayout::IsGraphiteEnabledFont(HDC hDC) throw()
[all …]
H A Dsalgdi3.cxx256 explicit RawFontData( HDC, DWORD nTableTag=0 );
267 RawFontData::RawFontData( HDC hDC, DWORD nTableTag ) in RawFontData()
483 explicit WinGlyphFallbackSubstititution( HDC );
487 HDC mhDC;
628 HDC mhDC;
1225 void ImplWinFontData::ReadOs2Table( HDC hDC ) const in ReadOs2Table()
1389 void ImplGetLogFontFromFontSelect( HDC hDC, in ImplGetLogFontFromFontSelect()
1462 static void ImplGetLogFontFromFontSelect( HDC hDC, in ImplGetLogFontFromFontSelect()
1540 HDC hdcScreen = 0; in ImplDoSetFont()
2431 HDC hDC = getHDC(); in GetGlyphBoundRect()
[all …]
H A Dwntgdi.cxx39 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 ) in WIN_Rectangle()
49 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt ) in WIN_Polygon()
59 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt ) in WIN_PolyPolygon()
H A Dsalvd.cxx39 static HBITMAP ImplCreateVirDevBitmap( HDC hDC, long nDX, long nDY, in ImplCreateVirDevBitmap()
85 HDC hDC = NULL; in CreateVirtualDevice()
171 setHDC((HDC)NULL); // HDC or 0 for Cache Device in WinSalVirtualDevice()
/aoo42x/main/vcl/inc/win/
H A Dsalgdi.h64 void UpdateFromHDC( HDC ) const;
110 void ReadCmapTable( HDC ) const;
111 void ReadOs2Table( HDC ) const;
114 void ReadGsubTable( HDC ) const;
120 bool HasGSUBstitutions( HDC ) const;
132 HDC mhLocalDC; // HDC
135 HDC getHDC() { return mhLocalDC; } in getHDC()
136 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC()
376 void ImplGetLogFontFromFontSelect( HDC, const ImplFontSelectData*,
H A Dsaldata.hxx181 HDC mhDC;
189 HDC ImplGetCachedDC( sal_uLong nID, HBITMAP hBmp = 0 );
242 void ImplSalLogFontToFontA( HDC hDC, const LOGFONTA& rLogFont, Font& rFont );
243 void ImplSalLogFontToFontW( HDC hDC, const LOGFONTW& rLogFont, Font& rFont );
244 bool ImplIsFontAvailable( HDC hDC, const UniString& rName );
H A Dwincomp.hxx37 inline HPEN SelectPen( HDC hDC, HPEN hPen ) in SelectPen()
52 inline HBRUSH SelectBrush( HDC hDC, HBRUSH hBrush ) in SelectBrush()
67 inline HFONT SelectFont( HDC hDC, HFONT hFont ) in SelectFont()
82 inline HBITMAP SelectBitmap( HDC hDC, HBITMAP hBitmap ) in SelectBitmap()
H A Dsalvd.h38 HDC mhLocalDC; // HDC or 0 for Cache Device
41 HDC getHDC() { return mhLocalDC; } in getHDC()
42 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC()
/aoo42x/main/vcl/os2/source/gdi/
H A Dsalprn.cxx466 static sal_Bool ImplIsDriverDJPEnabled( HDC hDC ) in ImplIsDriverDJPEnabled()
919 static sal_Bool ImplSetPaperSize( HDC hPrinterDC, PDRIVDATA pDriverData, in ImplSetPaperSize()
976 static sal_Bool ImplSetPaperBin( HDC hPrinterDC, PDRIVDATA pDriverData, in ImplSetPaperBin()
1033 HDC& rDC, HPS& rPS ) in ImplSalCreateInfoPrn()
1045 HDC hDC = DevOpenDC( pSalData->mhAB, OD_INFO, "*", in ImplSalCreateInfoPrn()
1046 4, (PDEVOPENDATA)&devOpenStruc, (HDC)NULL); in ImplSalCreateInfoPrn()
1260 HDC hDC; in Setup()
1308 HDC hDC; in SetPrinterData()
1445 HDC hDC; in SetData()
1537 HDC hDC = mhDC; in GetPageInfo()
[all …]
/aoo42x/main/canvas/source/cairo/
H A Dcairo_win32_cairo.cxx82 Win32Surface::Win32Surface( HDC hDC, int x, int y) : in Win32Surface()
113 HDC hDC = CreateCompatibleDC(NULL); in Win32Surface()
251 surf = SurfaceSharedPtr(new Win32Surface((HDC) aSysData.hDC, x, y)); in createSurface()
292 HDC hdc = NULL; in ucs4toindex()
/aoo42x/main/vcl/inc/os2/
H A Dsalgdi.h102 void ReadCmapTable( HDC ) const;
103 void ReadOs2Table( HDC ) const;
106 void ReadGsubTable( HDC ) const;
112 bool HasGSUBstitutions( HDC ) const;
127 HDC mhDC; // HDC
H A Dsalprn.h46 HDC mhDC; // printer hdc
89 HDC mhDC; // printer hdc
109 HDC mhDC; // printer hdc
/aoo42x/main/canvas/source/directx/
H A Ddx_devicehelper.cxx64 void DeviceHelper::init( HDC hdc, in init()
83 HDC hDC = getHDC(); in getPhysicalResolution()
101 HDC hDC=getHDC(); in getPhysicalSize()
201 HDC hdc( getHDC() ); in getDeviceHandle()
H A Ddx_surfacegraphics.cxx39 HDC maHDC;
41 GraphicsDeleter(const COMReference<surface_type>& rSurface, HDC hdc) : in GraphicsDeleter()
64 HDC aHDC; in createSurfaceGraphics()
H A Ddx_devicehelper.hxx57 void init( HDC hdc,
100 HDC getHDC() const { return mnHDC; } in getHDC()
111 HDC mnHDC;
/aoo42x/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx131 HDC hdc; in OS2HandleToOOoBmp()
144 HDC hdc = GpiQueryDevice(hps); in OS2HandleToOOoBmp()
166 if ( (hdc = DevOpenDC(hab, OD_MEMORY, "*", 0L, (PDEVOPENDATA) NULL, (HDC) NULL)) == (HDC) NULL ) { in OS2HandleToOOoBmp()
/aoo42x/main/tools/inc/tools/
H A Dpostsys.h231 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
232 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
233 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
H A Dpostwin.h246 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
247 BOOL WINAPI WIN_Polygon( HDC hDC, CONST POINT * ppt, int ncnt );
248 BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int ncnt );
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dhelppopupwindow.cxx196 HDC hdc = GetDC( m_hwnd ); in calcWindowRect()
273 HDC hdc = GetDC( m_hwnd ); in adjustWindowPos()
312 void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc ) in onPaint()
445 HDC hdc = GetDC( m_hwnd ); in onCreate()
H A Ddibpreview.cxx144 HDC hdc = GetDC(m_Hwnd); in getTargetColorDepth()
243 void SAL_CALL CDIBPreview::onPaint(HWND hWnd, HDC hDC) in onPaint()
378 HDC hDC; in WndProc()
/aoo42x/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx67 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd );
202 HDC hdc; in WndProc()
312 void ShowAvailableClipboardFormats( HWND hWnd, HDC hdc, PAINTSTRUCT ps, RECT rcWnd ) in ShowAvailableClipboardFormats()

Completed in 1888 milliseconds

123