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 D | TrueTypeEmbeddedFontWriter.cpp | 288 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 D | TrueTypeEmbeddedFontWriter.h | 87 bool AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents);
|
H A D | Type1ToCFFEmbeddedFontWriter.h | 92 …PDFHummus::EStatusCode AddComponentGlyphs(const std::string& inGlyphID,StringSet& ioComponents,boo…
|
H A D | CFFEmbeddedFontWriter.h | 108 …PDFHummus::EStatusCode AddComponentGlyphs(unsigned int inGlyphID,UIntSet& ioComponents,bool &outFo…
|
H A D | Type1ToCFFEmbeddedFontWriter.cpp | 359 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 D | CFFEmbeddedFontWriter.cpp | 285 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()
|