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

/inkscape/src/libnrtype/
H A Dnr-type-primitives.cpp22 struct NRTDEntry { struct
23 NRTDEntry *next;
33 NRTDEntry **entries;
36 static NRTDEntry *nr_td_entry_new (void);
70 td->entries = g_new (NRTDEntry *, td->size);
102 NRTDEntry *tde;
129 NRTDEntry *tde;
142 static NRTDEntry *nr_tde_free_list;
147 static NRTDEntry *
150 NRTDEntry *td
[all...]

Completed in 10 milliseconds