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

  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 370 if (!_cmsRead15Fixed16Number(io, &chrm ->Red.x)) goto Error;
371 if (!_cmsRead15Fixed16Number(io, &chrm ->Red.y)) goto Error;
375 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.x)) goto Error;
376 if (!_cmsRead15Fixed16Number(io, &chrm ->Green.y)) goto Error;
380 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.x)) goto Error;
381 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.y)) goto Error;
533 if (!_cmsRead15Fixed16Number(io, &array_double[i])) {
    [all...]
cmsplugin.c 205 cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n)
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 142 CMSAPI cmsBool CMSEXPORT _cmsRead15Fixed16Number(cmsIOHANDLER* io, cmsFloat64Number* n);

Completed in 468 milliseconds