Searched refs:pGlyphName (Results 1 – 1 of 1) sorted by relevance
1881 const char* pGlyphName = ".notdef"; in getGlyphName() local1883 return pGlyphName; in getGlyphName()1888 pGlyphName = aDefaultGlyphName; in getGlyphName()1903 pGlyphName = pSidName; in getGlyphName()1906 if( pGlyphName != pSidName) in getGlyphName()1910 return pGlyphName; in getGlyphName()2201 const char* pGlyphName = getGlyphName( pReqGlyphIds[i]); in emitAsType1() local2202 pOut += sprintf( pOut, "dup %d /%s put\n", pReqEncoding[i], pGlyphName); in emitAsType1()2365 const char* pGlyphName = getGlyphName( nCffGlyphId); in emitAsType1() local2367 pOut += sprintf( pOut, "/%s %d RD ", pGlyphName, nT1Len); in emitAsType1()
Completed in 34 milliseconds