Searched refs:strings (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Ddraw_from_triangle.py450 strings = so.cust_str.split(':')#get split string
451 strings[i] = translate_string(strings[i],0)
452 func = eval('lambda params: ' + strings[i].strip('"')) #the function leading to the trilinar element
461 strings = translate_string(so.radius,0)
462 func = eval('lambda params: ' + strings.strip('"')) #the function leading to the radius
/inkscape/src/extension/internal/
H A Demf-inout.h47 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 Dwmf-inout.h44 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
H A Dwmf-inout.cpp199 d->hatches.strings = (char **) realloc(d->hatches.strings,d->hatches.size * sizeof(char *));
207 if(strcmp(test,d->hatches.strings[i])==0)return(i+1);
246 d->hatches.strings[d->hatches.count++]=strdup(hpathname);
370 d->hatches.strings[d->hatches.count++]=strdup(hatchname);
387 d->hatches.strings[d->hatches.count++]=strdup(hbkname);
402 d->hatches.strings[d->hatches.count++]=strdup(hatchname);
422 d->images.strings = (char **) realloc(d->images.strings,d->images.size * sizeof(char *));
430 if(strcmp(test,d->images.strings[
[all...]
H A Demf-inout.cpp222 d->hatches.strings = (char **) realloc(d->hatches.strings,d->hatches.size * sizeof(char *));
230 if(strcmp(test,d->hatches.strings[i])==0)return(i+1);
269 d->hatches.strings[d->hatches.count++]=strdup(hpathname);
393 d->hatches.strings[d->hatches.count++]=strdup(hatchname);
410 d->hatches.strings[d->hatches.count++]=strdup(hbkname);
425 d->hatches.strings[d->hatches.count++]=strdup(hatchname);
445 d->images.strings = (char **) realloc(d->images.strings,d->images.size * sizeof(char *));
453 if(strcmp(test,d->images.strings[
[all...]

Completed in 818 milliseconds