Searched refs:hatchname (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 217 char hatchname[64]; // big enough local 365 sprintf(hatchname,"WMFhatch%d_%s",hatchType,tmpcolor); 367 idx = in_hatches(d,hatchname); 370 d->hatches.strings[d->hatches.count++]=strdup(hatchname); 373 d->defs += hatchname; 398 sprintf(hatchname,"WMFhatch%d_%s_%s",hatchType,tmpcolor,bkcolor); 399 idx = in_hatches(d,hatchname); 402 d->hatches.strings[d->hatches.count++]=strdup(hatchname); 405 d->defs += hatchname;
|
H A D | emf-inout.cpp | 240 char hatchname[64]; // big enough local 388 sprintf(hatchname,"EMFhatch%d_%s",hatchType,tmpcolor); 390 idx = in_hatches(d,hatchname); 393 d->hatches.strings[d->hatches.count++]=strdup(hatchname); 396 d->defs += hatchname; 421 sprintf(hatchname,"EMFhatch%d_%s_%s",hatchType,tmpcolor,bkcolor); 422 idx = in_hatches(d,hatchname); 425 d->hatches.strings[d->hatches.count++]=strdup(hatchname); 428 d->defs += hatchname;
|
Completed in 1375 milliseconds