Searched refs:aCmapResult (Results 1 – 3 of 3) sorted by relevance
159 CmapResult aCmapResult; in GetImplFontCharMap() local160 if( ParseCMAP( &aBuffer[0], nRawSize, aCmapResult ) ) in GetImplFontCharMap()164 mpCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap()
1772 CmapResult aCmapResult; in GetImplFontCharMap() local1773 bool bOK = GetFontCodeRanges( aCmapResult ); in GetImplFontCharMap()1775 mpFontCharMap = new ImplFontCharMap( aCmapResult ); in GetImplFontCharMap()
3807 CmapResult aCmapResult; in getGlyphWidths() local3808 if( ParseCMAP( pCmapData, nCmapSize, aCmapResult ) ) in getGlyphWidths()3810 const ImplFontCharMap aCharMap( aCmapResult ); in getGlyphWidths()
Completed in 126 milliseconds