Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_print.c38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);
399 size_t max_chars = in TIFFPrintDirectory() local
402 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()
688 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() argument
690 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) { in _TIFFprintAsciiBounded()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrtypes.h66 FT_UInt max_chars; member
A Dpfrload.c147 FT_FRAME_USHORT( max_chars ),

Completed in 6 milliseconds