Searched defs:pos (Results 1 - 25 of 91) sorted by relevance

1234

/inkscape/src/2geom/
H A Dsweep-bounds.cpp11 Event(double pos, unsigned i, bool c) : x(pos), ix(i), closing(c) {} argument
H A Dcirculator.h52 Iterator const &pos)
53 : _first(first), _last(last), _pos(pos)
50 Circulator(Iterator const &first, Iterator const &last, Iterator const &pos) argument
H A Dintersection-graph.h78 PathVectorTime pos; member in struct:Geom::PathIntersectionGraph::IntersectionVertex
H A Dconic_section_clipper_impl.cpp189 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 Dpathvector.cpp81 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 Dconditions.cpp91 gchar *pos = strchr (lngcode, '-'); local
92 if (pos)
95 *pos = 0;
H A Dknot.h54 Geom::Point pos; /**< Our desktop coordinates. */ member in class:SPKnot
125 void requestPosition(Geom::Point const &pos, unsigned int state);
H A Dregistrytool.cpp120 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 Dsvg-profile.h138 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 Dsyseq.h132 int pos = -1; local
139 pos = j;
143 return pos;
/inkscape/src/livarot/
H A Dfloat-line.h38 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 Dint-line.h23 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 Dtext.cpp49 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 Dcompose.hpp125 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 Dlist-container.h243 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 Ducompose.hpp168 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 Dege-paint-def.cpp229 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 Dxslt.cpp220 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 Dfiledialog.cpp163 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 Dtemplate-load-tab.cpp328 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 Dcola.cpp90 double pos = coords[k][*vit]; local
91 minPos = std::min(pos, minPos);
92 maxPos = std::max(pos, maxPos);
H A Dstraightener.cpp107 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 Dgenerate-constraints.cpp47 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 Dsolve_VPSC.cpp227 double pos = b->posn; local
229 l->posn=r->posn=pos;
/inkscape/src/display/
H A Dcanvas-text.cpp225 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];

Completed in 55 milliseconds

1234