HomeSort by: relevance | last modified time | path
    Searched defs:lastCol (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfstr.h 114 ((pfi)->lastCol - (pfi)->firstCol + 1))
161 unsigned int lastCol;
bitscale.c 762 int firstCol, lastCol, firstRow, lastRow;
766 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
768 (opf->info.lastCol - opf->info.firstCol + 1) + \
769 (i)%(lastCol - firstCol + 1) + \
802 lastCol = 0;
811 lastCol = opfi->lastCol;
815 if (lastCol < vals->ranges[i].max_char_low)
816 lastCol = vals->ranges[i].max_char_low;
823 if (firstCol > lastCol || firstRow > lastRow
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfstr.h 114 ((pfi)->lastCol - (pfi)->firstCol + 1))
161 unsigned int lastCol;
bitscale.c 760 int firstCol, lastCol, firstRow, lastRow;
764 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
766 (opf->info.lastCol - opf->info.firstCol + 1) + \
767 (i)%(lastCol - firstCol + 1) + \
800 lastCol = 0;
809 lastCol = opfi->lastCol;
813 if (lastCol < vals->ranges[i].max_char_low)
814 lastCol = vals->ranges[i].max_char_low;
821 if (firstCol > lastCol || firstRow > lastRow
    [all...]
  /xsrc/external/mit/xfs/dist/difs/
charinfo.c 75 ((pfi)->lastCol - (pfi)->firstCol + 1))
101 int lastCol = pinfo->lastCol;
118 nchars = lastCol - firstCol + 1;
121 local_range.max_char_low = lastCol;
  /xsrc/external/mit/freetype/dist/src/pcf/
pcf.h 110 FT_UShort lastCol;
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
fontstruct.h 75 unsigned short lastCol;

Completed in 27 milliseconds