Searched defs:is_empty (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dwebslicer_effect.py23 def is_empty(val): function
56 if not is_empty(getattr(self.options, att)):
/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/display/
H A Dsp-canvas.h58 bool is_empty; member in struct:SPCanvasBuf
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...]
/inkscape/src/
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 31 milliseconds