Searched refs:metrics_flag (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/fonttosfnt/dist/
H A Dfonttosfnt.c33 int metrics_flag = 1; variable in typeref:typename:int
90 metrics_flag = atoi(argv[i + 1]);
H A Dfonttosfnt.h40 extern int metrics_flag;
H A Dwrite.c345 if(metrics_flag >= 2)
347 else if(metrics_flag >= 1)
353 nummetrics = (metrics_flag >= 1) ? 1 : 0;

Completed in 4 milliseconds