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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c325 XmString *CSblends; local
339 CSblends = &CSempty;
343 CSblends = (XmString *) XtCalloc(count, sizeof(XmString));
347 CSblends[i] = b->CS_blend_name;
352 XmNitems, CSblends, NULL);
354 if (f->blend_count != 0) XtFree((XtPointer) CSblends);

Completed in 15 milliseconds