HomeSort by: relevance | last modified time | path
    Searched defs:sort (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/fc-match/
fc-match.c 64 {"sort", 0, 0, 's'},
85 fprintf (file, _("usage: %s [-savbVh] [-f FORMAT] [--sort] [--all] [--verbose] [--brief] [--format=FORMAT] [--version] [--help] [pattern] {element...}\n"),
94 fprintf (file, _(" -s, --sort display sorted list of matches\n"));
102 fprintf (file, _(" -s, (sort) display sorted list of matches\n"));
118 int sort = 0, all = 0; local
141 sort = 1;
193 if (sort || all)
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 69 FT_FREE( table->sort );
185 if ( FT_NEW_ARRAY( table->sort, 2 * count ) ||
191 table->sort_global = table->sort + count;
274 PSH_Hint* sort = table->sort;
278 for ( count2 = count; count2 > 0; count2--, sort++ )
280 hint2 = sort[0];
293 table->sort[count++] = hint;
305 /* now, sort the hints; they are guaranteed to not overlap */
310 PSH_Hint* sort = table->sort local
1417 PSH_Hint* sort = table->sort; local
    [all...]
pshalgo.h 82 PSH_Hint* sort; member in struct:PSH_Hint_TableRec_

Completed in 5 milliseconds