Home
last modified time | relevance | path

Searched refs:nGlyfSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1933 int nGlyfSize = 0; in GetRawFontData() local
1939 nGlyfSize = pMacFont->GetFontTable( "glyf", NULL); in GetRawFontData()
1940 if( nGlyfSize <= 0) in GetRawFontData()
1945 if( nGlyfSize) // TODO: reduce PDF size by making hint subsetting optional in GetRawFontData()
1954 nTableCount += (nPrepSize>0) + (nCvtSize>0) + (nFpgmSize>0) + (nGlyfSize>0); in GetRawFontData()
1958 if( nGlyfSize ) in GetRawFontData()
1959 nTotalSize += nLocaSize + nGlyfSize; in GetRawFontData()
2001 nOfs += nGlyfSize; in GetRawFontData()
2003 if( nGlyfSize != pMacFont->GetFontTable( "glyf", &rBuffer[nOfs])) in GetRawFontData()
2005 FakeDirEntry( "glyf", nOfs, nGlyfSize, &rBuffer[0], pFakeEntry ); in GetRawFontData()
[all …]

Completed in 26 milliseconds