Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c89 static struct fontlist struct
97 } *fontlist; argument
249 figurefiletype( struct fontlist* item ) in figurefiletype()
366 fontlist = realloc( fontlist, max * sizeof ( struct fontlist ) ); in FindFonts()
367 if ( fontlist == NULL ) in FindFonts()
375 fontlist[fcnt].len = statb.st_size; in FindFonts()
377 figurefiletype( &fontlist[fcnt] ); in FindFonts()
391 fontlist[fcnt].name = NULL; in FindFonts()
396 getErrorCnt( struct fontlist* item ) in getErrorCnt()
417 copyfont( struct fontlist* item, in copyfont()
[all …]

Completed in 3 milliseconds