Searched refs:max_chars (Results 1 – 3 of 3) sorted by relevance
38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);399 size_t max_chars = in TIFFPrintDirectory() local402 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()688 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() argument690 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) { in _TIFFprintAsciiBounded()
66 FT_UInt max_chars; member
147 FT_FRAME_USHORT( max_chars ),
Completed in 6 milliseconds