Lines Matching refs:pStartGlyphs
36 const int* pStartGlyphs, const sal_uInt16* pExtraGlyphIds ) in CmapResult() argument
38 , mpStartGlyphs( pStartGlyphs) in CmapResult()
404 int* pStartGlyphs = NULL; in ParseCMAP() local
417 pStartGlyphs = new int[ nRangeCount ]; in ParseCMAP()
437 pStartGlyphs[i] = (cMinChar + nGlyphDelta) & 0xFFFF; 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()
605 rResult.mpStartGlyphs = pStartGlyphs; in ParseCMAP()