Home
last modified time | relevance | path

Searched refs:pGlyphName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1881 const char* pGlyphName = ".notdef"; in getGlyphName() local
1883 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() local
2202 pOut += sprintf( pOut, "dup %d /%s put\n", pReqEncoding[i], pGlyphName); in emitAsType1()
2365 const char* pGlyphName = getGlyphName( nCffGlyphId); in emitAsType1() local
2367 pOut += sprintf( pOut, "/%s %d RD ", pGlyphName, nT1Len); in emitAsType1()

Completed in 31 milliseconds