Lines Matching refs:Suffix
532 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix)
550 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1);
551 v->Prefix[32] = v->Suffix[32] = 0;
572 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
584 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
636 char* Suffix,
646 if (Suffix) strcpy(Suffix, NamedColorList->Suffix);
658 // Search for a given color name (no prefix or suffix)