Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_customValueCount

473 		for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) {
490 td->td_customValueCount++;
493 sizeof(TIFFTagValue) * td->td_customValueCount);
504 tv = td->td_customValues + (td->td_customValueCount - 1);
788 for (i = 0; i < td->td_customValueCount; i++) {
795 if( i < td->td_customValueCount )
798 for( ; i < td->td_customValueCount-1; i++) {
801 td->td_customValueCount--;
1045 for (i = 0; i < td->td_customValueCount; i++) {
1212 for( i = 0; i < td->td_customValueCount; i++ ) {
1217 td->td_customValueCount = 0;