HomeSort by relevance Sort by last modified time
    Searched refs:_cmsRead15Fixed16Number (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/lcms/src/
cmstypes.c 376 if (!_cmsRead15Fixed16Number(io, &chrm ->Red.x)) goto Error;
377 if (!_cmsRead15Fixed16Number(io, &chrm ->Red.y)) goto Error;
381 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.x)) goto Error;
382 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.y)) goto Error;
386 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.x)) goto Error;
387 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.y)) goto Error;
539 if (!_cmsRead15Fixed16Number(io, &array_double[i])) {
    [all...]
cmsplugin.c 205 cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n)
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 142 CMSAPI cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n);

Completed in 51 milliseconds