Searched refs:is_empty (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/share/extensions/
H A Dwebslicer_effect.py23 def is_empty(val): function
56 if not is_empty(getattr(self.options, att)):
H A Dwebslicer_create_rect.py99 if not is_empty( self.options.dimension ):
108 if is_empty(self.options.name):
120 if not is_empty(self.options.dpi):
122 if not is_empty(self.options.html_id):
H A Dwebslicer_create_group.py56 if is_empty(self.layer):
H A Dwebslicer_export.py56 if is_empty( self.options.dir ):
/inkscape/src/display/
H A Dcurve.cpp299 SPCurve::is_empty() const function in class:SPCurve
311 if (is_empty()) {
332 if (is_empty()) {
348 if (is_empty()) {
362 if (is_empty()) {
378 if (is_empty()) {
393 if (!is_empty()) {
410 if (!is_empty()) {
434 if (!is_empty()) {
456 if (!is_empty()) {
[all...]
H A Dcurve-test.h115 TS_ASSERT(SPCurve(Geom::PathVector()).is_empty());
116 TS_ASSERT(!SPCurve(path1).is_empty());
117 TS_ASSERT(!SPCurve(path2).is_empty());
118 TS_ASSERT(!SPCurve(path3).is_empty());
119 TS_ASSERT(!SPCurve(path4).is_empty());
H A Dcurve.h45 bool is_empty() const;
H A Dsp-canvas.h58 bool is_empty; member in struct:SPCanvasBuf
H A Ddrawing-shape.cpp140 _curve->is_empty() ||
H A Dsp-canvas.cpp1547 buf.is_empty = true;
/inkscape/src/util/
H A Dlist.h37 bool is_empty(List<T> const &list);
91 friend bool is_empty<>(List const &);
146 friend bool is_empty<>(List const &);
188 friend bool is_empty<>(List const &);
246 * @see is_empty<>
272 * @see is_empty<>
297 inline bool is_empty(List<T> const &list) { return !list._cell; } function in namespace:Inkscape::Util
315 * @see is_empty<>
336 * @see is_empty<>
362 * @see is_empty<>
[all...]
/inkscape/src/ui/tools/
H A Dpen-tool.cpp382 if( anchor && anchor == this->sa && this->green_curve->is_empty()){
934 if (!this->green_curve->is_empty()) {
962 if (!this->green_curve->is_empty()) {
1001 if (this->green_curve->is_empty() && this->sa && !this->sa->curve->is_empty()) {
1017 if(!this->green_curve->is_empty()){
1048 if(this->green_curve->is_empty() && this->sa && !this->sa->curve->is_empty()){
1227 if(this->red_curve->is_empty()) {
1379 if(!this->red_curve->is_empty()){
[all...]
H A Dcalligraphic-tool.cpp908 if (!this->accumulated->is_empty()) {
986 this->cal1->is_empty() ||
987 this->cal2->is_empty() ||
1061 if ( this->cal1->is_empty() || this->cal2->is_empty() ) {
1132 g_assert(!this->currentcurve->is_empty());
H A Deraser-tool.cpp644 if (!this->accumulated->is_empty()) {
838 if ( !this->cal1->is_empty() && !this->cal2->is_empty() ) {
913 if ( this->cal1->is_empty() || this->cal2->is_empty() ) {
991 g_assert(!this->currentcurve->is_empty());
H A Dconnector-tool.cpp837 if (c->is_empty()) {
872 if ( c && !c->is_empty() ) {
931 if (!this->red_curve->is_empty()) {
1141 if (curve->is_empty())
1220 if (curve->is_empty())
H A Dpencil-tool.cpp596 if ( ( this->red_curve->is_empty() )
682 g_assert(!this->green_curve->is_empty());
776 g_assert(!this->green_curve->is_empty());
834 g_assert(!this->red_curve->is_empty());
H A Dfreehand-base.cpp669 if (c->is_empty()) {
790 if ( c && !c->is_empty() ) {
H A Dnode-tool.cpp318 if (!c->is_empty()) {
/inkscape/src/extension/internal/
H A Djavafx-out.cpp475 if (shape->_curve->is_empty()) {
616 if (curve->is_empty()) {
790 if (!curve->is_empty()) {
H A Dpov-out.cpp280 if (shape->_curve->is_empty()) {
/inkscape/src/
H A Dpath-chemistry.cpp525 if (curve->is_empty()) { // whitespace glyph?
564 if(curve->is_empty())
H A Dsp-conn-end-pair.cpp219 else if (!curve->is_empty())
H A Dsp-offset.cpp965 if (curve->is_empty())
H A Dverbs.cpp1865 if (!rc->is_empty()) {
1882 if (!rc->is_empty()) {
H A Dselection-chemistry.cpp3874 bool is_empty = selection->isEmpty(); local
3875 if ( apply_to_layer && is_empty) {
3878 } else if (!apply_to_layer && ( is_empty || selection->itemList().size()==1 )) {

Completed in 2386 milliseconds

12