Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DTrueTypeEmbeddedFontWriter.cpp283 UIntSet glyphsSet; in AddDependentGlyphs() local
288 hasCompositeGlyphs |= AddComponentGlyphs(*it,glyphsSet); in AddDependentGlyphs()
295 glyphsSet.insert(*it); in AddDependentGlyphs()
298 for(itNewGlyphs = glyphsSet.begin(); itNewGlyphs != glyphsSet.end(); ++itNewGlyphs) in AddDependentGlyphs()
H A DType1ToCFFEmbeddedFontWriter.cpp352 StringSet glyphsSet; in AddDependentGlyphs() local
359 status = AddComponentGlyphs(*it,glyphsSet,localHasCompositeGlyphs); in AddDependentGlyphs()
368 glyphsSet.insert(*it); in AddDependentGlyphs()
371 for(itNewGlyphs = glyphsSet.begin(); itNewGlyphs != glyphsSet.end(); ++itNewGlyphs) in AddDependentGlyphs()
H A DCFFEmbeddedFontWriter.cpp278 UIntSet glyphsSet; in AddDependentGlyphs() local
285 status = AddComponentGlyphs(*it,glyphsSet,localHasCompositeGlyphs); in AddDependentGlyphs()
294 glyphsSet.insert(*it); in AddDependentGlyphs()
297 for(itNewGlyphs = glyphsSet.begin(); itNewGlyphs != glyphsSet.end(); ++itNewGlyphs) in AddDependentGlyphs()