Home | History | Annotate | Download | only in libtiff

Lines Matching refs:tbuflen

166 	tmsize_t                tbuflen;        /* buffer length */
205 if(sp->tbuflen < npixels) {
278 if(sp->tbuflen < npixels) {
339 if(sp->tbuflen < npixels) {
455 if(sp->tbuflen < npixels) {
548 if(sp->tbuflen < npixels) {
606 if(sp->tbuflen < npixels) {
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 ||
1302 tbuflen * sizeof (int16))) == NULL) {
1398 sp->tbuflen = multiply_ms(td->td_tilewidth, td->td_tilelength);
1400 sp->tbuflen = multiply_ms(td->td_imagewidth, td->td_rowsperstrip);
1401 if (multiply_ms(sp->tbuflen, sizeof (uint32)) == 0 ||
1402 (sp->tbuf = (uint8*) _TIFFmalloc(sp->tbuflen * sizeof (uint32))) == NULL) {