Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssm.c227 a = _cmsVEC3dot(&line1 ->u, &line1 ->u); in ClosestLineToLine()
228 b = _cmsVEC3dot(&line1 ->u, &line2 ->u); in ClosestLineToLine()
229 c = _cmsVEC3dot(&line2 ->u, &line2 ->u); in ClosestLineToLine()
230 d = _cmsVEC3dot(&line1 ->u, &w0); in ClosestLineToLine()
231 e = _cmsVEC3dot(&line2 ->u, &w0); in ClosestLineToLine()
Dcmsmtrx.c58 cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v) in _cmsVEC3dot() function
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h85 CMSAPI cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v);