Searched defs:fd (Results 1 - 5 of 5) sorted by relevance
/inkscape/share/extensions/ |
H A D | pturtle.py | 75 fd = forward variable in class:pTurtle
|
/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
|
/inkscape/src/extension/implementation/ |
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 943 milliseconds