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

  /external/pdfium/third_party/libtiff/
tif_luv.c 930 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ function
974 if (uv_decode(&u, &v, Ce) < 0) {
1035 if (uv_decode(&u, &v, *luv&0x3fff) < 0) {
    [all...]
tiffio.h 498 extern int uv_decode(double*, double*, int);

Completed in 229 milliseconds