Home | History | Annotate | Download | only in src

Lines Matching defs:mpe

640 // MPE support -----------------------------------------------------------------------------------------------------------------
643 void FreeNamedColorList(cmsStage* mpe)
645 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
650 void* DupNamedColorList(cmsStage* mpe)
652 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
657 void EvalNamedColorPCS(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
659 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
675 void EvalNamedColor(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
677 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
709 cmsStage* mpe = v ->Lut->Elements;
711 if (mpe ->Type != cmsSigNamedColorElemType) return NULL;
712 return (cmsNAMEDCOLORLIST*) mpe ->Data;