Searched refs:look_back (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.h184 const char *getPreviousOperator(unsigned int look_back=1); // returns the nth previous operator's name
H A Dpdf-parser.cpp530 const char *PdfParser::getPreviousOperator(unsigned int look_back) { argument
532 if (operatorHistory != NULL && look_back > 0) {
534 while (--look_back > 0 && prev != NULL) {

Completed in 23 milliseconds