Searched refs:widths (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkFont.c64 unsigned char *widths; /* Malloc'ed array giving widths of all member in struct:__anon397
199 fontPtr->widths = NULL;
310 if (fontPtr->widths != NULL) {
311 ckfree((char *) fontPtr->widths);
349 * This procedure is called to fill in the "widths" and "types"
375 fontPtr->widths = (unsigned char *) ckalloc(256);
393 fontPtr->widths[i] = fontStructPtr->min_bounds.width;
395 fontPtr->widths[i] = fontStructPtr->per_char[i
420 fontPtr->widths[
[all...]
/ast/src/cmd/ie/
H A Dedit.c1290 * set the multibyte widths
1303 static char widths[6] = {1,1}; local
1316 widths[indx++] = n;
1318 widths[indx++] = n;
1323 int_charsize[n] = widths[c++];
1324 int_charsize[n+4] = widths[c++];

Completed in 40 milliseconds