Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c483 int tv_size, iCustom; in _TIFFVSetField() local
507 for (iCustom = 0; iCustom < td->td_customValueCount; iCustom++) { in _TIFFVSetField()
508 if (td->td_customValues[iCustom].info->field_tag == tag) { in _TIFFVSetField()
509 tv = td->td_customValues + iCustom; in _TIFFVSetField()