Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1915 const int nMaxpSize = pMacFont->GetFontTable( "maxp", NULL); in GetRawFontData() local
1916 if( nMaxpSize <= 0) in GetRawFontData()
1957 nTotalSize += nHeadSize + nMaxpSize + nNameSize + nCmapSize; in GetRawFontData()
2024 if( nMaxpSize != pMacFont->GetFontTable( "maxp", &rBuffer[nOfs])) in GetRawFontData()
2026 FakeDirEntry( "maxp", nOfs, nMaxpSize, &rBuffer[0], pFakeEntry ); in GetRawFontData()
2027 nOfs += nMaxpSize; in GetRawFontData()

Completed in 24 milliseconds