Searched refs:negate (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/bitmap/
H A Dnegate.cpp12 #include "negate.h"
22 image->negate();
37 "<id>org.inkscape.effect.bitmap.negate</id>\n"
/inkscape/src/util/
H A Dexpression-evaluator.cpp190 bool negate = FALSE; local
193 negate = acceptToken ('-', NULL);
198 if (negate) {

Completed in 202 milliseconds