Searched refs:pGlyphIdPtr (Results 1 – 1 of 1) sorted by relevance
441 const unsigned char* pGlyphIdPtr = pOffsetBase + 2*i + nRangeOffset; in ParseCMAP() local442 for( sal_UCS4 c = cMinChar; c <= cMaxChar; ++c, pGlyphIdPtr+=2 ) { in ParseCMAP()443 const int nGlyphIndex = Getsal_uInt16( pGlyphIdPtr ) + nGlyphDelta; in ParseCMAP()
Completed in 19 milliseconds