Home
last modified time | relevance | path

Searched refs:standard_tag (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.c180 uint32 standard_tag = tag; in _TIFFVSetField() local
190 standard_tag = 0; in _TIFFVSetField()
193 switch (standard_tag) { in _TIFFVSetField()
876 uint32 standard_tag = tag; in _TIFFVGetField() local
888 standard_tag = 0; in _TIFFVGetField()
891 if( standard_tag == TIFFTAG_NUMBEROFINKS ) in _TIFFVGetField()
897 if (tv->info->field_tag != standard_tag) in _TIFFVGetField()
919 switch (standard_tag) { in _TIFFVGetField()