/inkscape/src/trace/potrace/ |
H A D | inkscape-potrace.h | 108 * 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 D | inkscape-potrace.cpp | 82 invert(false), 261 /*### Do I invert the image? ###*/
|
/inkscape/src/extension/internal/filter/ |
H A D | transparency.h | 136 "<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 D | color.h | 78 "<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 D | markers_strokepaint.py | 44 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 D | kopftracer2011.cpp | 612 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 D | svg-builder.h | 117 bool invert, bool interpolate);
|
H A D | svg-builder.cpp | 637 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 D | pdf-parser.cpp | 1626 // 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 D | selection-chemistry.h | 44 static void invert(SPDesktop *desktop);
|
H A D | sp-mesh-array.cpp | 1529 void invert( const double v[16], double alpha[16] ) { 1739 invert( v, alpha );
|
H A D | selection-chemistry.cpp | 214 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 D | wmf-inout.cpp | 453 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 D | emf-inout.cpp | 175 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 D | uemf_safe.c | 147 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 D | uemf.c | 624 \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 D | uemf.h | 161 #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 D | uemf_endian.c | 312 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 D | uwmf.c | 700 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 D | uwmf.h | 1548 invert region 2413 int32_t *width, int32_t *height, int32_t *colortype, int32_t *invert);
|
/inkscape/src/ui/dialog/ |
H A D | tracedialog.cpp | 261 bool invert = modeInvertButton.get_active(); local 262 pte.setInvert(invert);
|
/inkscape/src/livarot/ |
H A D | Path.h | 139 bool closeIfNeeded = true, bool invert = false);
|
H A D | Shape.h | 257 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 D | PathConversion.cpp | 1272 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 D | ShapeSweep.cpp | 167 Shape::ConvertToShape (Shape * a, FillRule directed, bool invert) argument 675 if (invert) 720 if (invert)
|