Lines Matching refs:hDC
214 WinLayout::WinLayout( HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE ) in WinLayout() argument
215 : mhDC( hDC ), in WinLayout()
216 mhFont( (HFONT)::GetCurrentObject(hDC,OBJ_FONT) ), in WinLayout()
256 SimpleWinLayout::SimpleWinLayout( HDC hDC, BYTE nCharSet, in SimpleWinLayout() argument
258 : WinLayout( hDC, rWinFontData, rWinFontEntry ), in SimpleWinLayout()
1235 UniscribeLayout::UniscribeLayout( HDC hDC, argument
1237 : WinLayout( hDC, rWinFontData, rWinFontEntry ),
2816 GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) throw();
2818 static bool IsGraphiteEnabledFont(HDC hDC) throw();
2846 bool GraphiteWinLayout::IsGraphiteEnabledFont(HDC hDC) throw() argument
2848 return gr::WinFont::FontHasGraphiteTables(hDC);
2851 GraphiteWinLayout::GraphiteWinLayout(HDC hDC, const ImplWinFontData& rWFD, ImplWinFontEntry& rWFE) … argument
2852 : WinLayout(hDC, rWFD, rWFE), mpFont(hDC),
3153 bool ImplWinFontEntry::InitKashidaHandling( HDC hDC ) argument
3167 HRESULT nRC = (*pScriptGetFontProperties)( hDC, &rScriptCache, &aFontProperties );