Home | History | Annotate | Download | only in src

Lines Matching refs:Prefix

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