Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_print.c38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);
402 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()
684 _TIFFprintAsciiBounded( fd, cp, strlen(cp)); in _TIFFprintAscii()
688 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() function