Searched defs:print (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dmedia.h6 bool print; member in class:Media
H A Dproj_pt.h85 inline void print(char const *s) const { printf ("%s(%8.2f : %8.2f : %8.2f)\n", s, pt[0], pt[1], pt[2]); } function in class:Proj::Pt2
150 inline void print(char const *s) const { function in class:Proj::Pt3
H A Dtransf_mat_3x4.cpp164 TransfMat3x4::print () const { function in class:Proj::TransfMat3x4
H A Dsp-root.cpp20 #include "print.h"
364 // Uncomment to print out XML tree
367 // Uncomment to print out SP Object tree
370 // Uncomment to print out Display Item tree
376 void SPRoot::print(SPPrintContext *ctx) function in class:SPRoot
380 SPGroup::print(ctx);
H A Dsp-symbol.cpp25 #include "print.h"
149 void SPSymbol::print(SPPrintContext* ctx) { function in class:SPSymbol
155 SPGroup::print(ctx);
H A Dsp-marker.cpp310 void SPMarker::print(SPPrintContext* /*ctx*/) { function in class:SPMarker
H A Dsp-use.cpp30 #include "print.h"
214 void SPUse::print(SPPrintContext* ctx) { function in class:SPUse
H A Dsp-image.cpp35 #include "print.h"
486 void SPImage::print(SPPrintContext *ctx) { function in class:SPImage
H A Dsp-shape.cpp35 #include "print.h"
631 void SPShape::print(SPPrintContext* ctx) { function in class:SPShape
H A Dsp-flowtext.cpp269 void SPFlowtext::print(SPPrintContext *ctx) { function in class:SPFlowtext
277 this->layout.print(ctx, pbox, dbox, bbox, ctm);
H A Dsp-item-group.cpp295 void SPGroup::print(SPPrintContext *ctx) { function in class:SPGroup
H A Dsp-text.cpp459 void SPText::print(SPPrintContext *ctx) { function in class:SPText
467 this->layout.print(ctx,pbox,dbox,bbox,ctm);
H A Dsp-item.cpp21 #include "print.h"
1013 void SPItem::print(SPPrintContext* /*ctx*/) { function in class:SPItem
1022 this->print(ctx);
1025 this->print(ctx);
/inkscape/src/libavoid/
H A Dvertices.cpp129 void VertID::print(FILE *file) const function in class:Avoid::VertID
/inkscape/src/2geom/
H A Dbezier-clipping.cpp67 void print(std::vector<Point> const& cp, const char* msg = "") function in namespace:Geom::detail::bezier_clipping
400 //print(D);
404 //print(p);
633 //print(D, "D");
639 //print(p, "CH(D)");
815 print(*C2, "C2");
816 print(*C1, "C1");
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp15 #include "print.h"
16 #include "extension/print.h"
251 void Layout::print(SPPrintContext *ctx, function in class:Inkscape::Text::Layout
257 float hold_dx[MAX_DX]; // For smuggling dx values (character widths) into print functions, unlikely any simple text output will be longer than this.
346 std:: cout << "DEBUG Layout::print in while "
379 std:: cout << "DEBUG Layout::print in while --- "
395 The font used by the display may have failed over, but print does not care and can continue to use
/inkscape/
H A Dbuildtool.cpp840 void print();
1111 void Element::print() function in class:buildtool::Element
10152 printf(" -help, -h print this message\n");
10153 printf(" -version print the version information and exit\n");

Completed in 617 milliseconds