Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx118 sal_Int32 nHeadSize = 4096; in detect() local
119 Sequence< sal_Int8 > aHeadData(nHeadSize); in detect()
126 long bytestRead = xInStream->readBytes(aHeadData, nHeadSize); in detect()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1912 const int nHeadSize = pMacFont->GetFontTable( "head", NULL); in GetRawFontData() local
1913 if( nHeadSize <= 0) in GetRawFontData()
1957 nTotalSize += nHeadSize + nMaxpSize + nNameSize + nCmapSize; in GetRawFontData()
2012 if( nHeadSize != pMacFont->GetFontTable( "head", &rBuffer[nOfs])) in GetRawFontData()
2014 FakeDirEntry( "head", nOfs, nHeadSize, &rBuffer[0], pFakeEntry ); in GetRawFontData()
2015 nOfs += nHeadSize; in GetRawFontData()

Completed in 37 milliseconds