/inkscape/src/2geom/ |
H A D | sweep-bounds.cpp | 11 Event(double pos, unsigned i, bool c) : x(pos), ix(i), closing(c) {} argument
|
H A D | circulator.h | 52 Iterator const &pos) 53 : _first(first), _last(last), _pos(pos) 50 Circulator(Iterator const &first, Iterator const &last, Iterator const &pos) argument
|
H A D | intersection-graph.h | 78 PathVectorTime pos; member in struct:Geom::PathIntersectionGraph::IntersectionVertex
|
H A D | conic_section_clipper_impl.cpp | 189 std::map<double, size_t>::const_iterator pos; local 190 for (pos = cp_angles.begin(); pos != cp_angles.end(); ++pos) 192 crossing_points.push_back (cpts[pos->second]);
|
H A D | pathvector.cpp | 81 PathVectorTime pos = _factorTime(t); local 83 *rest = Coord(pos.curve_index) + pos.t; 85 return at(pos.path_index); 89 PathVectorTime pos = _factorTime(t); local 91 *rest = pos.t; 93 return at(pos.path_index).at(pos.curve_index); 97 PathVectorTime pos = _factorTime(t); local 98 return at(pos 102 PathVectorTime pos = _factorTime(t); local 247 PathTime pos = (*this)[i].nearestTime(p, &d); local 267 PathTime pos = (*this)[i].nearestTime(p, &d); local [all...] |
/inkscape/src/ |
H A D | conditions.cpp | 91 gchar *pos = strchr (lngcode, '-'); local 92 if (pos) 95 *pos = 0;
|
H A D | knot.h | 54 Geom::Point pos; /**< Our desktop coordinates. */ member in class:SPKnot 125 void requestPosition(Geom::Point const &pos, unsigned int state);
|
H A D | registrytool.cpp | 120 Glib::ustring::size_type pos = fullPath.rfind('\\'); local 121 if (pos != fullPath.npos) 123 path = fullPath.substr(0, pos); 124 exeName = fullPath.substr(pos+1);
|
H A D | svg-profile.h | 138 inline void set (const unsigned int pos) { argument 139 unsigned int array_pos = pos / BITS_IN_INT; 140 unsigned int bit_pos = pos % BITS_IN_INT;
|
H A D | syseq.h | 132 int pos = -1; local 139 pos = j; 143 return pos;
|
/inkscape/src/livarot/ |
H A D | float-line.h | 38 float pos; ///< position of the boundary member in struct:float_ligne_bord 100 if ( d1.pos == d2.pos ) { 110 return (( d1.pos < d2.pos ) ? -1 : 1);
|
H A D | int-line.h | 23 int pos; member in struct:int_ligne_bord 78 if ( d1->pos == d2->pos ) { 87 return (( d1->pos < d2->pos ) ? -1 : 1);
|
/inkscape/src/live_effects/parameter/ |
H A D | text.cpp | 49 TextParam::setPos(Geom::Point pos) argument 51 sp_canvastext_set_coords (canvas_text, pos); 62 Point pos = pwd2_reparam.valueAt(t_reparam); local 67 sp_canvastext_set_coords(canvas_text, pos + n * length);
|
/inkscape/src/util/ |
H A D | compose.hpp | 125 output_list::iterator pos = i->second; local 126 ++pos; 128 output.insert(pos, rep); 166 output_list::iterator pos = output.end(); local 167 --pos; // safe since we have just inserted a string> 169 specs.insert(specification_map::value_type(spec_no, pos));
|
H A D | list-container.h | 243 iterator insert_after(const_iterator pos, const_reference value) { argument 245 if (pos) { 246 MutableList<T> before=static_cast<MutableList<T> &>(pos); 292 void _insert_from_temp(const_iterator pos, ListContainer const &temp) { argument 299 } else if (pos) { 300 if ( pos == _head ) { /* prepend */ 304 MutableList<T> before=_before(pos); 305 set_rest(temp._tail, static_cast<MutableList<T> &>(pos)); 313 void _insert_after_from_temp(const_iterator pos, argument 322 } else if (pos) { [all...] |
H A D | ucompose.hpp | 168 output_list::iterator pos = i->second; local 169 ++pos; 171 output.insert(pos, rep); 217 output_list::iterator pos = output.end(); local 218 --pos; // safe since we have just inserted a string 220 specs.insert(specification_map::value_type(spec_no, pos));
|
/inkscape/src/widgets/ |
H A D | ege-paint-def.cpp | 229 size_t pos = xml.find("<sRGB"); local 230 if ( pos != std::string::npos ) { 231 size_t endPos = xml.find(">", pos); 232 std::string srgb = xml.substr(pos, endPos); 250 size_t pos = xml.find("<color "); local 251 if ( pos != std::string::npos ) { 252 size_t endPos = xml.find(">", pos); 253 std::string colorTag = xml.substr(pos, endPos);
|
/inkscape/src/extension/implementation/ |
H A D | xslt.cpp | 220 std::size_t pos = t->find("="); local 223 parameter << t->substr(2,pos-2); 224 value << t->substr(pos+1);
|
/inkscape/src/ui/dialog/ |
H A D | filedialog.cpp | 163 Glib::ustring::size_type pos = utf8Name.rfind('.'); local 164 if ( pos != Glib::ustring::npos ) { 165 Glib::ustring trail = utf8Name.substr( pos ); 170 utf8Name = utf8Name.erase( pos );
|
H A D | template-load-tab.cpp | 328 std::size_t pos = tplKeywords.find_first_of(" "); local 329 if (pos == Glib::ustring::npos) 330 pos = tplKeywords.size(); 332 Glib::ustring keyword = tplKeywords.substr(0, pos).data(); 336 if (pos == tplKeywords.size()) 338 tplKeywords.erase(0, pos+1);
|
/inkscape/src/libcola/ |
H A D | cola.cpp | 90 double pos = coords[k][*vit]; local 91 minPos = std::min(pos, minPos); 92 maxPos = std::max(pos, maxPos);
|
H A D | straightener.cpp | 107 double pos; member in struct:straightener::Event 108 Event(EventType t, Node *v, double p) : type(t),v(v),e(NULL),pos(p) {}; 109 Event(EventType t, Edge *e, double p) : type(t),v(NULL),e(e),pos(p) {}; 120 } else if(ea->pos > eb->pos) { 122 } else if(ea->pos < eb->pos) { 152 double pos=i->first; local 153 if(pos < minpos) continue; 154 if(pos > 175 double pos=i->first; local [all...] |
/inkscape/src/libvpsc/ |
H A D | generate-constraints.cpp | 47 double pos; member in struct:vpsc::Node 50 Node(Variable *v, Rectangle *r, double p) : v(v),r(r),pos(p) { 79 if (u->pos < v->pos) { 82 if (v->pos < u->pos) { 85 if (IS_NAN(u->pos) != IS_NAN(v->pos)) { 86 return IS_NAN(u->pos); 143 double pos; member in struct:vpsc::Event [all...] |
H A D | solve_VPSC.cpp | 227 double pos = b->posn; local 229 l->posn=r->posn=pos;
|
/inkscape/src/display/ |
H A D | canvas-text.cpp | 225 SPCanvasText *sp_canvastext_new(SPCanvasGroup *parent, SPDesktop *desktop, Geom::Point pos, gchar const *new_text) argument 235 ct->s = pos; 272 Geom::Point pos = ct->desktop->doc2dt(start); local 274 if (DIFFER (pos[0], ct->s[Geom::X]) || DIFFER (pos[1], ct->s[Geom::Y])) { 275 ct->s[Geom::X] = pos[0]; 276 ct->s[Geom::Y] = pos[1];
|