Lines Matching refs:getPos
471 error(errSyntaxError, getPos(), "Too many args in content stream");
488 error(errSyntaxError, getPos(), "Leftover args in content stream");
555 error(errSyntaxError, getPos(), "Unknown operator '{0:s}'", name);
563 error(errSyntaxError, getPos(), "Too few ({0:d}) args to '{1:d}' operator", numArgs, name);
568 error(errSyntaxError, getPos(), "Too many ({0:d}) args to '{1:s}' operator", numArgs, name);
575 error(errSyntaxError, getPos(), "Too many ({0:d}) args to '{1:s}' operator",
582 error(errSyntaxError, getPos(), "Arg #{0:d} to '{1:s}' operator is wrong type ({2:s})",
630 int PdfParser::getPos() {
631 return parser ? parser->getPos() : -1;
751 error(errSyntaxError, getPos(), "ExtGState '{0:s}' is wrong type"), args[0].getName();
767 error(errSyntaxError, getPos(), "Invalid blend mode in ExtGState");
829 error(errSyntaxError, getPos(), "Invalid transfer function in ExtGState");
849 error(errSyntaxError, getPos(), "Invalid transfer function in soft mask in ExtGState");
907 error(errSyntaxError, getPos(), "Invalid soft mask in ExtGState - missing group");
911 error(errSyntaxError, getPos(), "Invalid soft mask in ExtGState - missing group");
915 error(errSyntaxError, getPos(), "Invalid soft mask in ExtGState");
943 error(errSyntaxError, getPos(), "Unknown form type");
951 error(errSyntaxError, getPos(), "Bad form bounding box");
1117 error(errSyntaxError, getPos(), "Bad color space (fill)");
1156 error(errSyntaxError, getPos(), "Bad color space (stroke)");
1165 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'sc' command");
1181 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'SC' command");
1201 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'scn' command");
1229 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'scn' command");
1253 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'SCN' command");
1281 error(errSyntaxError, getPos(), "Incorrect number of arguments in 'SCN' command");
1309 error(errSyntaxError, getPos(), "No current point in lineto");
1319 error(errSyntaxError, getPos(), "No current point in curveto");
1335 error(errSyntaxError, getPos(), "No current point in curveto1");
1351 error(errSyntaxError, getPos(), "No current point in curveto2");
1380 error(errSyntaxError, getPos(), "No current point in closepath");
1398 //error(getPos(), const_cast<char*>("No path in stroke"));
1414 //error(getPos(), const_cast<char*>("No path in closepath/stroke"));
1432 //error(getPos(), const_cast<char*>("No path in fill"));
1449 //error(getPos(), const_cast<char*>("No path in eofill"));
1466 //error(getPos(), const_cast<char*>("No path in fill/stroke"));
1480 //error(getPos(), const_cast<char*>("No path in closepath/fill/stroke"));
1493 //error(getPos(), const_cast<char*>("No path in eofill/stroke"));
1505 //error(getPos(), const_cast<char*>("No path in closepath/eofill/stroke"));
1546 error(errUnimplemented, getPos(), "Unimplemented pattern type (%d) in fill",
1565 error(errUnimplemented, getPos(), "Unimplemented pattern type ({0:d}) in stroke",
2306 error(errSyntaxError, getPos(), "No font in show");
2323 error(errSyntaxError, getPos(), "No font in move/show");
2344 error(errSyntaxError, getPos(), "No font in move/set/show");
2368 error(errSyntaxError, getPos(), "No font in show/space");
2393 error(errSyntaxError, getPos(), "Element of show/space array must be number or string");
2475 error(errSyntaxError, getPos(), "Missing or bad Type3 CharProc entry");
2548 error(errSyntaxError, getPos(), "XObject '{0:s}' is wrong type", name);
2564 error(errSyntaxError, getPos(), "Unknown XObject subtype '{0:s}'", obj2.getName());
2566 error(errSyntaxError, getPos(), "XObject subtype is missing or wrong type");
2941 error(errSyntaxError, getPos(), "Bad image parameters");
2966 error(errSyntaxError, getPos(), "Unknown form type");
2974 error(errSyntaxError, getPos(), "Bad form bounding box");
3173 error(errSyntaxError, getPos(), "Inline image dictionary key must be a name object");
3188 error(errSyntaxError, getPos(), "End of file in inline image");
3204 error(errInternal, getPos(), "Internal: got 'ID' operator");
3209 error(errInternal, getPos(), "Internal: got 'EI' operator");