Searched refs:pcfmetrics (Results 1 – 1 of 1) sorted by relevance
1302 struct pcfmetrics { struct1322 struct pcfmetrics minbounds; argument1323 struct pcfmetrics maxbounds;1324 struct pcfmetrics ink_minbounds;1325 struct pcfmetrics ink_maxbounds;1395 static void pcfGetMetrics(FILE *file,int compressed,int format,struct pcfmetrics *metric) { in pcfGetMetrics()1571 static struct pcfmetrics *pcfGetMetricsTable(FILE *file, struct toc *toc,int which, int *metrics_cn… in pcfGetMetricsTable()1573 struct pcfmetrics *metrics; in pcfGetMetricsTable()1583 metrics = malloc(cnt*sizeof(struct pcfmetrics)); in pcfGetMetricsTable()1588 metrics = malloc(cnt*sizeof(struct pcfmetrics)); in pcfGetMetricsTable()[all …]