#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Gfx.h>
Collaboration diagram for Gfx:

Public Member Functions | |
| Gfx (XRef *xrefA, OutputDev *outA, int pageNum, Dict *resDict, fouble dpi, PDFRectangle *box, GBool crop, PDFRectangle *cropBox, int rotate, GBool printCommandsA) | |
| Gfx (XRef *xrefA, OutputDev *outA, Dict *resDict, PDFRectangle *box, GBool crop, PDFRectangle *cropBox) | |
| ~Gfx () | |
| void | display (Object *obj, GBool topLevel=gTrue) |
| void | doAnnot (Object *str, fouble xMin, fouble yMin, fouble xMax, fouble yMax) |
| void | pushResources (Dict *resDict) |
| void | popResources () |
Private Member Functions | |
| void | go (GBool topLevel) |
| void | execOp (Object *cmd, Object args[], int numArgs) |
| Operator * | findOp (char *name) |
| GBool | checkArg (Object *arg, TchkType type) |
| int | getPos () |
| void | opSave (Object args[], int numArgs) |
| void | opRestore (Object args[], int numArgs) |
| void | opConcat (Object args[], int numArgs) |
| void | opSetDash (Object args[], int numArgs) |
| void | opSetFlat (Object args[], int numArgs) |
| void | opSetLineJoin (Object args[], int numArgs) |
| void | opSetLineCap (Object args[], int numArgs) |
| void | opSetMiterLimit (Object args[], int numArgs) |
| void | opSetLineWidth (Object args[], int numArgs) |
| void | opSetExtGState (Object args[], int numArgs) |
| void | opSetRenderingIntent (Object args[], int numArgs) |
| void | opSetFillGray (Object args[], int numArgs) |
| void | opSetStrokeGray (Object args[], int numArgs) |
| void | opSetFillCMYKColor (Object args[], int numArgs) |
| void | opSetStrokeCMYKColor (Object args[], int numArgs) |
| void | opSetFillRGBColor (Object args[], int numArgs) |
| void | opSetStrokeRGBColor (Object args[], int numArgs) |
| void | opSetFillColorSpace (Object args[], int numArgs) |
| void | opSetStrokeColorSpace (Object args[], int numArgs) |
| void | opSetFillColor (Object args[], int numArgs) |
| void | opSetStrokeColor (Object args[], int numArgs) |
| void | opSetFillColorN (Object args[], int numArgs) |
| void | opSetStrokeColorN (Object args[], int numArgs) |
| void | opMoveTo (Object args[], int numArgs) |
| void | opLineTo (Object args[], int numArgs) |
| void | opCurveTo (Object args[], int numArgs) |
| void | opCurveTo1 (Object args[], int numArgs) |
| void | opCurveTo2 (Object args[], int numArgs) |
| void | opRectangle (Object args[], int numArgs) |
| void | opClosePath (Object args[], int numArgs) |
| void | opEndPath (Object args[], int numArgs) |
| void | opStroke (Object args[], int numArgs) |
| void | opCloseStroke (Object args[], int numArgs) |
| void | opFill (Object args[], int numArgs) |
| void | opEOFill (Object args[], int numArgs) |
| void | opFillStroke (Object args[], int numArgs) |
| void | opCloseFillStroke (Object args[], int numArgs) |
| void | opEOFillStroke (Object args[], int numArgs) |
| void | opCloseEOFillStroke (Object args[], int numArgs) |
| void | doPatternFill (GBool eoFill) |
| void | opShFill (Object args[], int numArgs) |
| void | doAxialShFill (GfxAxialShading *shading) |
| void | doRadialShFill (GfxRadialShading *shading) |
| void | doEndPath () |
| void | opClip (Object args[], int numArgs) |
| void | opEOClip (Object args[], int numArgs) |
| void | opBeginText (Object args[], int numArgs) |
| void | opEndText (Object args[], int numArgs) |
| void | opSetCharSpacing (Object args[], int numArgs) |
| void | opSetFont (Object args[], int numArgs) |
| void | opSetTextLeading (Object args[], int numArgs) |
| void | opSetTextRender (Object args[], int numArgs) |
| void | opSetTextRise (Object args[], int numArgs) |
| void | opSetWordSpacing (Object args[], int numArgs) |
| void | opSetHorizScaling (Object args[], int numArgs) |
| void | opTextMove (Object args[], int numArgs) |
| void | opTextMoveSet (Object args[], int numArgs) |
| void | opSetTextMatrix (Object args[], int numArgs) |
| void | opTextNextLine (Object args[], int numArgs) |
| void | opShowText (Object args[], int numArgs) |
| void | opMoveShowText (Object args[], int numArgs) |
| void | opMoveSetShowText (Object args[], int numArgs) |
| void | opShowSpaceText (Object args[], int numArgs) |
| void | doShowText (GString *s) |
| void | opXObject (Object args[], int numArgs) |
| void | doImage (Object *ref, Stream *str, GBool inlineImg) |
| void | doForm (Object *str) |
| void | doForm1 (Object *str, Dict *resDict, fouble *matrix, fouble *bbox) |
| void | opBeginImage (Object args[], int numArgs) |
| Stream * | buildImageStream () |
| void | opImageData (Object args[], int numArgs) |
| void | opEndImage (Object args[], int numArgs) |
| void | opSetCharWidth (Object args[], int numArgs) |
| void | opSetCacheDevice (Object args[], int numArgs) |
| void | opBeginIgnoreUndef (Object args[], int numArgs) |
| void | opEndIgnoreUndef (Object args[], int numArgs) |
| void | opBeginMarkedContent (Object args[], int numArgs) |
| void | opEndMarkedContent (Object args[], int numArgs) |
| void | opMarkPoint (Object args[], int numArgs) |
Private Attributes | |
| XRef * | xref |
| OutputDev * | out |
| GBool | subPage |
| GBool | printCommands |
| GfxResources * | res |
| int | updateLevel |
| GfxState * | state |
| GBool | fontChanged |
| GfxClipType | clip |
| int | ignoreUndef |
| fouble | baseMatrix [6] |
| Parser * | parser |
Static Private Attributes | |
| static Operator | opTab [] |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 382 of file Gfx.cc. References baseMatrix, OutputDev::clip(), clip, clipNone, fontChanged, GfxState::getCTM(), gFalse, i, ignoreUndef, NULL, out, printCommands, res, OutputDev::setDefaultCTM(), OutputDev::startPage(), state, subPage, OutputDev::updateAll(), OutputDev::upsideDown(), PDFRectangle::x1, PDFRectangle::x2, xref, PDFRectangle::y1, and PDFRectangle::y2. |
|
||||||||||||||||||||||||||||
|
Definition at line 420 of file Gfx.cc. References baseMatrix, GfxState::clearPath(), OutputDev::clip(), GfxState::clip(), clip, clipNone, GfxState::closePath(), fontChanged, GfxState::getCTM(), gFalse, gTrue, i, ignoreUndef, GfxState::lineTo(), GfxState::moveTo(), NULL, out, printCommands, res, state, subPage, PDFRectangle::x1, PDFRectangle::x2, xref, PDFRectangle::y1, and PDFRectangle::y2. |
|
|
Definition at line 454 of file Gfx.cc. References OutputDev::endPage(), GfxState::hasSaves(), out, popResources(), res, GfxState::restore(), OutputDev::restoreState(), state, and subPage. |
|
|
Definition at line 2660 of file Gfx.cc. References Stream::addFilters(), copyString(), Object::dictAdd(), error(), Object::free(), Parser::getObj(), getPos(), Parser::getStream(), gfree(), Object::initDict(), NULL, parser, str, and xref. Referenced by opBeginImage(). |
|
||||||||||||
|
Definition at line 632 of file Gfx.cc. References gFalse, Object::isArray(), Object::isBool(), Object::isDict(), Object::isInt(), Object::isName(), Object::isNum(), Object::isString(), tchkArray, tchkBool, tchkInt, tchkName, tchkNone, tchkNum, tchkProps, tchkSCN, and tchkString. Referenced by execOp(). |
|
||||||||||||
|
Definition at line 470 of file Gfx.cc. References error(), Object::free(), go(), i, Object::isStream(), NULL, parser, and xref. Referenced by Page::display(), doForm1(), and doShowText(). |
|
||||||||||||||||||||||||
|
Definition at line 2450 of file Gfx.cc. References Object::arrayGet(), baseMatrix, bbox(), doForm1(), error(), Object::free(), GfxState::getCTM(), Object::getDict(), Object::getNum(), getPos(), i, Object::isArray(), Object::isDict(), Dict::lookup(), NULL, state, Object::streamGetDict(), Opie::MM::x, and Opie::MM::y. Referenced by Annot::draw(). |
|
|
Definition at line 1382 of file Gfx.cc. References axialColorDelta, axialMaxSplits, GfxColor::c, fabs(), OutputDev::fill(), GfxState::getUserClipBBox(), i, out, s, GfxState::setFillColor(), state, t, and OutputDev::updateFillColor(). Referenced by opShFill(). |
|
|
Definition at line 1808 of file Gfx.cc. References OutputDev::clip(), clip, clipNone, clipNormal, OutputDev::eoClip(), and out. Referenced by opCloseEOFillStroke(), opCloseFillStroke(), opCloseStroke(), opEndPath(), opEOFill(), opEOFillStroke(), opFill(), opFillStroke(), and opStroke(). |
|
|
Definition at line 2391 of file Gfx.cc. References Object::arrayGet(), bbox(), doForm1(), error(), Object::free(), Object::getDict(), Object::getInt(), Object::getNum(), getPos(), i, Object::isArray(), Object::isDict(), Object::isInt(), Dict::lookup(), NULL, and Object::streamGetDict(). Referenced by opXObject(). |
|
||||||||||||||||||||
|
Definition at line 2564 of file Gfx.cc. References baseMatrix, OutputDev::clip(), GfxState::concatCTM(), display(), gFalse, i, out, parser, popResources(), pushResources(), OutputDev::restoreState(), GfxState::save(), OutputDev::saveState(), state, and OutputDev::updateCTM(). Referenced by doAnnot(), doForm(), and doPatternFill(). |
|
||||||||||||||||
|
Definition at line 2238 of file Gfx.cc. References Object::arrayGet(), Object::arrayGetLength(), bits, OutputDev::drawImage(), OutputDev::drawImageMask(), error(), Object::free(), Object::getBool(), Stream::getDict(), Object::getInt(), Object::getName(), getPos(), gFalse, gfxColorMaxComps, gTrue, height, i, Object::isArray(), Object::isBool(), Object::isInt(), Object::isName(), Object::isNull(), GfxImageColorMap::isOk(), Dict::lookup(), GfxResources::lookupColorSpace(), NULL, out, GfxColorSpace::parse(), res, state, updateLevel, and width. Referenced by opBeginImage(), and opXObject(). |
|
|
|
Definition at line 1612 of file Gfx.cc. References GfxColor::c, OutputDev::eoFill(), fabs(), GfxState::getCTM(), GfxState::getUserClipBBox(), M_PI, out, radialColorDelta, radialMaxSplits, GfxState::setFillColor(), sqrt(), state, t, and OutputDev::updateFillColor(). Referenced by opShFill(). |
|
|
||||||||||||||||
|
Definition at line 572 of file Gfx.cc. References checkArg(), error(), findOp(), Operator::func, Object::getName(), getPos(), i, ignoreUndef, name, Operator::numArgs, and Operator::tchk. Referenced by go(). |
|
|
Definition at line 611 of file Gfx.cc. References cmp(), NULL, numOps, and opTab. Referenced by execOp(). |
|
|
Definition at line 647 of file Gfx.cc. References Parser::getPos(), and parser. Referenced by buildImageStream(), doAnnot(), doForm(), doImage(), doShowText(), execOp(), go(), opClosePath(), opCurveTo(), opCurveTo1(), opCurveTo2(), opEndImage(), opImageData(), opLineTo(), opMoveSetShowText(), opMoveShowText(), opSetExtGState(), opSetFillColorSpace(), opSetStrokeColorSpace(), opShowSpaceText(), opShowText(), and opXObject(). |
|
|
Definition at line 494 of file Gfx.cc. References OutputDev::dump(), error(), execOp(), Object::free(), Parser::getObj(), getPos(), i, Object::isCmd(), Object::isEOF(), maxArgs, out, parser, Object::print(), printCommands, printf, and updateLevel. Referenced by display(). |
|
||||||||||||
|
Definition at line 2726 of file Gfx.cc. References ignoreUndef. |
|
||||||||||||
|
Definition at line 2638 of file Gfx.cc. References buildImageStream(), doImage(), Stream::getBaseStream(), gTrue, NULL, and str. |
|
||||||||||||
|
Definition at line 2739 of file Gfx.cc. References Object::print(), printCommands, and printf. |
|
||||||||||||
|
Definition at line 1837 of file Gfx.cc. References fontChanged, gTrue, out, GfxState::setTextMat(), state, GfxState::textMoveTo(), OutputDev::updateTextMat(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 1825 of file Gfx.cc. References clip, and clipNormal. |
|
||||||||||||
|
Definition at line 1160 of file Gfx.cc. References GfxState::closePath(), csPattern, doEndPath(), doPatternFill(), OutputDev::eoFill(), GfxState::getFillColorSpace(), gTrue, GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
Definition at line 1127 of file Gfx.cc. References GfxState::closePath(), csPattern, doEndPath(), doPatternFill(), OutputDev::fill(), GfxState::getFillColorSpace(), gFalse, GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
Definition at line 1043 of file Gfx.cc. References GfxState::closePath(), error(), getPos(), GfxState::isCurPt(), and state. |
|
||||||||||||
|
Definition at line 1069 of file Gfx.cc. References GfxState::closePath(), doEndPath(), GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
Definition at line 665 of file Gfx.cc. References GfxState::concatCTM(), fontChanged, gTrue, out, state, and OutputDev::updateCTM(). |
|
||||||||||||
|
Definition at line 981 of file Gfx.cc. References GfxState::curveTo(), error(), getPos(), GfxState::isCurPt(), and state. |
|
||||||||||||
|
Definition at line 997 of file Gfx.cc. References GfxState::curveTo(), error(), GfxState::getCurX(), GfxState::getCurY(), getPos(), GfxState::isCurPt(), and state. |
|
||||||||||||
|
Definition at line 1013 of file Gfx.cc. References GfxState::curveTo(), error(), getPos(), GfxState::isCurPt(), and state. |
|
||||||||||||
|
Definition at line 2730 of file Gfx.cc. References ignoreUndef. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 1055 of file Gfx.cc. References doEndPath(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 1096 of file Gfx.cc. References csPattern, doEndPath(), doPatternFill(), OutputDev::eoFill(), GfxState::getFillColorSpace(), gTrue, GfxState::isCurPt(), GfxState::isPath(), out, and state. |
|
||||||||||||
|
Definition at line 1144 of file Gfx.cc. References csPattern, doEndPath(), doPatternFill(), OutputDev::eoFill(), GfxState::getFillColorSpace(), gTrue, GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
Definition at line 1081 of file Gfx.cc. References csPattern, doEndPath(), doPatternFill(), OutputDev::fill(), GfxState::getFillColorSpace(), gFalse, GfxState::isCurPt(), GfxState::isPath(), out, and state. |
|
||||||||||||
|
Definition at line 1111 of file Gfx.cc. References csPattern, doEndPath(), doPatternFill(), OutputDev::fill(), GfxState::getFillColorSpace(), gFalse, GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 973 of file Gfx.cc. References error(), getPos(), GfxState::isCurPt(), GfxState::lineTo(), and state. |
|
||||||||||||
|
Definition at line 2752 of file Gfx.cc. References Object::print(), printCommands, and printf. |
|
||||||||||||
|
Definition at line 1968 of file Gfx.cc. References doShowText(), error(), GfxState::getFont(), GfxState::getLeading(), GfxState::getLineX(), GfxState::getLineY(), getPos(), out, GfxState::setCharSpace(), GfxState::setWordSpace(), state, GfxState::textMoveTo(), OutputDev::updateCharSpace(), OutputDev::updateTextPos(), and OutputDev::updateWordSpace(). |
|
||||||||||||
|
Definition at line 1954 of file Gfx.cc. References doShowText(), error(), GfxState::getFont(), GfxState::getLeading(), GfxState::getLineX(), GfxState::getLineY(), getPos(), out, state, GfxState::textMoveTo(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 969 of file Gfx.cc. References GfxState::moveTo(), and state. |
|
||||||||||||
|
Definition at line 1029 of file Gfx.cc. References GfxState::closePath(), GfxState::lineTo(), GfxState::moveTo(), state, Opie::MM::x, and Opie::MM::y. |
|
||||||||||||
|
Definition at line 660 of file Gfx.cc. References out, GfxState::restore(), OutputDev::restoreState(), and state. |
|
||||||||||||
|
Definition at line 655 of file Gfx.cc. References out, GfxState::save(), OutputDev::saveState(), and state. |
|
||||||||||||
|
Definition at line 2716 of file Gfx.cc. References out, state, and OutputDev::type3D1(). |
|
||||||||||||
|
Definition at line 1852 of file Gfx.cc. References out, GfxState::setCharSpace(), state, and OutputDev::updateCharSpace(). |
|
||||||||||||
|
Definition at line 2712 of file Gfx.cc. References out, state, and OutputDev::type3D0(). |
|
||||||||||||
|
Definition at line 675 of file Gfx.cc. References Object::free(), Array::get(), Array::getLength(), gmalloc(), i, NULL, out, GfxState::setLineDash(), state, and OutputDev::updateLineDash(). |
|
||||||||||||
|
Definition at line 722 of file Gfx.cc. References Object::dictLookup(), error(), Object::free(), Object::getNum(), getPos(), Object::isDict(), GfxResources::lookupGState(), out, res, GfxState::setFillOpacity(), state, OutputDev::updateFillOpacity(), and OutputDev::updateStrokeOpacity(). |
|
||||||||||||
|
Definition at line 773 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setFillColor(), GfxState::setFillColorSpace(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 877 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setFillColor(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 901 of file Gfx.cc. References GfxColor::c, csPattern, GfxState::getFillColorSpace(), i, GfxResources::lookupPattern(), NULL, out, res, GfxState::setFillColor(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 825 of file Gfx.cc. References GfxColor::c, error(), Object::free(), getPos(), gfxColorMaxComps, i, Object::isNull(), GfxResources::lookupColorSpace(), NULL, out, GfxColorSpace::parse(), res, GfxState::setFillColor(), GfxState::setFillColorSpace(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 753 of file Gfx.cc. References GfxColor::c, Object::getNum(), NULL, out, GfxState::setFillColor(), GfxState::setFillColorSpace(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 799 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setFillColor(), GfxState::setFillColorSpace(), GfxState::setFillPattern(), state, and OutputDev::updateFillColor(). |
|
||||||||||||
|
Definition at line 697 of file Gfx.cc. References out, GfxState::setFlatness(), state, and OutputDev::updateFlatness(). |
|
||||||||||||
|
Definition at line 1857 of file Gfx.cc. References fontChanged, GfxFont::getName(), GfxFont::getTag(), gTrue, GfxResources::lookupFont(), printCommands, printf, res, GfxState::setFont(), and state. |
|
||||||||||||
|
Definition at line 1893 of file Gfx.cc. References fontChanged, gTrue, out, GfxState::setHorizScaling(), state, and OutputDev::updateHorizScaling(). |
|
||||||||||||
|
Definition at line 707 of file Gfx.cc. References out, GfxState::setLineCap(), state, and OutputDev::updateLineCap(). |
|
||||||||||||
|
Definition at line 702 of file Gfx.cc. References out, GfxState::setLineJoin(), state, and OutputDev::updateLineJoin(). |
|
||||||||||||
|
Definition at line 717 of file Gfx.cc. References out, GfxState::setLineWidth(), state, and OutputDev::updateLineWidth(). |
|
||||||||||||
|
Definition at line 712 of file Gfx.cc. References out, GfxState::setMiterLimit(), state, and OutputDev::updateMiterLimit(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 786 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setStrokeColor(), GfxState::setStrokeColorSpace(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 889 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setStrokeColor(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 933 of file Gfx.cc. References GfxColor::c, csPattern, GfxState::getStrokeColorSpace(), i, GfxResources::lookupPattern(), NULL, out, res, GfxState::setStrokeColor(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 851 of file Gfx.cc. References GfxColor::c, error(), Object::free(), getPos(), gfxColorMaxComps, i, Object::isNull(), GfxResources::lookupColorSpace(), NULL, out, GfxColorSpace::parse(), res, GfxState::setStrokeColor(), GfxState::setStrokeColorSpace(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 763 of file Gfx.cc. References GfxColor::c, NULL, out, GfxState::setStrokeColor(), GfxState::setStrokeColorSpace(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 812 of file Gfx.cc. References GfxColor::c, i, NULL, out, GfxState::setStrokeColor(), GfxState::setStrokeColorSpace(), GfxState::setStrokePattern(), state, and OutputDev::updateStrokeColor(). |
|
||||||||||||
|
Definition at line 1874 of file Gfx.cc. References GfxState::setLeading(), and state. |
|
||||||||||||
|
Definition at line 1923 of file Gfx.cc. References fontChanged, gTrue, out, GfxState::setTextMat(), state, GfxState::textMoveTo(), OutputDev::updateTextMat(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 1878 of file Gfx.cc. References out, GfxState::setRender(), state, and OutputDev::updateRender(). |
|
||||||||||||
|
Definition at line 1883 of file Gfx.cc. References out, GfxState::setRise(), state, and OutputDev::updateRise(). |
|
||||||||||||
|
Definition at line 1888 of file Gfx.cc. References out, GfxState::setWordSpace(), state, and OutputDev::updateWordSpace(). |
|
||||||||||||
|
Definition at line 1337 of file Gfx.cc. References OutputDev::clip(), doAxialShFill(), doRadialShFill(), GfxShading::getBBox(), GfxShading::getColorSpace(), GfxShading::getHasBBox(), GfxShading::getType(), GfxResources::lookupShading(), out, res, OutputDev::restoreState(), OutputDev::saveState(), and state. |
|
||||||||||||
|
Definition at line 1986 of file Gfx.cc. References doShowText(), error(), Object::free(), Array::get(), Object::getArray(), GfxState::getFont(), GfxState::getFontSize(), Object::getNum(), getPos(), Object::getString(), i, Object::isNum(), Object::isString(), out, state, GfxState::textShift(), and OutputDev::updateTextShift(). |
|
||||||||||||
|
Definition at line 1946 of file Gfx.cc. References doShowText(), error(), GfxState::getFont(), getPos(), and state. |
|
||||||||||||
|
Definition at line 1059 of file Gfx.cc. References doEndPath(), GfxState::isCurPt(), GfxState::isPath(), out, state, and OutputDev::stroke(). |
|
||||||||||||
|
Definition at line 1903 of file Gfx.cc. References GfxState::getLineX(), GfxState::getLineY(), out, state, GfxState::textMoveTo(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 1912 of file Gfx.cc. References GfxState::getLineX(), GfxState::getLineY(), out, GfxState::setLeading(), state, GfxState::textMoveTo(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 1933 of file Gfx.cc. References GfxState::getLeading(), GfxState::getLineX(), GfxState::getLineY(), out, state, GfxState::textMoveTo(), and OutputDev::updateTextPos(). |
|
||||||||||||
|
Definition at line 2192 of file Gfx.cc. References doForm(), doImage(), error(), Object::free(), Object::getDict(), Object::getName(), getPos(), Object::getStream(), gFalse, Object::isDict(), Object::isName(), Object::isStream(), GfxResources::lookupXObject(), GfxResources::lookupXObjectNF(), NULL, out, OutputDev::psXObject(), res, state, and Object::streamGetDict(). |
|
|
Definition at line 2626 of file Gfx.cc. References GfxResources::getNext(), and res. Referenced by doForm1(), doShowText(), and ~Gfx(). |
|
|
Definition at line 2622 of file Gfx.cc. Referenced by doForm1(), and doShowText(). |
|
|
Definition at line 131 of file Gfx.h. Referenced by doAnnot(), doForm1(), doPatternFill(), and Gfx(). |
|
|
Definition at line 129 of file Gfx.h. Referenced by doEndPath(), Gfx(), opClip(), and opEOClip(). |
|
|
Definition at line 128 of file Gfx.h. Referenced by doShowText(), Gfx(), opBeginText(), opConcat(), opSetFont(), opSetHorizScaling(), and opSetTextMatrix(). |
|
|
Definition at line 130 of file Gfx.h. Referenced by execOp(), Gfx(), opBeginIgnoreUndef(), and opEndIgnoreUndef(). |
|
|
Definition at line 58 of file Gfx.cc. Referenced by findOp(). |
|
|
|
Definition at line 134 of file Gfx.h. Referenced by buildImageStream(), display(), doForm1(), doShowText(), getPos(), and go(). |
|
|
Definition at line 123 of file Gfx.h. Referenced by Gfx(), go(), opBeginMarkedContent(), opMarkPoint(), and opSetFont(). |
|
|
Definition at line 124 of file Gfx.h. Referenced by doImage(), Gfx(), opSetExtGState(), opSetFillColorN(), opSetFillColorSpace(), opSetFont(), opSetStrokeColorN(), opSetStrokeColorSpace(), opShFill(), opXObject(), popResources(), pushResources(), and ~Gfx(). |
|
|
|
|
|
|
Definition at line 125 of file Gfx.h. Referenced by doImage(), doShowText(), and go(). |
|
|
Definition at line 120 of file Gfx.h. Referenced by buildImageStream(), display(), Gfx(), and pushResources(). |
1.4.2