Home
last modified time | relevance | path

Searched refs:cmsStageLoc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms/
D0022-check-LUT-and-MPE.patch85 @@ -1491,8 +1519,7 @@ int CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsSt…
95 @@ -1547,6 +1574,7 @@ void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsS…
/external/pdfium/third_party/lcms/include/
Dlcms2.h1208 typedef enum { cmsAT_BEGIN, cmsAT_END } cmsStageLoc; typedef
1210 CMSAPI int CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsSta…
1211 CMSAPI void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsSta…
/external/pdfium/third_party/lcms/src/
Dcmslut.c1507 int CMSEXPORT cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage* mpe) in cmsPipelineInsertStage()
1543 void CMSEXPORT cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage** mpe) in cmsPipelineUnlinkStage()