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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbdfread.c93 widthHexChars; local in function:bdfReadBitmap
123 widthHexChars = BYTES_PER_ROW(widthBits, 1);
149 if (i > widthHexChars)
150 i = widthHexChars;
155 if (inLineLen < widthHexChars) {
156 for (i = widthHexChars - inLineLen; i > 0; i--)
167 if (widthBytes > widthHexChars) {
168 i = widthBytes - widthHexChars;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbdfread.c95 widthHexChars; local in function:bdfReadBitmap
125 widthHexChars = BYTES_PER_ROW(widthBits, 1);
151 if (i > widthHexChars)
152 i = widthHexChars;
157 if (inLineLen < widthHexChars) {
158 for (i = widthHexChars - inLineLen; i > 0; i--)
169 if (widthBytes > widthHexChars) {
170 i = widthBytes - widthHexChars;
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfread.c91 int widthBits, widthBytes, widthHexChars; local in function:bdfReadBitmap
117 widthHexChars = BYTES_PER_ROW(widthBits, 1);
145 if (i > widthHexChars)
146 i = widthHexChars;
151 if (inLineLen < widthHexChars) {
152 for (i = widthHexChars - inLineLen; i > 0; i--)
164 if (widthBytes > widthHexChars) {
165 i = widthBytes - widthHexChars;

Completed in 6 milliseconds