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

12

/inkscape/src/trace/potrace/
H A Dinkscape-potrace.h108 * Sets/gets whether I invert the product of the other filter(s)
112 invert = val;
116 return invert;
248 //## do I invert at the end?
249 bool invert; member in class:Inkscape::Trace::Potrace::PotraceTracingEngine
H A Dinkscape-potrace.cpp82 invert(false),
261 /*### Do I invert the image? ###*/
/inkscape/src/extension/internal/filter/
H A Dtransparency.h136 "<param name=\"invert\" gui-text=\"" N_("Inverted") "\" type=\"boolean\">false</param>\n"
159 std::ostringstream invert; local
166 if (!ext->get_param_bool("invert")) {
167 invert << "in";
169 invert << "xor";
177 invert.str().c_str());
210 "<param name=\"invert\" gui-text=\"" N_("Inverted") "\" type=\"boolean\">false</param>\n"
235 if (ext->get_param_bool("invert")) {
H A Dcolor.h78 "<param name=\"invert\" gui-text=\"" N_("Inverted") "\" type=\"boolean\">false</param>\n"
101 if (ext->get_param_bool("invert")) {
162 "<param name=\"invert\" gui-text=\"" N_("Inverted") "\" type=\"boolean\">false</param>\n"
191 std::ostringstream invert; local
209 if (ext->get_param_bool("invert")) {
210 invert << "in";
212 invert << "out";
229 invert.str().c_str() );
/inkscape/share/extensions/
H A Dmarkers_strokepaint.py44 self.OptionParser.add_option("-i", "--invert",
46 dest="invert", default=False,
90 if (self.options.invert):
99 if (self.options.invert):
/inkscape/src/libdepixelize/
H A Dkopftracer2011.cpp612 bool invert = false; local
620 it = (invert ? graph.nodeLeft(it) : graph.nodeRight(it));
622 it = (invert ? graph.nodeRight(it) : graph.nodeLeft(it));
625 invert = !invert;
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.h117 bool invert, bool interpolate);
H A Dsvg-builder.cpp637 double ittm[6]; // invert ttm
680 double ittm[6]; // invert ttm
1738 bool invert, bool interpolate) {
1756 _createImage(str, width, height, NULL, interpolate, NULL, true, invert);
1737 addImageMask(GfxState *state, Stream *str, int width, int height, bool invert, bool interpolate) argument
H A Dpdf-parser.cpp1626 // iCTM = invert CTM
2580 GBool invert; local
2678 invert = gFalse;
2687 invert = gTrue;
2696 builder->addImageMask(state, str, width, height, invert, interpolate);
/inkscape/src/
H A Dselection-chemistry.h44 static void invert(SPDesktop *desktop);
H A Dsp-mesh-array.cpp1529 void invert( const double v[16], double alpha[16] ) {
1739 invert( v, alpha );
H A Dselection-chemistry.cpp214 void SelectionHelper::invert(SPDesktop *dt) function in class:Inkscape::SelectionHelper
609 static void sp_edit_select_all_full(SPDesktop *dt, bool force_all_layers, bool invert) argument
626 if (invert) {
647 if (!invert || exclude.end() == std::find(exclude.begin(),exclude.end(),item)) {
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp453 int32_t width, height, colortype, invert; // if needed these values will be set by wget_DIB_params local
456 dibparams = wget_DIB_params(dib, &px, &ct, &numCt, &width, &height, &colortype, &invert);
467 invert // If DIB rows are in opposite order from RGBA rows
550 int32_t width, height, colortype, numCt, invert; local
555 invert = 0;
567 invert // If DIB rows are in opposite order from RGBA rows
1323 int32_t width, height, colortype, invert; // if needed these values will be set in wget_DIB_params local
1326 dibparams = wget_DIB_params(dib, &px, &ct, &numCt, &width, &height, &colortype, &invert);
1341 invert // If DIB rows are in opposite order from RGBA rows
1422 int32_t width, height, colortype, numCt, invert; local
[all...]
H A Demf-inout.cpp175 matrix is not used to skew, invert, or make another distorting transformation. */
480 uint32_t width, height, colortype, numCt, invert; // if needed these values will be set in get_DIB_params local
484 &numCt, &width, &height, &colortype, &invert);
507 invert // If DIB rows are in opposite order from RGBA rows
797 case U_PATINVERT: // invert pattern
1527 uint32_t width, height, colortype, numCt, invert; // if needed these values will be set in get_DIB_params local
1531 &numCt, &width, &height, &colortype, &invert);
1547 invert // If DIB rows are in opposite order from RGBA rows
/inkscape/src/libuemf/
H A Duemf_safe.c147 uint32_t width, height, colortype, numCt, invert; // these values will be set in get_DIB_params local
150 &numCt, &width, &height, &colortype, &invert);
H A Duemf.c624 \param invert If DIB rows are in opposite order from RGBA rows
637 int invert
680 if(invert){
863 \param invert If DIB rows are in opposite order from RGBA rows
875 uint32_t *invert
886 *invert = 1;
890 *invert = 0;
922 \param invert If DIB rows are in opposite order from RGBA rows
933 int invert
967 if(invert){
[all...]
H A Duemf.h161 #define U_ROW_ORDER_INVERT 1 //!< For RGBA_to_DIB, invert row order in DIB relative to pixel array
3358 const char *rgba_px, int w, int h, int stride, uint32_t colortype, int use_ct, int invert);
3361 uint32_t *width, uint32_t *height, uint32_t *colortype, uint32_t *invert );
3363 char **rgba_px, int w, int h, uint32_t colortype, int use_ct, int invert);
H A Duemf_endian.c312 uint32_t width, height, colortype, numCt, invert; // these values will be set in get_DIB_params local
316 &numCt, &width, &height, &colortype, &invert);
321 &numCt, &width, &height, &colortype, &invert);
H A Duwmf.c700 int32_t width, height, colortype, invert; // these values will be set in get_DIB_params local
702 dibparams = wget_DIB_params(record, &px, (const U_RGBQUAD **) &ct, &numCt, &width, &height, &colortype, &invert);
3097 \param Region Index of region to invert.
4798 \param invert If DIB rows are in opposite order from RGBA rows
4808 int32_t *invert
4824 *invert = 1;
4827 *invert = 0;
5668 \param Region Index of region to invert.
H A Duwmf.h1548 invert region
2413 int32_t *width, int32_t *height, int32_t *colortype, int32_t *invert);
/inkscape/src/ui/dialog/
H A Dtracedialog.cpp261 bool invert = modeInvertButton.get_active(); local
262 pte.setInvert(invert);
/inkscape/src/livarot/
H A DPath.h139 bool closeIfNeeded = true, bool invert = false);
H A DShape.h257 int ConvertToShape(Shape *a, FillRule directed = fill_nonZero, bool invert = false);
259 // invert=true: make as if you inverted all edges in the source
H A DPathConversion.cpp1272 void Path::Fill(Shape* dest, int pathID, bool justAdd, bool closeIfNeeded, bool invert) argument
1292 if ( invert ) {
1295 // invert && back && !weighted
1379 // invert && !back && !weighted
1435 // !invert && back && !weighted
1510 // !invert && !back && !weighted
H A DShapeSweep.cpp167 Shape::ConvertToShape (Shape * a, FillRule directed, bool invert) argument
675 if (invert)
720 if (invert)

Completed in 155 milliseconds

12