Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtype.c644 static int TypeCompare(const void *x,const void *y) in TypeCompare() function
699 qsort((void *) fonts,(size_t) i,sizeof(*fonts),TypeCompare); in GetTypeList()