Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DType1ToType2Converter.cpp53 mFirstPathConstructionEncountered = false; in WriteConvertedFontProgram()
215 if(mFirstPathConstructionEncountered) in Type1Hstem()
258 if(mFirstPathConstructionEncountered) in Type1Vstem()
281 if(mFirstPathConstructionEncountered) in Type1VStem3()
304 if(mFirstPathConstructionEncountered) in Type1HStem3()
311 mFirstPathConstructionEncountered = true; in Type1VMoveto()
317 mFirstPathConstructionEncountered = true; in Type1RMoveto()
350 mFirstPathConstructionEncountered = true; in Type1HMoveto()
356 mFirstPathConstructionEncountered = true; in Type1RLineto()
362 mFirstPathConstructionEncountered = true; in Type1HLineto()
[all …]
H A DType1ToType2Converter.h118 bool mFirstPathConstructionEncountered; variable