Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DType1ToType2Converter.cpp217 return RecordOperatorWithParameters(1,inOperandList); in Type1Hstem()
260 return RecordOperatorWithParameters(3,inOperandList); in Type1Vstem()
312 return RecordOperatorWithParameters(4,inOperandList); in Type1VMoveto()
351 return RecordOperatorWithParameters(22,inOperandList); in Type1HMoveto()
357 return RecordOperatorWithParameters(5,inOperandList); in Type1RLineto()
363 return RecordOperatorWithParameters(6,inOperandList); in Type1HLineto()
369 return RecordOperatorWithParameters(7,inOperandList); in Type1VLineto()
375 return RecordOperatorWithParameters(8,inOperandList); in Type1RRCurveto()
381 return RecordOperatorWithParameters(30,inOperandList); in Type1VHCurveto()
387 return RecordOperatorWithParameters(31,inOperandList); in Type1HVCurveto()
[all …]
H A DType1ToType2Converter.h133 …PDFHummus::EStatusCode RecordOperatorWithParameters(unsigned short inMarkerType,const LongList& in…