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

  /external/pdfium/third_party/libtiff/
tif_write.c 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
115 if (strip >= td->td_stripsperimage && imagegrew)
116 td->td_stripsperimage =
118 if (td->td_stripsperimage == 0) {
123 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
158 tif->tif_row = (strip % td->td_stripsperimage) *
213 td->td_stripsperimage =
227 if (td->td_stripsperimage == 0) {
232 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
261 sample = (uint16)(strip / td->td_stripsperimage);
    [all...]
tif_dir.h 93 /* even though the name is misleading, td_stripsperimage is the number
96 uint32 td_stripsperimage; member in struct:__anon23096
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
669 (uint8*) buf, size, (uint16)(tile/td->td_stripsperimage))) {
969 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
983 (uint16)(strip / td->td_stripsperimage)));
1030 (uint16)(tile/td->td_stripsperimage)));
    [all...]
tif_strip.c 52 strip += (uint32)sample*td->td_stripsperimage;
tif_ojpeg.c 705 sp->write_curstrile=s*tif->tif_dir.td_stripsperimage;
    [all...]
tif_dirread.c     [all...]
  /external/opencv3/3rdparty/libtiff/
tif_write.c 91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
115 if (strip >= td->td_stripsperimage && imagegrew)
116 td->td_stripsperimage =
119 (strip % td->td_stripsperimage) * td->td_rowsperstrip;
154 tif->tif_row = (strip % td->td_stripsperimage) *
209 td->td_stripsperimage =
223 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
241 sample = (uint16)(strip / td->td_stripsperimage);
296 if (strip >= td->td_stripsperimage)
297 td->td_stripsperimage
    [all...]
tif_dir.h 93 /* even though the name is misleading, td_stripsperimage is the number
96 uint32 td_stripsperimage; member in struct:__anon21817
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
669 (uint8*) buf, size, (uint16)(tile/td->td_stripsperimage))) {
    [all...]
tif_strip.c 52 strip += (uint32)sample*td->td_stripsperimage;
tif_ojpeg.c 691 sp->write_curstrile=s*tif->tif_dir.td_stripsperimage;
    [all...]
tif_dirread.c     [all...]

Completed in 71 milliseconds