Lines Matching refs:count
489 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag() argument
493 if (count == 1) { in cpTag()
496 } else if (count == 2) { in cpTag()
499 } else if (count == 4) { in cpTag()
502 } else if (count == (uint16) -1) { in cpTag()
514 if (count == 1) { in cpTag()
517 } else if (count == (uint16) -1) { in cpTag()
528 if (count == 1) { in cpTag()
531 } else if (count == (uint16) -1) { in cpTag()
545 uint16 count; member
584 #define CopyTag(tag, count, type) cpTag(in, out, tag, count, type) argument
812 CopyTag(p->tag, p->count, p->type); in tiffcp()