Home | History | Annotate | Download | only in src

Lines Matching defs:mpe

673 // MPE support -----------------------------------------------------------------------------------------------------------------
676 void FreeNamedColorList(cmsStage* mpe)
678 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
683 void* DupNamedColorList(cmsStage* mpe)
685 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
690 void EvalNamedColorPCS(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
692 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
708 void EvalNamedColor(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
710 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
742 cmsStage* mpe = v ->Lut->Elements;
744 if (mpe ->Type != cmsSigNamedColorElemType) return NULL;
745 return (cmsNAMEDCOLORLIST*) mpe ->Data;