Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h175 CMSAPI cmsUInt16Number CMSEXPORT _cmsDoubleTo8Fixed8(cmsFloat64Number val);
/external/pdfium/third_party/lcms/src/
Dcmsplugin.c369 cmsUInt16Number CMSEXPORT _cmsDoubleTo8Fixed8(cmsFloat64Number val) in _cmsDoubleTo8Fixed8() function
Dcmstypes.c1153 cmsUInt16Number SingleGammaFixed = _cmsDoubleTo8Fixed8(Curve ->Segments[0].Params[0]); in Type_Curve_Write()