Searched refs:pStartGlyphs (Results 1 – 2 of 2) sorted by relevance
36 const int* pStartGlyphs, const sal_uInt16* pExtraGlyphIds ) in CmapResult() argument38 , mpStartGlyphs( pStartGlyphs) in CmapResult()404 int* pStartGlyphs = NULL; in ParseCMAP() local417 pStartGlyphs = new int[ nRangeCount ]; in ParseCMAP()440 pStartGlyphs[i] = -(int)aGlyphIdArray.size(); in ParseCMAP()455 pStartGlyphs = new int[ nRangeCount ]; in ParseCMAP()475 pStartGlyphs[i] = nGlyphId; in ParseCMAP()484 delete[] pStartGlyphs; in ParseCMAP()576 delete[] pStartGlyphs; in ParseCMAP()577 pStartGlyphs = NULL; in ParseCMAP()[all …]
223 const int* pStartGlyphs = 0, const sal_uInt16* pGlyphIds = NULL );
Completed in 12 milliseconds