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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c73 #define DOUBLE_TO_1FIXED14(x) ((cmsS1Fixed14Number) floor((x) * 16384.0 + 0.5)) macro
1456 Table[i] = DOUBLE_TO_1FIXED14(y);
1513 p ->Mat[i][j] = DOUBLE_TO_1FIXED14(Mat->v[i].n[j]);
1523 p ->Off[i] = DOUBLE_TO_1FIXED14(Off->n[i]);

Completed in 128 milliseconds