Lines Matching refs:DWORD

256     explicit	RawFontData( HDC, DWORD nTableTag=0 );
267 RawFontData::RawFontData( HDC hDC, DWORD nTableTag ) in RawFontData()
283 DWORD nMaxChunkSize = 0x100000; in RawFontData()
287 DWORD nFDGet = mnByteCount - nRawDataOfs; in RawFontData()
293 const DWORD nFDGot = ::GetFontData( hDC, nTableTag, nRawDataOfs, in RawFontData()
423 DWORD nKeyValSize = sizeof(aKeyValBuf); in MapCharToLanguage()
832 const NEWTEXTMETRICA& rMetric, DWORD nFontType ) in WinFont2DevFontAttributes()
907 const NEWTEXTMETRICW& rMetric, DWORD nFontType ) in WinFont2DevFontAttributes()
983 DWORD nFontType ) in ImplLogMetricToDevFontDataA()
1002 DWORD nFontType ) in ImplLogMetricToDevFontDataW()
1187 DWORD nFLI = GetFontLanguageInfo( hDC ); in UpdateFromHDC()
1223 static inline DWORD CalcTag( const char p[4]) { return (p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24)); } in CalcTag()
1227 const DWORD Os2Tag = CalcTag( "OS/2" ); in ReadOs2Table()
1228 DWORD nLength = ::GetFontData( hDC, Os2Tag, 0, NULL, 0 ); in ReadOs2Table()
1261 const DWORD GsubTag = CalcTag( "GSUB" ); in ReadGsubTable()
1262 DWORD nRC = ::GetFontData( hDC, GsubTag, 0, NULL, 0 ); in ReadGsubTable()
1310 const DWORD nCmapTag = CalcTag( "cmap" ); in ReadCmapTable()
1349 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExW() argument
1359 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExA() argument
1718 DWORD nKernPairs = ::GetKerningPairsA( getHDC(), 0, NULL ); in GetFontMetric()
1766 DWORD /*nFontType*/, LPARAM lParam ) in SalEnumCharSetsProcExA() argument
1804 …if ( !TranslateCharsetInfo( (DWORD*)(sal_uLong)GetTextCharset( pData->getHDC() ), &aInfo, TCI_SRCC… in ImplAddKerningPairs()
1959 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExA()
2015 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExW()
2071 static int WINAPI __AddFontResourceExW( LPCWSTR lpszfileName, DWORD fl, PVOID pdv ) in __AddFontResourceExW()
2073 typedef int (WINAPI *AddFontResourceExW_FUNC)(LPCWSTR, DWORD, PVOID ); in __AddFontResourceExW()
2397 DWORD nCP = GetACP(); in GetDevFontList()
2399 if ( TranslateCharsetInfo( (DWORD*)nCP, &aCharSetInfo, TCI_SRCCODEPAGE ) ) in GetDevFontList()
2446 DWORD nSize = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, &aGM, 0, NULL, &aMat ); in GetGlyphBoundRect()
2479 …const DWORD nSize1 = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, &aGlyphMetrics, 0, NULL, &aMat … in GetGlyphOutline()
2486 const DWORD nSize2 = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, in GetGlyphOutline()
2739 const DWORD nCffTag = CalcTag( "CFF " ); in CreateFontSubset()
2944 DWORD aW = ::GetFontUnicodeRanges( getHDC(), &aGlyphSet); in GetFontEncodingVector()