Searched refs:numRows (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmap.c48 unsigned int numRows; local in function:bitmapGetGlyphs
114 numRows = pFont->info.lastRow - firstRow + 1;
118 if (r < numRows && c < numCols &&
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmap.c49 unsigned int numRows; local in function:bitmapGetGlyphs
115 numRows = pFont->info.lastRow - firstRow + 1;
119 if (r < numRows && c < numCols &&
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.c48 unsigned int numRows; local in function:bitmapGetGlyphs
115 numRows = pFont->info.lastRow - firstRow + 1;
121 if (r < numRows && c < numCols &&
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c417 unsigned int numRows; local in function:_fs_get_glyphs
502 numRows = pFont->info.lastRow - firstRow + 1;
506 if (r < numRows && c < numCols &&
529 unsigned int numRows; local in function:_fs_get_metrics
597 numRows = pFont->info.lastRow - firstRow + 1;
601 if (r < numRows && c < numCols)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c419 unsigned int numRows; local in function:_fs_get_glyphs
504 numRows = pFont->info.lastRow - firstRow + 1;
508 if (r < numRows && c < numCols &&
531 unsigned int numRows; local in function:_fs_get_metrics
599 numRows = pFont->info.lastRow - firstRow + 1;
603 if (r < numRows && c < numCols)

Completed in 4 milliseconds