Searched refs:pCmap (Results 1 – 4 of 4) sorted by relevance
329 bool ParseCMAP( const unsigned char* pCmap, int nLength, CmapResult& rResult ) in ParseCMAP() argument339 if( !pCmap || (nLength < 24) ) in ParseCMAP()342 if( Getsal_uInt16( pCmap ) != 0x0000 ) // simple check for CMAP corruption in ParseCMAP()345 int nSubTables = Getsal_uInt16( pCmap + 2 ); in ParseCMAP()354 for( const unsigned char* p = pCmap + 4; --nSubTables >= 0; p += 8 ) in ParseCMAP()386 int nTmpFormat = Getsal_uInt16( pCmap + nTmpOffset ); in ParseCMAP()414 int nSegCountX2 = Getsal_uInt16( pCmap + nOffset + 6 ); in ParseCMAP()418 const unsigned char* pLimitBase = pCmap + nOffset + 14; in ParseCMAP()453 nRangeCount = GetUInt( pCmap + nOffset + 12 ); in ParseCMAP()456 const unsigned char* pGroup = pCmap + nOffset + 16; in ParseCMAP()
227 const unsigned char* pCmap = &aBuffer[0]; in ReadMacCmapEncoding() local228 if( GetUShort( pCmap ) != 0x0000 ) in ReadMacCmapEncoding()232 int nSubTables = GetUShort( pCmap + 2 ); in ReadMacCmapEncoding()233 for( const unsigned char* p = pCmap + 4; --nSubTables >= 0; p += 8 ) in ReadMacCmapEncoding()
1791 const unsigned char* pCmap = GetTable( "cmap", &nLength ); in GetFontCodeRanges() local1792 if( pCmap && (nLength > 0) ) in GetFontCodeRanges()1793 if( ParseCMAP( pCmap, nLength, rResult ) ) in GetFontCodeRanges()
1362 static sal_uInt32 getGlyph12(const sal_uInt8 *pCmap, sal_uInt32 cChar) { in getGlyph12() argument1363 const sal_uInt32* pCMAP12 = (const sal_uInt32*)pCmap; in getGlyph12()
Completed in 57 milliseconds