Lines Matching full:suffix
507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix)
521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1);
522 v->Prefix[32] = v->Suffix[32] = 0;
543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
551 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
603 char* Suffix,
613 if (Suffix) strcpy(Suffix, NamedColorList->Suffix);
625 // Search for a given color name (no prefix or suffix)