Searched defs:fd (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dpturtle.py75 fd = forward variable in class:pTurtle
/inkscape/src/2geom/
H A Dtoposweep.h68 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 Dscript.cpp1122 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 Dcolor-profile.cpp779 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 Dtext_reassemble.c738 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