Searched refs:fd (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/2geom/ |
H A D | toposweep.h | 68 Section(CurveIx cix, double fd, double td, Point fdp, Point tdp) : curve(cix), f(fd), t(td), fp(fdp), tp(tdp) { } argument 69 Section(CurveIx cix, double fd, double td, PathVector ps, Dim2 d) : curve(cix), f(fd), t(td) { argument
|
H A D | bezier.cpp | 116 Bezier fd(Order(order()-k)); 117 unsigned n = fd.size(); 120 fd[i] = 0; 122 fd[i] += (((j)&1)?-c_[j]:c_[j])*choose<double>(n, j-i); 125 return fd;
|
/inkscape/share/extensions/ |
H A D | lindenmayer.py | 77 self.turtle.fd(self.options.step * (random.normalvariate(1.0, 0.01 * self.options.randomizestep))) 80 self.turtle.fd(self.options.step * (random.normalvariate(1.0, 0.01 * self.options.randomizestep)))
|
H A D | rtree.py | 26 turtle.fd(size)
|
H A D | pturtle.py | 75 fd = forward variable in class:pTurtle
|
/inkscape/src/extension/implementation/ |
H A D | script.h | 88 void init(int fd, Glib::RefPtr<Glib::MainLoop> main);
|
H A D | script.cpp | 1122 void Script::file_listener::init(int fd, Glib::RefPtr<Glib::MainLoop> main) { argument 1123 _channel = Glib::IOChannel::create_from_fd(fd);
|
/inkscape/src/ |
H A D | color-profile.cpp | 779 int fd = g_open( filepath, O_RDONLY, S_IRWXU); local 780 if ( fd != -1 ) { 785 ssize_t got = read(fd, scratch, len); 793 close(fd);
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 738 double fd; local 762 if(FcPatternGetDouble( fpat, FC_SIZE, 0, &fd) != FcResultMatch){ status = -6; break; } 772 fsp->fsize = fd; 789 fd*64, /* char_height in 1/64th of points */ 807 if(FcPatternGetDouble( fpat, FC_DPI, 0, &fd)== FcResultMatch){ printf("DPI: %f\n",fd);fflush(stdout); }
|
Completed in 105 milliseconds