Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalgdi.cxx571 const int nCmapSize = pMacFont->GetFontTable( "cmap", nullptr); in GetRawFontData() local
572 if( nCmapSize <= 0) in GetRawFontData()
614 nTotalSize += nHeadSize + nMaxpSize + nNameSize + nCmapSize; in GetRawFontData()
643 if( nCmapSize != pMacFont->GetFontTable( "cmap", &rBuffer[nOfs])) in GetRawFontData()
646 FakeDirEntry( "cmap", nOfs, nCmapSize, rBuffer.data(), pFakeEntry ); in GetRawFontData()
647 nOfs += nCmapSize; in GetRawFontData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdi.cxx583 const int nCmapSize = pMacFont->GetFontTable( "cmap", nullptr); in GetRawFontData() local
584 if( nCmapSize <= 0) in GetRawFontData()
626 nTotalSize += nHeadSize + nMaxpSize + nNameSize + nCmapSize; in GetRawFontData()
655 if( nCmapSize != pMacFont->GetFontTable( "cmap", &rBuffer[nOfs])) in GetRawFontData()
658 FakeDirEntry( "cmap", nOfs, nCmapSize, rBuffer.data(), pFakeEntry ); in GetRawFontData()
659 nOfs += nCmapSize; in GetRawFontData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1120 sal_uInt32 nCmapSize = 0; in getGlyphWidths() local
1121 const sal_uInt8* pCmapData = pTTFont->table(O_cmap, nCmapSize); in getGlyphWidths()
1125 if (ParseCMAP(pCmapData, nCmapSize, aCmapResult)) in getGlyphWidths()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1123 int nCmapSize = 0; in getGlyphWidths() local
1124 if (GetSfntTable(pTTFont, O_cmap, &pCmapData, &nCmapSize)) in getGlyphWidths()
1127 if (ParseCMAP(pCmapData, nCmapSize, aCmapResult)) in getGlyphWidths()