Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx325 static unsigned Getsal_uInt16( const unsigned char* p ){ return((p[0]<<8) | p[1]);} in Getsal_uInt16() function
342 if( Getsal_uInt16( pCmap ) != 0x0000 ) // simple check for CMAP corruption in ParseCMAP()
345 int nSubTables = Getsal_uInt16( pCmap + 2 ); in ParseCMAP()
356 int nPlatform = Getsal_uInt16( p ); in ParseCMAP()
357 int nEncoding = Getsal_uInt16( p+2 ); in ParseCMAP()
386 int nTmpFormat = Getsal_uInt16( pCmap + nTmpOffset ); in ParseCMAP()
414 int nSegCountX2 = Getsal_uInt16( pCmap + nOffset + 6 ); in ParseCMAP()
425 const sal_UCS4 cMinChar = Getsal_uInt16( pBeginBase + 2*i ); in ParseCMAP()
426 const sal_UCS4 cMaxChar = Getsal_uInt16( pLimitBase + 2*i ); in ParseCMAP()
428 const int nRangeOffset = Getsal_uInt16( pOffsetBase + 2*i ); in ParseCMAP()
[all …]

Completed in 19 milliseconds