Lines Matching refs:HDC
116 bool InitKashidaHandling( HDC );
146 WinLayout( HDC, const ImplWinFontData&, ImplWinFontEntry& );
158 HDC mhDC; // WIN32 device handle
172 … SimpleWinLayout( HDC, BYTE nCharSet, const ImplWinFontData&, ImplWinFontEntry& );
214 WinLayout::WinLayout( HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE ) in WinLayout()
256 SimpleWinLayout::SimpleWinLayout( HDC hDC, BYTE nCharSet, in SimpleWinLayout()
654 HDC aHDC = rWinGraphics.getHDC();
1049 UniscribeLayout( HDC, const ImplWinFontData&, ImplWinFontEntry& );
1120 static HRESULT ((WINAPI *pScriptShape)( HDC, SCRIPT_CACHE*, const WCHAR*,
1122 static HRESULT ((WINAPI *pScriptPlace)( HDC, SCRIPT_CACHE*, const WORD*, int,
1130 static HRESULT ((WINAPI *pScriptTextOut)( const HDC, SCRIPT_CACHE*,
1133 static HRESULT ((WINAPI *pScriptGetFontProperties)( HDC, SCRIPT_CACHE*, SCRIPT_FONTPROPERTIES* ));
1155 pScriptShape = (HRESULT (WINAPI*)(HDC,SCRIPT_CACHE*,const WCHAR*,
1160 pScriptPlace = (HRESULT (WINAPI*)(HDC, SCRIPT_CACHE*, const WORD*, int,
1180 pScriptGetFontProperties = (HRESULT (WINAPI*)( HDC,SCRIPT_CACHE*,SCRIPT_FONTPROPERTIES*))
1184 pScriptTextOut = (HRESULT (WINAPI*)(const HDC,SCRIPT_CACHE*,
1235 UniscribeLayout::UniscribeLayout( HDC hDC,
2816 GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) throw();
2818 static bool IsGraphiteEnabledFont(HDC hDC) throw();
2846 bool GraphiteWinLayout::IsGraphiteEnabledFont(HDC hDC) throw()
2851 GraphiteWinLayout::GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) …
2956 const HDC aHDC = static_cast<WinSalGraphics&>(sal_graphics).getHDC();
3153 bool ImplWinFontEntry::InitKashidaHandling( HDC hDC )