Searched defs:td (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Dnr-type-primitives.cpp64 NRTypeDict *td; local
67 td = g_new (NRTypeDict, 1);
69 td->size = NR_DICTSIZE;
70 td->entries = g_new (NRTDEntry *, td->size);
72 td->entries[i] = NULL;
75 return td;
99 nr_type_dict_insert (NRTypeDict *td, const gchar *key, void *val) argument
105 hval = nr_str_hash (key) % td->size;
107 for (tde = td
126 nr_type_dict_lookup(NRTypeDict *td, const gchar *key) argument
[all...]
/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

Completed in 15 milliseconds