Lines Matching full:cfield
2718 int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType)2726 if (cField != NULL && *cField == 0)2727 cField = "LABEL";2729 if (cField == NULL)2730 cField = "LABEL";2732 cLabelFld = cmsIT8GetData(hIT8, cSet, cField);