HomeSort by relevance Sort by last modified time
    Searched refs:td_stripsperimage (Results 1 - 6 of 6) 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:__anon29468
tif_read.c 198 strip = (uint32)sample*td->td_stripsperimage + row/td->td_rowsperstrip;
669 (uint8*) buf, size, (uint16)(tile/td->td_stripsperimage))) {
972 tif->tif_row = (strip % td->td_stripsperimage) * td->td_rowsperstrip;
986 (uint16)(strip / td->td_stripsperimage)));
1033 (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...]

Completed in 5870 milliseconds