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

  /external/pdfium/third_party/libtiff/
tif_luv.c 1259 multiply_ms(tmsize_t m1, tmsize_t m2) function
1298 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength);
1300 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
1301 if (multiply_ms(sp->tbuflen, sizeof (int16)) == 0 |
    [all...]
tif_pixarlog.c 638 multiply_ms(tmsize_t m1, tmsize_t m2) function
687 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
894 tbuf_size = multiply_ms(multiply_ms(multiply_ms(sp->stride, td->td_imagewidth),
    [all...]

Completed in 410 milliseconds