Searched defs:uv_encode (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ |
H A D | tif_luv.c | 908 uv_encode(double u, double v, int em) /* encode (u',v') coordinates */ function 1005 Ce = uv_encode(u, v, em); 1007 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER); 1090 Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15), 1093 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
|
Completed in 128 milliseconds