Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DTrueTypeEmbeddedFontWriter.cpp288 hasCompositeGlyphs |= AddComponentGlyphs(*it,glyphsSet); in AddDependentGlyphs()
305 bool TrueTypeEmbeddedFontWriter::AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents) in AddComponentGlyphs() function in TrueTypeEmbeddedFontWriter
326 AddComponentGlyphs(*itComponentGlyphs,ioComponents); in AddComponentGlyphs()
H A DTrueTypeEmbeddedFontWriter.h87 bool AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents);
H A DType1ToCFFEmbeddedFontWriter.h92 …PDFHummus::EStatusCode AddComponentGlyphs(const std::string& inGlyphID,StringSet& ioComponents,boo…
H A DCFFEmbeddedFontWriter.h108 …PDFHummus::EStatusCode AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents,bool &outFo…
H A DType1ToCFFEmbeddedFontWriter.cpp359 status = AddComponentGlyphs(*it,glyphsSet,localHasCompositeGlyphs); in AddDependentGlyphs()
379 EStatusCode Type1ToCFFEmbeddedFontWriter::AddComponentGlyphs(const std::string& inGlyphID,StringSet… in AddComponentGlyphs() function in Type1ToCFFEmbeddedFontWriter
392 status = AddComponentGlyphs(glyphName,ioComponents,dummyFound); in AddComponentGlyphs()
H A DCFFEmbeddedFontWriter.cpp285 status = AddComponentGlyphs(*it,glyphsSet,localHasCompositeGlyphs); in AddDependentGlyphs()
305 EStatusCode CFFEmbeddedFontWriter::AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents,… in AddComponentGlyphs() function in CFFEmbeddedFontWriter
317 status = AddComponentGlyphs(*it,ioComponents,dummyFound); in AddComponentGlyphs()