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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp219 char hbkname[64]; // big enough local
383 sprintf(hbkname,"WMFhbkclr_%s",bkcolor);
384 idx = in_hatches(d,hbkname);
387 d->hatches.strings[d->hatches.count++]=strdup(hbkname);
391 d->defs += hbkname;
408 d->defs += hbkname;
H A Demf-inout.cpp242 char hbkname[64]; // big enough local
406 sprintf(hbkname,"EMFhbkclr_%s",bkcolor);
407 idx = in_hatches(d,hbkname);
410 d->hatches.strings[d->hatches.count++]=strdup(hbkname);
414 d->defs += hbkname;
431 d->defs += hbkname;

Completed in 28 milliseconds