Lines Matching refs:getHDC

1342     ::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()
1699 SelectFont( getHDC(), hOldFont ); in GetFontMetric()
1718 DWORD nKernPairs = ::GetKerningPairsA( getHDC(), 0, NULL ); in GetFontMetric()
1790 GetTextFaceA( pData->getHDC(), sizeof( aLogFont.lfFaceName ), aLogFont.lfFaceName ); in ImplGetAllFontCharSets()
1791 EnumFontFamiliesExA( pData->getHDC(), &aLogFont, (FONTENUMPROCA)SalEnumCharSetsProcExA, in ImplGetAllFontCharSets()
1799 sal_uLong nPairs = ::GetKerningPairsA( pData->getHDC(), 0, NULL ); in ImplAddKerningPairs()
1804 …if ( !TranslateCharsetInfo( (DWORD*)(sal_uLong)GetTextCharset( pData->getHDC() ), &aInfo, TCI_SRCC… in ImplAddKerningPairs()
1821 nPairs = ::GetKerningPairsA( pData->getHDC(), nPairs, pTempPair ); in ImplAddKerningPairs()
1911 int nCount = ::GetKerningPairsW( getHDC(), 0, NULL ); in GetKernPairs()
1918 ::GetKerningPairsW( getHDC(), nCount, pPairs ); in GetKernPairs()
1922 ::GetKerningPairsW( getHDC(), nCount, pPairs ); in GetKernPairs()
2377 aInfo.mhDC = getHDC(); in GetDevFontList()
2406 EnumFontFamiliesExW( getHDC(), &aLogFont, in GetDevFontList()
2418 static WinGlyphFallbackSubstititution aSubstFallback( getHDC() ); in GetDevFontList()
2431 HDC hDC = getHDC(); in GetGlyphBoundRect()
2466 HDC hDC = getHDC(); in GetGlyphOutline()
2670 SelectObject( m_rData.getHDC(), m_hOrigFont ); in ~ScopedFont()
2725 if( !::GetTextMetricsA( getHDC(), &aWinMetric ) ) in CreateFontSubset()
2740 const RawFontData aRawCffData( getHDC(), nCffTag ); in CreateFontSubset()
2743 pWinFontData->UpdateFromHDC( getHDC() ); in CreateFontSubset()
2773 const RawFontData xRawFontData( getHDC(), NULL ); in CreateFontSubset()
2873 RawFontData aRawFontData( getHDC() ); in GetEmbedFontData()
2880 if( !::GetTextMetricsA( getHDC(), &aTm ) ) in GetEmbedFontData()
2885 int nFNLen = ::GetTextFaceW( getHDC(), 64, aFaceName ); in GetEmbedFontData()
2903 if( !::GetCharWidth32W( getHDC(), cChar, cChar, &nCharWidth ) ) in GetEmbedFontData()
2944 DWORD aW = ::GetFontUnicodeRanges( getHDC(), &aGlyphSet); in GetFontEncodingVector()
2977 const RawFontData xRawFontData( getHDC() ); in GetGlyphWidths()
3041 if( ::GetCharWidth32W( getHDC(), i, i, &nCharWidth ) ) in GetGlyphWidths()