Searched defs:tp (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-image.cpp | 207 Geom::Point tp = p * _ctm.inverse(); local 210 if (!r.contains(tp)) 215 int ix = floor((tp[Geom::X] - _origin[Geom::X]) / vw * width); 216 int iy = floor((tp[Geom::Y] - _origin[Geom::Y]) / vh * height);
|
/inkscape/src/ |
H A D | sp-tspan.cpp | 338 void refresh_textpath_source(SPTextPath* tp) argument 340 if ( tp == NULL ) { 344 tp->sourcePath->refresh_source(); 345 tp->sourcePath->sourceDirty=false; 348 if ( tp->sourcePath->originalPath ) { 349 if (tp->originalPath) { 350 delete tp->originalPath; 353 tp->originalPath = NULL; 355 tp->originalPath = new Path; 356 tp 441 sp_textpath_get_path_item(SPTextPath *tp) argument 453 sp_textpath_to_text(SPObject *tp) argument [all...] |
H A D | text-chemistry.cpp | 204 SPObject *tp = obj->firstChild(); local 208 sp_textpath_to_text(tp);
|
/inkscape/src/2geom/ |
H A D | toposweep.h | 66 Point fp, tp; member in struct:Geom::Section 68 Section(CurveIx cix, double fd, double td, Point fdp, Point tdp) : curve(cix), f(fd), t(td), fp(fdp), tp(tdp) { } 70 fp = curve.get(ps).pointAt(f), tp = curve.get(ps).pointAt(t); 71 if (Point::LexLessRt(d)(tp, fp)) { 72 //swap from and to, since tp is left or above fp 75 swap(fp, tp); 78 Rect bbox() const { return Rect(fp, tp); } 196 //bool rev = are_near(areas[i][0]->fp, areas[i][1]->tp);
|
H A D | ellipse.cpp | 397 Point tp = p * inverseUnitCircleTransform(); local 398 return tp.length() <= 1;
|
/inkscape/src/ui/dialog/ |
H A D | text-edit.cpp | 310 SPTextPath *tp = SP_TEXTPATH(text->firstChild()); local 311 if (tp->getAttribute("startOffset")) { 312 gtk_entry_set_text(reinterpret_cast<GtkEntry *>(gtk_bin_get_child(reinterpret_cast<GtkBin *>(startOffset))), tp->getAttribute("startOffset")); 695 SPTextPath *tp = SP_TEXTPATH(text->firstChild()); local 697 tp->setAttribute("startOffset", sstr);
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 916 void ClipboardManagerImpl::_copyTextPath(SPTextPath *tp) argument 918 SPItem *path = sp_textpath_get_path_item(tp);
|
Completed in 28 milliseconds