Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx329 bool ParseCMAP( const unsigned char* pCmap, int nLength, CmapResult& rResult ) in ParseCMAP() argument
339 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()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx227 const unsigned char* pCmap = &aBuffer[0]; in ReadMacCmapEncoding() local
228 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1791 const unsigned char* pCmap = GetTable( "cmap", &nLength ); in GetFontCodeRanges() local
1792 if( pCmap && (nLength > 0) ) in GetFontCodeRanges()
1793 if( ParseCMAP( pCmap, nLength, rResult ) ) in GetFontCodeRanges()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1362 static sal_uInt32 getGlyph12(const sal_uInt8 *pCmap, sal_uInt32 cChar) { in getGlyph12() argument
1363 const sal_uInt32* pCMAP12 = (const sal_uInt32*)pCmap; in getGlyph12()

Completed in 130 milliseconds