Lines Matching refs:PdfParser
79 PdfOperator PdfParser::opTab[] = {
81 &PdfParser::opMoveSetShowText},
83 &PdfParser::opMoveShowText},
85 &PdfParser::opFillStroke},
87 &PdfParser::opEOFillStroke},
89 &PdfParser::opBeginMarkedContent},
91 &PdfParser::opBeginImage},
93 &PdfParser::opBeginMarkedContent},
95 &PdfParser::opBeginText},
97 &PdfParser::opBeginIgnoreUndef},
99 &PdfParser::opSetStrokeColorSpace},
101 &PdfParser::opMarkPoint},
103 &PdfParser::opXObject},
105 &PdfParser::opEndImage},
107 &PdfParser::opEndMarkedContent},
109 &PdfParser::opEndText},
111 &PdfParser::opEndIgnoreUndef},
113 &PdfParser::opFill},
115 &PdfParser::opSetStrokeGray},
117 &PdfParser::opImageData},
119 &PdfParser::opSetLineCap},
121 &PdfParser::opSetStrokeCMYKColor},
123 &PdfParser::opSetMiterLimit},
125 &PdfParser::opMarkPoint},
127 &PdfParser::opRestore},
129 &PdfParser::opSetStrokeRGBColor},
131 &PdfParser::opStroke},
133 &PdfParser::opSetStrokeColor},
143 &PdfParser::opSetStrokeColorN},
145 &PdfParser::opTextNextLine},
147 &PdfParser::opTextMoveSet},
149 &PdfParser::opShowSpaceText},
151 &PdfParser::opSetTextLeading},
153 &PdfParser::opSetCharSpacing},
155 &PdfParser::opTextMove},
157 &PdfParser::opSetFont},
159 &PdfParser::opShowText},
162 &PdfParser::opSetTextMatrix},
164 &PdfParser::opSetTextRender},
166 &PdfParser::opSetTextRise},
168 &PdfParser::opSetWordSpacing},
170 &PdfParser::opSetHorizScaling},
172 &PdfParser::opClip},
174 &PdfParser::opEOClip},
176 &PdfParser::opCloseFillStroke},
178 &PdfParser::opCloseEOFillStroke},
181 &PdfParser::opCurveTo},
184 &PdfParser::opConcat},
186 &PdfParser::opSetFillColorSpace},
188 &PdfParser::opSetDash},
190 &PdfParser::opSetCharWidth},
193 &PdfParser::opSetCacheDevice},
195 &PdfParser::opFill},
197 &PdfParser::opEOFill},
199 &PdfParser::opSetFillGray},
201 &PdfParser::opSetExtGState},
203 &PdfParser::opClosePath},
205 &PdfParser::opSetFlat},
207 &PdfParser::opSetLineJoin},
209 &PdfParser::opSetFillCMYKColor},
211 &PdfParser::opLineTo},
213 &PdfParser::opMoveTo},
215 &PdfParser::opEndPath},
217 &PdfParser::opSave},
219 &PdfParser::opRectangle},
221 &PdfParser::opSetFillRGBColor},
223 &PdfParser::opSetRenderingIntent},
225 &PdfParser::opCloseStroke},
227 &PdfParser::opSetFillColor},
237 &PdfParser::opSetFillColorN},
239 &PdfParser::opShFill},
241 &PdfParser::opCurveTo1},
243 &PdfParser::opSetLineWidth},
245 &PdfParser::opCurveTo2}
290 // PdfParser
293 PdfParser::PdfParser(XRef *xrefA,
353 PdfParser::PdfParser(XRef *xrefA,
382 PdfParser::~PdfParser() {
412 void PdfParser::parse(Object *obj, GBool topLevel) {
435 void PdfParser::go(GBool /*topLevel*/)
503 void PdfParser::pushOperator(const char *name)
530 const char *PdfParser::getPreviousOperator(unsigned int look_back) {
545 void PdfParser::execOp(Object *cmd, Object args[], int numArgs) {
595 PdfOperator* PdfParser::findOp(char *name) {
615 GBool PdfParser::checkArg(Object *arg, TchkType type) {
630 int PdfParser::getPos() {
638 void PdfParser::opSave(Object /*args*/[], int /*numArgs*/)
643 void PdfParser::opRestore(Object /*args*/[], int /*numArgs*/)
649 void PdfParser::opConcat(Object args[], int /*numArgs*/)
686 void PdfParser::opSetDash(Object args[], int /*numArgs*/)
705 void PdfParser::opSetFlat(Object args[], int /*numArgs*/)
711 void PdfParser::opSetLineJoin(Object args[], int /*numArgs*/)
718 void PdfParser::opSetLineCap(Object args[], int /*numArgs*/)
725 void PdfParser::opSetMiterLimit(Object args[], int /*numArgs*/)
732 void PdfParser::opSetLineWidth(Object args[], int /*numArgs*/)
739 void PdfParser::opSetExtGState(Object args[], int /*numArgs*/)
923 void PdfParser::doSoftMask(Object *str, GBool alpha,
993 void PdfParser::opSetRenderingIntent(Object /*args*/[], int /*numArgs*/)
1002 void PdfParser::opSetFillGray(Object args[], int /*numArgs*/)
1014 void PdfParser::opSetStrokeGray(Object args[], int /*numArgs*/)
1026 void PdfParser::opSetFillCMYKColor(Object args[], int /*numArgs*/)
1041 void PdfParser::opSetStrokeCMYKColor(Object args[], int /*numArgs*/)
1055 void PdfParser::opSetFillRGBColor(Object args[], int /*numArgs*/)
1069 void PdfParser::opSetStrokeRGBColor(Object args[], int /*numArgs*/) {
1082 void PdfParser::opSetFillColorSpace(Object args[], int /*numArgs*/)
1122 void PdfParser::opSetStrokeColorSpace(Object args[], int /*numArgs*/)
1160 void PdfParser::opSetFillColor(Object args[], int numArgs) {
1176 void PdfParser::opSetStrokeColor(Object args[], int numArgs) {
1192 void PdfParser::opSetFillColorN(Object args[], int numArgs) {
1243 void PdfParser::opSetStrokeColorN(Object args[], int numArgs) {
1300 void PdfParser::opMoveTo(Object args[], int /*numArgs*/)
1306 void PdfParser::opLineTo(Object args[], int /*numArgs*/)
1316 void PdfParser::opCurveTo(Object args[], int /*numArgs*/)
1332 void PdfParser::opCurveTo1(Object args[], int /*numArgs*/)
1348 void PdfParser::opCurveTo2(Object args[], int /*numArgs*/)
1364 void PdfParser::opRectangle(Object args[], int /*numArgs*/)
1377 void PdfParser::opClosePath(Object /*args*/[], int /*numArgs*/)
1390 void PdfParser::opEndPath(Object /*args*/[], int /*numArgs*/)
1395 void PdfParser::opStroke(Object /*args*/[], int /*numArgs*/)
1412 void PdfParser::opCloseStroke(Object * /*args[]*/, int /*numArgs*/) {
1429 void PdfParser::opFill(Object /*args*/[], int /*numArgs*/)
1446 void PdfParser::opEOFill(Object /*args*/[], int /*numArgs*/)
1463 void PdfParser::opFillStroke(Object /*args*/[], int /*numArgs*/)
1477 void PdfParser::opCloseFillStroke(Object /*args*/[], int /*numArgs*/)
1490 void PdfParser::opEOFillStroke(Object /*args*/[], int /*numArgs*/)
1502 void PdfParser::opCloseEOFillStroke(Object /*args*/[], int /*numArgs*/)
1515 void PdfParser::doFillAndStroke(GBool eoFill) {
1533 void PdfParser::doPatternFillFallback(GBool eoFill) {
1552 void PdfParser::doPatternStrokeFallback() {
1571 void PdfParser::doShadingPatternFillFallback(GfxShadingPattern *sPat,
1678 void PdfParser::opShFill(Object args[], int /*numArgs*/)
1797 void PdfParser::doFunctionShFill(GfxFunctionShading *shading) {
1809 void PdfParser::doFunctionShFill1(GfxFunctionShading *shading,
1917 void PdfParser::doGouraudTriangleShFill(GfxGouraudTriangleShading *shading) {
1931 void PdfParser::gouraudFillTriangle(double x0, double y0, GfxColor *color0,
1979 void PdfParser::doPatchMeshShFill(GfxPatchMeshShading *shading) {
1997 void PdfParser::fillPatch(GfxPatch *patch, int nComps, int depth) {
2133 void PdfParser::doEndPath() {
2152 void PdfParser::opClip(Object /*args*/[], int /*numArgs*/)
2157 void PdfParser::opEOClip(Object /*args*/[], int /*numArgs*/)
2166 void PdfParser::opBeginText(Object /*args*/[], int /*numArgs*/)
2175 void PdfParser::opEndText(Object /*args*/[], int /*numArgs*/)
2185 void PdfParser::opSetCharSpacing(Object args[], int /*numArgs*/)
2191 void PdfParser::opSetFont(Object args[], int /*numArgs*/)
2216 void PdfParser::opSetTextLeading(Object args[], int /*numArgs*/)
2222 void PdfParser::opSetTextRender(Object args[], int /*numArgs*/)
2229 void PdfParser::opSetTextRise(Object args[], int /*numArgs*/)
2235 void PdfParser::opSetWordSpacing(Object args[], int /*numArgs*/)
2241 void PdfParser::opSetHorizScaling(Object args[], int /*numArgs*/)
2253 void PdfParser::opTextMove(Object args[], int /*numArgs*/)
2264 void PdfParser::opTextMoveSet(Object args[], int /*numArgs*/)
2277 void PdfParser::opSetTextMatrix(Object args[], int /*numArgs*/)
2288 void PdfParser::opTextNextLine(Object /*args*/[], int /*numArgs*/)
2303 void PdfParser::opShowText(Object args[], int /*numArgs*/)
2317 void PdfParser::opMoveShowText(Object args[], int /*numArgs*/)
2338 void PdfParser::opMoveSetShowText(Object args[], int /*numArgs*/)
2361 void PdfParser::opShowSpaceText(Object args[], int /*numArgs*/)
2399 void PdfParser::doShowText(GooString *s) {
2539 void PdfParser::opXObject(Object args[], int /*numArgs*/)
2572 void PdfParser::doImage(Object * /*ref*/, Stream *str, GBool inlineImg)
2944 void PdfParser::doForm(Object *str) {
3044 void PdfParser::doForm1(Object *str, Dict *resDict, double *matrix, double *bbox,
3142 void PdfParser::opBeginImage(Object /*args*/[], int /*numArgs*/)
3162 Stream *PdfParser::buildImageStream() {
3202 void PdfParser::opImageData(Object /*args*/[], int /*numArgs*/)
3207 void PdfParser::opEndImage(Object /*args*/[], int /*numArgs*/)
3216 void PdfParser::opSetCharWidth(Object /*args*/[], int /*numArgs*/)
3220 void PdfParser::opSetCacheDevice(Object /*args*/[], int /*numArgs*/)
3228 void PdfParser::opBeginIgnoreUndef(Object /*args*/[], int /*numArgs*/)
3233 void PdfParser::opEndIgnoreUndef(Object /*args*/[], int /*numArgs*/)
3243 void PdfParser::opBeginMarkedContent(Object args[], int numArgs) {
3259 void PdfParser::opEndMarkedContent(Object /*args*/[], int /*numArgs*/)
3264 void PdfParser::opMarkPoint(Object args[], int numArgs) {
3285 void PdfParser::saveState() {
3305 void PdfParser::restoreState() {
3311 void PdfParser::pushResources(Dict *resDict) {
3315 void PdfParser::popResources() {
3323 void PdfParser::setDefaultApproximationPrecision() {
3329 void PdfParser::setApproximationPrecision(int shadingType, double colorDelta,