/inkscape/src/live_effects/ |
H A D | lpe-perspective_path.h | 55 Geom::Point orig; member in class:Inkscape::LivePathEffect::LPEPerspectivePath
|
/inkscape/src/ |
H A D | sp-tag-use.cpp | 147 SPObject *orig = child; local 148 while (orig && SP_IS_TAG_USE(orig)) { 149 orig = SP_TAG_USE(orig)->child; 151 if (!orig || !SP_IS_ITEM(orig)) 153 return SP_ITEM(orig);
|
H A D | sp-use.cpp | 315 SPItem *orig = this->child; local 317 SPUse *use = dynamic_cast<SPUse *>(orig); 318 while (orig && use) { 319 orig = use->child; 320 use = dynamic_cast<SPUse *>(orig); 323 return orig; 336 SPItem *orig = this->child; local 338 while (orig && dynamic_cast<SPUse *>(orig)) { 340 orig 356 SPObject *orig = this->child; local 689 SPItem *orig = this->root(); local [all...] |
H A D | sp-offset.cpp | 380 Path *orig = new Path; local 381 orig->Copy ((Path *)this->originalPath); 396 orig->OutsideOutline (res, o_width, join_round, butt_straight, 20.0); 401 orig->OutsideOutline (res, -o_width, join_round, butt_straight, 20.0); 406 // res->ConvertForOffset (1.0, orig, offset->rad); 411 // res->ConvertForOffset (o_width, orig, offset->rad); 418 theRes->ConvertToForme (orig, 1, originaux); 430 orig->Coalesce (size * 0.001); 437 // orig->Coalesce (0.1); // small treshhold, since we only want to get rid of small segments 439 // orig 1140 Path *orig = new Path; local [all...] |
H A D | splivarot.cpp | 998 Path *orig = new Path; local 999 orig->LoadPathVector(pathv); 1008 orig->ConvertWithBackData(0.1); 1010 orig->DashPolylineFromStyle(i_style, scale, 0); 1013 orig->Stroke(theShape, false, 0.5*o_width, o_join, o_butt, 1015 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter); 1023 theRes->ConvertToForme(orig, 1, originaux); 1029 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter); 1032 orig->Coalesce(0.5 * o_width); 1042 theRes->ConvertToForme(orig, 1266 Path *orig = new Path; local 1626 Path *orig = Path_for_item(item, true, false); local 1825 Path *orig = Path_for_item(item, false); local 2000 Path *orig = Path_for_item_before_LPE(item, false); local [all...] |
H A D | main.cpp | 805 static void fixupSingleFilename( gchar **orig, gchar **spare ) argument 807 if ( orig && *orig && **orig ) { 809 gchar *newFileName = Inkscape::IO::locale_to_utf8_fallback(*orig, -1, NULL, NULL, &error); 812 *orig = newFileName;
|
H A D | selection-chemistry.cpp | 516 SPItem *orig = use->get_original(); local 517 if (!orig) // orphaned 520 if (!strcmp(orig->getId(), old_ids[j])) { 521 // we have both orig and clone in selection, relink 522 // std::cout << id << " old, its ori: " << orig->getId() << "; will relink:" << new_ids[i] << " to " << new_ids[j] << "\n";
|
/inkscape/src/ui/dialog/ |
H A D | livepatheffect-editor.cpp | 310 SPItem *orig = use->get_original(); local 311 if ( dynamic_cast<SPShape *>(orig) || 312 dynamic_cast<SPText *>(orig) ) 449 SPItem *orig = use->get_original(); local 450 if ( dynamic_cast<SPShape *>(orig) || 451 dynamic_cast<SPText *>(orig) ) 454 sel->set(orig); 467 if (new_item && (new_item != orig)) {
|
/inkscape/src/livarot/ |
H A D | Path.h | 137 // give each different Path a different ID, and feed the appropriate orig[] to the ConvertToForme() function 260 Path *orig; member in struct:Path::offset_orig 267 offset_orig & orig); 269 double st, double et, int piece, offset_orig & orig); 271 int piece, offset_orig & orig); 283 Path *orig; member in struct:Path::outline_callback_data
|
H A D | PathConversion.cpp | 1063 int const piece, offset_orig &/*orig*/) 1116 int piece, offset_orig &orig) 1148 orig.orig->PointAndTangentAt(orig.piece, orig.tSt * (1 - st) + orig.tEn * st, os_pos, os_tgt); 1149 orig.orig->PointAndTangentAt(orig 1113 RecCubicTo(Geom::Point const &iS, Geom::Point const &isD, Geom::Point const &iE, Geom::Point const &ieD, double tresh, int lev, double st, double et, int piece, offset_orig &orig) argument 1195 RecBezierTo(Geom::Point const &iP, Geom::Point const &iS,Geom::Point const &iE, double tresh, int lev, double st, double et, int piece, offset_orig& orig) argument [all...] |
H A D | ShapeMisc.cpp | 179 // originals are in the orig array, whose size is nbP 181 Shape::ConvertToForme (Path * dest, int nbP, Path * *orig, bool splitWhenForced) argument 285 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 307 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 330 Shape::ConvertToFormeNested (Path * dest, int nbP, Path * *orig, int /*wildPath*/,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) argument 474 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 515 AddContour (dest, nbP, orig, startBord, curBord,splitWhenForced); 886 Shape::AddContour (Path * dest, int nbP, Path * *orig, int startBord, int curBord, bool splitWhenForced) argument 899 if (nPath < 0 || nPath >= nbP || orig[nPath] == NULL) 907 Path *from = orig[nPat [all...] |
/inkscape/src/ui/tools/ |
H A D | freehand-base.cpp | 638 static SPCurve *reverse_then_unref(SPCurve *orig) argument 640 SPCurve *ret = orig->create_reverse(); 641 orig->unref();
|
H A D | tweak-tool.cpp | 535 Path *orig = Path_for_item(item, false); local 536 if (orig == NULL) { 547 orig->ConvertWithBackData((0.08 - (0.07 * fidelity)) / i2doc.descrim()); // default 0.059 548 orig->Fill(theShape, 0); 648 delete orig;
|
H A D | flood-tool.cpp | 201 * @param orig The original selected pixel to use as the fill target color. 207 static bool compare_pixels(guint32 check, guint32 orig, guint32 merged_orig_pixel, guint32 dtc, int threshold, PaintBucketChannels method) argument 216 ExtractARGB32(orig, ao, ro, go, bo);
|