Home
last modified time | relevance | path

Searched refs:cwi (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx570 static int initializeArray( FileInputStream* fp, int* cwi)
631 cwi[i] = width;
660 static int parseCharWidths( FileInputStream* fp, int* cwi) in parseCharWidths() argument
662 bool cont = true, save = (cwi != NULL); in parseCharWidths()
718 cwi[pos] = atoi(keyword); in parseCharWidths()
1406 (*fi)->cwi = (int *) calloc(256, sizeof(int)); in parseFile()
1407 if ((*fi)->cwi == NULL) in parseFile()
1414 code = parseCharWidths(&aFile, (*fi)->cwi); in parseFile()
1527 free (fi->cwi); in freeFontInfo()
H A DparseAFM.hxx300 int *cwi; /* ptr to 256 element array of just char widths */ member

Completed in 16 milliseconds