Home | History | Annotate | Download | only in src

Lines Matching refs:Tab

500     if (Data ->Tab.T) {
503 NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.TFloat, Data ->nEntries * sizeof (cmsFloat32Number));
504 if (NewElem ->Tab.TFloat == NULL)
507 NewElem ->Tab.T = (cmsUInt16Number*) _cmsDupMem(mpe ->ContextID, Data ->Tab.T, Data ->nEntries * sizeof (cmsUInt16Number));
508 if (NewElem ->Tab.T == NULL)
517 NewElem ->Tab.T,
522 if (NewElem->Tab.T)
524 _cmsFree(mpe ->ContextID, NewElem -> Tab.T);
540 if (Data -> Tab.T)
541 _cmsFree(mpe ->ContextID, Data -> Tab.T);
589 NewElem ->Tab.T = (cmsUInt16Number*) _cmsCalloc(ContextID, n, sizeof(cmsUInt16Number));
590 if (NewElem ->Tab.T == NULL) {
597 NewElem ->Tab.T[i] = Table[i];
601 NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.T, CMS_LERP_FLAGS_16BITS);
680 NewElem ->Tab.TFloat = (cmsFloat32Number*) _cmsCalloc(ContextID, n, sizeof(cmsFloat32Number));
681 if (NewElem ->Tab.TFloat == NULL) {
688 NewElem ->Tab.TFloat[i] = Table[i];
692 NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.TFloat, CMS_LERP_FLAGS_FLOAT);
789 if (clut ->Tab.T != NULL) {
791 Out[t] = clut->Tab.T[index + t];
799 if (clut ->Tab.T != NULL) {
801 clut->Tab.T[index + t] = Out[t];
845 if (clut ->Tab.TFloat != NULL) {
847 Out[t] = clut->Tab.TFloat[index + t];
855 if (clut ->Tab.TFloat != NULL) {
857 clut->Tab.TFloat[index + t] = Out[t];