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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c97 inLineLen, local in function:bdfReadBitmap
140 inLineLen = strlen((char *) pInBits);
142 if (inLineLen & 1) {
144 line[inLineLen++] = '0';
145 line[inLineLen] = '\0';
147 inLineLen >>= 1;
148 i = inLineLen;
155 if (inLineLen < widthHexChars) {
156 for (i = widthHexChars - inLineLen; i > 0; i--)
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c99 inLineLen, local in function:bdfReadBitmap
142 inLineLen = strlen((char *) pInBits);
144 if (inLineLen & 1) {
146 line[inLineLen++] = '0';
147 line[inLineLen] = '\0';
149 inLineLen >>= 1;
150 i = inLineLen;
157 if (inLineLen < widthHexChars) {
158 for (i = widthHexChars - inLineLen; i > 0; i--)
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfread.c123 int inLineLen; local in function:bdfReadBitmap
136 inLineLen = strlen((char *) pInBits);
138 if (inLineLen & 1) {
140 line[inLineLen++] = '0';
141 line[inLineLen] = '\0';
143 inLineLen >>= 1;
144 i = inLineLen;
151 if (inLineLen < widthHexChars) {
152 for (i = widthHexChars - inLineLen; i > 0; i--)

Completed in 9 milliseconds