Searched refs:cout (Results 1 - 25 of 40) sorted by relevance

12

/inkscape/cxxtest/cxxtest/
H A DParenPrinter.h17 ParenPrinter( CXXTEST_STD(ostream) &o = CXXTEST_STD(cout) ) : ErrorPrinter( o, "(", ")" ) {}
H A DErrorPrinter.h8 // The ErrorPrinter uses std::cout
31 ErrorPrinter( CXXTEST_STD(ostream) &o = CXXTEST_STD(cout), const char *preLine = ":", const char *postLine = "" ) :
/inkscape/src/2geom/
H A Dsolve-bezier.cpp62 std::cout << "deflate\n"; member in class:Geom::std
84 std::cout << bz << std::endl;
85 std::cout << "dt = " << dt << std::endl;
86 std::cout << "left_t = " << left_t << std::endl;
87 std::cout << "right_t = " << right_t << std::endl;
88 std::cout << "left bound = " << left_bound
91 std::cout << "new_left_t = " << new_left_t << std::endl;
94 std::cout << "deflate\n"; member in class:Geom::std
103 std::cout << "epsilon reached\n"; member in class:Geom::std
105 std::cout << "deflat member in class:Geom::std
[all...]
H A Dsbasis.cpp527 std::cout << "a=" << a << std::endl;
528 std::cout << "1-a=" << one_minus_a << std::endl;
529 std::cout << "t1=" << t1 << std::endl;
536 std::cout << "-------" << i << ": ---------" <<std::endl;
537 std::cout << "r=" << r << std::endl
546 std::cout << "t1i=" << t1i << std::endl;
547 std::cout << "ci=" << ci << std::endl;
564 std::cout << "##########################" << std::endl;
H A Dconvex-hull.cpp514 std::cout << "parallel\n";
595 std::cout << "---\n";
610 std::cout << bpair[k].first << " , " << bpair[k].second << "; "
/inkscape/src/libcola/
H A Dcycle_detector.cpp63 cout << "vertex1: " << anEdge.first << ", vertex2: " << anEdge.second << endl;
67 cout << "Making a new vector indexed at: " << anEdge.first << endl;
96 cout << "nodes[" << node->id << "]: ";
98 if (isSink(node)) { cout << "SINK"; }
100 for (unsigned j = 0; j < node->dests.size(); j++) { cout << node->dests[j] << " "; }
102 cout << endl;
119 cout << "traverse{" << i << "}: " << traverse[i] << endl;
133 cout << "Marking vertex(" << v << ") as CLOSED" << endl;
141 cout << "begining search at vertex(" << traverse[0] << ")" << endl;
174 cout << "Visitin
[all...]
/inkscape/src/libnrtype/
H A Dfont-lister.cpp147 // std::cout << " Not on system: " << row[FontList.family] << std::endl;
199 // std::cout << " In: row: " << current_family_row << " " << (*iter)[FontList.family] << std::endl;
208 // std::cout << " Not on system: " << row[FontList.family] << std::endl;
211 // std::cout << " First on system: " << row[FontList.family] << std::endl;
289 // std::cout << " Out: row: " << current_family_row << " " << current_family << std::endl;
382 std::cout << "\n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << std::endl;
383 std::cout << "FontLister::selection_update: entrance" << std::endl;
393 //std::cout << " Attempting selected style" << std::endl;
396 //std::cout << " fontspec from query :" << fontspec << ":" << std::endl;
401 //std::cout << " Attemptin
[all...]
/inkscape/src/widgets/
H A Dtext-toolbar.cpp85 std::cout << " Family set? " << family_set
89 std::cout << " Family: "
96 std::cout << " LineHeight: " << query->line_height.computed
108 std::cout << " Weight: " << names[ index ]
118 std::cout << " Style: " << names[ index ] << std::endl;
127 std::cout << std::endl;
128 std::cout << "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM" << std::endl;
129 std::cout << "sp_text_fontfamily_value_changed: " << std::endl;
135 std::cout << "sp_text_fontfamily_value_changed: frozen... return" << std::endl;
136 std::cout << "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
[all...]
/inkscape/src/
H A Dobject-test.h91 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to construct the test document\n";
156 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to write " << num_clones << " clones of a path\n";
165 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to remove " << num_clones << " clones of a path\n";
201 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to write " << num_elements << " elements into a group\n";
211 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to ungroup a <g> with " << num_elements << " elements\n";
212 std::cout << " Note: sp_item_group_ungroup_handle_clones() is responsible\n for most of the time as it is linear in number of elements\n which results in quadratic behavior for ungrouping." << std::endl;
221 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to remove " << num_elements << " elements\n";
H A Dsp-mesh.cpp62 // std::cout << "SPMesh::set() No value " << std::endl;
81 std::cout << "sp_mesh_write() ***************************" << std::endl;
136 std::cout << "sp_mesh_create_pattern: (" << bbox->x0 << "," << bbox->y0 << ") (" << bbox->x1 << "," << bbox->y1 << ") " << opacity << std::endl;
149 // std::cout << "SPMesh::pattern_new: Coons" << std::endl;
170 std::cout << i << " " << j << " "
173 std::cout << patch.getPoint( k, p );
175 std::cout << ") "
200 std::cout << "sp_mesh_create_pattern: path error" << std::endl;
207 //std::cout << " sp_mesh_create_pattern: tensor " << k
211 //std::cout << " sp_mesh_create_patter
[all...]
H A Dsyseq.h33 std::cout << "unique" << std::endl;
36 std::cout << "ambiguous" << std::endl;
39 std::cout << "no solution" << std::endl;
42 std::cout << "solution exists" << std::endl;
80 std::cout.setf(std::ios::left, std::ios::internal);
85 std::cout << std::endl;;
217 std::cout << "Something is wrong. Rethink!!" << std::endl;
228 std::cout << "No solution since adapted value is too close to zero" << std::endl;
H A DMultiPrinter.h41 _dstOne( new FileAdapter( CXXTEST_STD(cout) ) ),
H A Dsp-mesh-array.cpp160 // std::cout << "SPMeshPatchI::setPoint: s: " << s
423 // std::cout << "SPMeshPatchI::updateNodes: " << row << "," << col << std::endl;
466 // std::cout << "Update node: " << i << ", " << j << " " << coonsTensorPoint( t ) << std::endl;
631 // std::cout << "SPMeshNodeArray::read: p: " << current_p << std::endl;
646 // std::cout << "SPMeshNodeArray::read: row size: " << nodes.size() << std::endl;
648 // std::cout << " after: " << nodes.size() << std::endl;
659 // std::cout << " Mesh Gradient: Too many stops: " << istop << std::endl;
683 // std::cout << " path_string: " << path_string << std::endl;
684 // std::cout << " current_p: " << current_p << std::endl;
704 std::cout << "Faile
[all...]
H A Dsp-object.cpp1549 std::cout << "SP Object Tree" << std::endl;
1551 std::cout << "SP: "; member in class:std
1553 std::cout << " "; member in class:std
1555 std::cout << (getId()?getId():"No object id") << std::endl;
/inkscape/src/libavoid/
H A Dmakepath.cpp719 using std::cout; using std::endl;
721 cout << "PENDING: ";
724 cout << PENDING.at(i).g << "," << PENDING.at(i).h << ",";
725 cout << PENDING.at(i).inf << "," << PENDING.at(i).pp << " ";
727 cout << endl;
728 cout << "DONE: ";
731 cout << DONE.at(i).g << "," << DONE.at(i).h << ",";
732 cout << DONE.at(i).inf << "," << DONE.at(i).pp << " ";
734 cout << endl << endl;
/inkscape/src/ui/tools/
H A Dmesh-tool.cpp154 // std::cout << "mesh_selection_changed: selection: objects: " << n_obj << std::endl;
159 // // std::cout << " item: " << SP_OBJECT(item)->getId() << std::endl;
184 // std::cout << "mesh_selection_changed: dragger: " << ++count << std::endl;
189 // std::cout << "mesh_selection_changed: draggable: " << draggable_ptr << std::endl;
198 // //std::cout << "mesh_selection_changed: POINT_MG_CORNER: " << point_i << std::endl;
202 // //std::cout << "gradient_selection_changed: Selected: " << point_i << std::endl;
206 // //std::cout << "mesh_selection_changed: Not Selected: " << point_i << std::endl;
298 std::cout << "sp_mesh_context_split_near_point: entrance: " << mouse_p << std::endl;
324 std::cout << "sp_mesh_corner_operation: entrance: " << operation << std::endl;
361 // std::cout << "SIDE_TOGGL
[all...]
/inkscape/src/filters/
H A Dcomponenttransfer-funcnode.cpp181 std::cout << "SPFeFuncNode::update" << std::endl;
199 std::cout << "SPFeFuncNode::write" << std::endl;
H A Dblend.cpp122 std::cout << "Inkscape::Filters::FilterBlendMode: Unimplemented mode: " << value << std::endl;
H A Dcomposite.cpp108 std::cout << "Inkscape::Filters::FilterCompositeOperator: Unimplemented operator: " << value << std::endl;
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp50 // std::cout << "Hey, I'm Grid, I'm loading!" << std::endl;
60 std::cout << "Building lines" << std::endl;
79 std::cout << "Path data:" << path_data.c_str() << std::endl;
94 std::cout << "Executing effect" << std::endl;
178 // std::cout << "Value Changed to: " << this->get_value() << std::endl;
/inkscape/src/extension/
H A Dprefdialog.cpp61 std::cout << "AH!!! No controls and no effect!!!" << std::endl;
94 std::cout << "Error encountered loading live parameter XML !!!" << std::endl;
/inkscape/src/xml/
H A Dsimple-node.cpp612 std::cout << "XML Node Tree" << std::endl;
614 std::cout << "XML: "; member in class:Inkscape::XML::std
616 std::cout << " "; member in class:Inkscape::XML::std
620 std::cout << id << std::endl;
622 std::cout << name() << std::endl;
/inkscape/src/display/
H A Ddrawing-item.cpp306 //if( isolation != 0 ) std::cout << "isolation: " << isolation << std::endl;
314 //if( mix_blend_mode != 0 ) std::cout << "setBlendMode: " << mix_blend_mode << std::endl;
366 // std::cout << "DrawingItem::setStyle: " << name() << " " << style
1001 std::cout << "Display Item Tree" << std::endl;
1003 std::cout << "DI: "; member in class:Inkscape::std
1005 std::cout << " "; member in class:Inkscape::std
1007 std::cout << name() << std::endl;
/inkscape/src/livarot/
H A DPath.cpp39 std::cout << "path: " << descr_cmd.size() << " commands." << std::endl;
41 (*i)->dump(std::cout);
42 std::cout << std::endl;
45 std::cout << std::endl;
/inkscape/src/svg/
H A Dpath-string.cpp86 std::cout << "Better not be here!" << std::endl;

Completed in 124 milliseconds

12