Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5FontFace.cxx173 CmapResult aCmapResult; in GetFontCharMap() local
175 aCmapResult)) in GetFontCharMap()
176 m_xCharMap = new FontCharMap(aCmapResult); in GetFontCharMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5FontFace.cxx207 CmapResult aCmapResult; in GetFontCharMap() local
209 aCmapResult)) in GetFontCharMap()
210 m_xCharMap = new FontCharMap(aCmapResult); in GetFontCharMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/glyphs/
H A Dfreetype_glyphcache.cxx674 CmapResult aCmapResult; in GetFontCharMap() local
675 aCmapResult.mbSymbolic = IsSymbolFont(); in GetFontCharMap()
679 if (pCmap && (nLength > 0) && ParseCMAP(pCmap, nLength, aCmapResult)) in GetFontCharMap()
681 FontCharMapRef xFontCharMap( new FontCharMap ( aCmapResult ) ); in GetFontCharMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/glyphs/
H A Dfreetype_glyphcache.cxx686 CmapResult aCmapResult; in GetFontCharMap() local
687 aCmapResult.mbSymbolic = IsSymbolFont(); in GetFontCharMap()
691 if (pCmap && (nLength > 0) && ParseCMAP(pCmap, nLength, aCmapResult)) in GetFontCharMap()
693 FontCharMapRef xFontCharMap( new FontCharMap ( aCmapResult ) ); in GetFontCharMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalgdi.cxx148 CmapResult aCmapResult; in GetFontCharMap() local
149 if( ParseCMAP( aBuffer.data(), nRawLength, aCmapResult ) ) in GetFontCharMap()
151 FontCharMapRef xDefFontCharMap( new FontCharMap(aCmapResult) ); in GetFontCharMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdi.cxx143 CmapResult aCmapResult; in GetFontCharMap() local
144 if( ParseCMAP( aBuffer.data(), nRawLength, aCmapResult ) ) in GetFontCharMap()
146 FontCharMapRef xDefFontCharMap( new FontCharMap(aCmapResult) ); in GetFontCharMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1124 CmapResult aCmapResult; in getGlyphWidths() local
1125 if (ParseCMAP(pCmapData, nCmapSize, aCmapResult)) in getGlyphWidths()
1127 FontCharMapRef xFontCharMap(new FontCharMap(aCmapResult)); in getGlyphWidths()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1126 CmapResult aCmapResult; in getGlyphWidths() local
1127 if (ParseCMAP(pCmapData, nCmapSize, aCmapResult)) in getGlyphWidths()
1129 FontCharMapRef xFontCharMap(new FontCharMap(aCmapResult)); in getGlyphWidths()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dsft.cxx1217 CmapResult aCmapResult; in indexGlyphData() local
1219 if (!ParseCMAP(table, table_size, aCmapResult)) in indexGlyphData()
1221 m_xCharMap = new FontCharMap(aCmapResult); in indexGlyphData()