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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c217 int nencodings = 0; local in function:pcfWriteFont
312 nencodings = (pFont->info.lastRow - pFont->info.firstRow + 1) *
314 size = S32 + 5 * S16 + nencodings * S16;
432 for (i = 0; i < nencodings; i++) {
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c219 int nencodings = 0; local in function:pcfWriteFont
314 nencodings = (pFont->info.lastRow - pFont->info.firstRow + 1) *
316 size = S32 + 5 * S16 + nencodings * S16;
434 for (i = 0; i < nencodings; i++) {
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c228 int nencodings = 0; local in function:pcfWriteFont
329 nencodings = (pFont->info.lastRow - pFont->info.firstRow + 1) *
331 size = S32 + 5 * S16 + nencodings * S16;
454 for (i = 0; i < nencodings; i++) {

Completed in 4 milliseconds