/inkscape/src/ui/tool/ |
H A D | multi-path-manipulator.h | 41 bool empty() { return _mmap.empty(); } function in class:Inkscape::UI::MultiPathManipulator
|
H A D | control-point-selection.h | 56 bool empty() { return _points.empty(); } function in class:Inkscape::UI::ControlPointSelection
|
H A D | manipulator.h | 98 bool empty() { function in class:Inkscape::UI::MultiManipulator 99 return _mmap.empty();
|
H A D | node.cpp | 1080 // both iterators that store last selected nodes are initially empty 1515 bool NodeList::empty() function in class:Inkscape::UI::NodeList 1534 return closed() ? empty() : ++begin() == end();
|
H A D | path-manipulator.cpp | 92 GQuark lpe_quark = _pm->_lpe_key.empty() ? 0 : g_quark_from_string(_pm->_lpe_key.data()); 130 if (_lpe_key.empty()) { 170 if (empty()) return false; 184 bool PathManipulator::empty() { function in class:Inkscape::UI::PathManipulator 185 return !_path || _subpaths.empty(); 206 if (!empty()) { 1070 * @return The matching node, or an empty iterator if none found 1157 if (i->empty()) { 1222 if (i->empty()) continue; 1346 if (subpath->empty()) { [all...] |
/inkscape/cxxtest/cxxtest/ |
H A D | LinkedList.cpp | 48 bool List::empty() const function in class:CxxTest::List
|
/inkscape/src/display/ |
H A D | nr-filter-slot.cpp | 119 // create empty surface 120 cairo_surface_t *empty = cairo_surface_create_similar( local 123 _set_internal(slot_nr, empty); 124 cairo_surface_destroy(empty);
|
/inkscape/src/libavoid/ |
H A D | geomtypes.cpp | 139 bool ReferencingPolygon::empty(void) const function in class:Avoid::ReferencingPolygon 141 return ps.empty(); 236 bool Polygon::empty(void) const 238 return ps.empty();
|
/inkscape/src/util/ |
H A D | list-container.h | 105 bool empty() const { return !_head; } function in class:Inkscape::Util::ListContainer 185 if (empty()) { 293 if (temp.empty()) { 296 if (empty()) { /* if empty, just take the whole thing */ 316 if (temp.empty()) { 319 if (empty()) { /* if empty, just take the whole thing */
|
/inkscape/src/2geom/ |
H A D | convex-hull.h | 127 /// Create an empty convex hull. 157 bool empty() const { return _boundary.empty(); } function in class:Geom::ConvexHull 233 if (_boundary.empty()) {
|
H A D | piecewise.h | 132 inline bool empty() const { return segs.empty(); } function in class:Geom::Piecewise 155 ASSERT_INVARIANTS(cuts.empty() || c > cuts.back()); 207 //Scales the domain of the function by a value. 0 will result in an empty Piecewise. 223 if(empty()) return; 224 /* dom can not be empty 225 if(dom.empty()) { 240 if(other.empty()) return; 242 if(empty()) { 257 if(other.empty()) retur [all...] |
H A D | pathvector.h | 145 bool empty() const { return _data.empty(); } function in class:Geom::PathVector 253 if (empty()) return *this;
|
H A D | svg-path-parser.cpp | 1141 char const *empty = ""; local 1142 _parse(empty, empty, true);
|
H A D | generic-rect.h | 54 * @brief Axis aligned, non-empty, generic rectangle. 94 * The range must not be empty. For possibly empty ranges, see OptRect. 233 * Empty rectangles will be contained in any non-empty rectangle. */ 279 * Unioning with an empty rectangle results in no changes. */ 338 * @brief Axis-aligned generic rectangle that can be empty. 362 /// @name Create potentially empty rectangles. 368 /// Creates an empty OptRect when one of the argument intervals is empty. 373 // else, stay empty 397 inline bool empty() const { return !*this; }; function in class:Geom::GenericOptRect [all...] |
H A D | path.h | 350 /// Construct an empty path starting at the specified point. 370 if (!_data->curves.empty()) { 419 if (empty()) return _data->curves.back(); 464 /** @brief Check whether path is empty. 465 * The path is empty if it contains only the closing segment, which according 467 * containers, two empty paths are not necessarily identical, because the 470 bool empty() const { return (_data->curves.size() == 1); } function in class:Geom::Path
|
H A D | conicsec.cpp | 377 if(rts.empty()) { 390 if(!rts.empty()) { 532 if(!bisect_rts.empty()) { 1350 bool empty[2] = {false, false}; local 1358 empty[0] = true; 1367 empty[1] = true; 1374 if (empty[dim]) continue; 1445 if (crs.empty()) return points;
|
/inkscape/src/livarot/ |
H A D | Path.cpp | 94 if (descr_cmd.empty()) { 420 if ( !mvto && pts.empty() == false && pts.back().p == iPt ) { 432 if (pts.empty()) { 448 if ( !mvto && pts.empty() == false && pts.back().p == iPt ) { 463 if ( pts.empty() || pts.back().isMoveTo != polyline_lineto ) { 480 if ( pts.empty() || pts.back().isMoveTo != polyline_lineto ) { 492 if ( pts.empty() ) { 712 bool empty = true; local 721 if ( empty ) { 724 empty [all...] |
/inkscape/src/extension/implementation/ |
H A D | script.cpp | 126 if (!prefInterp.empty()) { 229 if (command.empty()) { 368 if (!command_text.empty()) { 676 Glib::ustring empty; local 678 execute(command, params, empty, outfile); 1011 g_return_val_if_fail(!in_command.empty(), 0); 1049 if (!filein.empty()) {
|
/inkscape/src/ui/dialog/ |
H A D | tags.cpp | 231 bool empty = _desktop->selection->isEmpty(); local 241 _fireAction( empty ? SP_VERB_LAYER_TO_TOP : SP_VERB_SELECTION_TO_FRONT); 246 _fireAction( empty ? SP_VERB_LAYER_TO_BOTTOM : SP_VERB_SELECTION_TO_BACK ); 251 _fireAction( empty ? SP_VERB_LAYER_RAISE : SP_VERB_SELECTION_RAISE ); 256 _fireAction( empty ? SP_VERB_LAYER_LOWER : SP_VERB_SELECTION_LOWER ); 377 while (!_objectWatchers.empty()) 561 if (!todelete.empty()) { 672 if (!todelete.empty()) { 747 if (_dnd_source.empty()) { 817 while (!_dnd_source.empty()) [all...] |
H A D | objects.cpp | 308 while (!_objectWatchers.empty()) 700 bool empty = _desktop->selection->isEmpty(); local 720 _fireAction( empty ? SP_VERB_LAYER_TO_TOP : SP_VERB_SELECTION_TO_FRONT ); 724 _fireAction( empty ? SP_VERB_LAYER_TO_BOTTOM : SP_VERB_SELECTION_TO_BACK ); 730 _fireAction( empty ? SP_VERB_LAYER_RAISE : ch ); 737 _fireAction( empty ? SP_VERB_LAYER_LOWER : ch ); 1070 while (!_dnd_source.empty()) 1083 while (!idvector.empty()) { 1350 if ( !name.empty() && (!oldLabel || name != oldLabel) ) { 2014 while (!_objectWatchers.empty()) [all...] |
/inkscape/src/ |
H A D | text-editing.cpp | 90 bool empty = true; local 92 empty = SP_STRING(item)->string.empty(); 96 empty = false; 101 return empty; 436 // TODO: if the split point was at the beginning of a span we have a whole load of empty elements to clean up 584 the existing children or after them. Order is maintained. The empty 882 if (string.empty()) return NULL; 1336 item->getRepr()->setAttribute("style", new_style_string.empty() ? NULL : new_style_string.c_str()); 1474 // NB: we might create an empty strin [all...] |