Lines Matching full:value_count
70 uint32 value_count, void *raw_data)
76 for(j = 0; j < value_count; j++) {
135 if(j < value_count - 1)
144 uint32 value_count, void *raw_data)
156 if (value_count == 2 && fip->field_type == TIFF_SHORT) {
173 if (value_count == 2 && fip->field_type == TIFF_SHORT) {
181 if (value_count == 2 && fip->field_type == TIFF_RATIONAL) {
193 for(i = 0; i < value_count; i++)
205 (unsigned long) value_count * 4);
210 (unsigned long) value_count);
215 (unsigned long) value_count);
219 if (value_count == 1 && fip->field_type == TIFF_DOUBLE) {
576 uint32 value_count;
586 if(TIFFGetField(tif, tag, &value_count, &raw_data) != 1)
592 value_count = small_value_count;
601 value_count = 1;
603 value_count = td->td_samplesperpixel;
605 value_count = fip->field_readcount;
619 || value_count > 1) {
625 * value_count);
640 if (!_TIFFPrettyPrintField(tif, fip, fd, tag, value_count, raw_data))
641 _TIFFPrintField(fd, fip, value_count, raw_data);