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

/external/opencv3/3rdparty/libtiff/
H A Dtif_dirread.c4298 uint32 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); local
4300 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type);
4301 if (typewidth == 0) {
4307 datasize=(uint64)typewidth*dp->tdir_count;
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c4295 uint32 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); local
4297 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type);
4298 if (typewidth == 0) {
4304 datasize=(uint64)typewidth*dp->tdir_count;

Completed in 68 milliseconds