Searched defs:strings (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ | ||
H A D | emf-inout.h | 47 strings(NULL) 49 int size; // number of slots allocated in strings 50 int count; // number of slots used in strings 51 char **strings; // place to store strings member in struct:Inkscape::Extension::Internal::emf_strings |
H A D | wmf-inout.h | 44 strings(NULL) 46 int size; // number of slots allocated in strings 47 int count; // number of slots used in strings 48 char **strings; // place to store strings member in struct:Inkscape::Extension::Internal::wmf_strings |
Completed in 16 milliseconds