Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_1FIXED14 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/
D0020-avoid-fixed-inf.patch21 Table[i] = DOUBLE_TO_1FIXED14(y);
/external/pdfium/third_party/lcms/src/
Dcmsopt.c73 #define DOUBLE_TO_1FIXED14(x) ((cmsS1Fixed14Number) floor((x) * 16384.0 + 0.5)) macro
1561 Table[i] = DOUBLE_TO_1FIXED14(y); in FillFirstShaper()
1628 p ->Mat[i][j] = DOUBLE_TO_1FIXED14(Mat->v[i].n[j]); in SetMatShaper()
1638 p ->Off[i] = DOUBLE_TO_1FIXED14(Off->n[i]); in SetMatShaper()