| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | snfstr.h | 113 #define n2dChars(pfi) (((pfi)->lastRow - (pfi)->firstRow + 1) * \ 146 unsigned int linear:1; /* true if firstRow == lastRow */ 163 unsigned int lastRow; member in struct:_snfFontInfo
|
| H A D | bitscale.c | 762 int firstCol, lastCol, firstRow, lastRow; local in function:ScaleFont 804 lastRow = 0; 819 if (lastRow < vals->ranges[i].max_char_high) 820 lastRow = vals->ranges[i].max_char_high; 823 if (firstCol > lastCol || firstRow > lastRow) 832 if (lastRow > opfi->lastRow) 833 lastRow = opfi->lastRow; 840 lastRow 1463 int firstCol, lastCol, firstRow, lastRow; local in function:BitmapScaleBitmaps [all...] |
| H A D | bitmaputil.c | 118 for (r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) { 188 for (r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) {
|
| H A D | pcfread.c | 602 pFont->info.lastRow = pcfGetINT16(file, format); 606 pFont->info.firstRow > pFont->info.lastRow || 610 (pFont->info.lastRow - pFont->info.firstRow + 1); 664 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow && 743 pFontInfo->lastRow = pcfGetINT16(file, format); 747 pFontInfo->firstRow > pFontInfo->lastRow || 751 (pFontInfo->lastRow - pFontInfo->firstRow + 1); 787 (pFont->info.lastRow - pFont->info.firstRow + 1);
|
| H A D | bdfread.c | 239 (pFont->info.lastRow - pFont->info.firstRow + 1); 332 pFont->info.lastRow = 0; 382 if (char_row > pFont->info.lastRow) 383 pFont->info.lastRow = char_row; 513 nencoding = (pFont->info.lastRow - pFont->info.firstRow + 1) * 525 char_row <= pFont->info.lastRow; 871 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow &&
|
| H A D | snfread.c | 116 pFontInfo->lastRow = snfInfo->lastRow; 421 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow &&
|
| H A D | bitmap.c | 114 numRows = pFont->info.lastRow - firstRow + 1;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | snfstr.h | 113 #define n2dChars(pfi) (((pfi)->lastRow - (pfi)->firstRow + 1) * \ 146 unsigned int linear:1; /* true if firstRow == lastRow */ 163 unsigned int lastRow; member in struct:_snfFontInfo
|
| H A D | bitscale.c | 759 int firstCol, lastCol, firstRow, lastRow; local in function:ScaleFont 801 lastRow = 0; 816 if (lastRow < vals->ranges[i].max_char_high) 817 lastRow = vals->ranges[i].max_char_high; 820 if (firstCol > lastCol || firstRow > lastRow) 829 if (lastRow > opfi->lastRow) 830 lastRow = opfi->lastRow; 837 lastRow 1460 int firstCol, lastCol, firstRow, lastRow; local in function:BitmapScaleBitmaps [all...] |
| H A D | bitmaputil.c | 120 for (r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) { 190 for (r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) {
|
| H A D | pcfread.c | 604 pFont->info.lastRow = pcfGetINT16(file, format); 608 pFont->info.firstRow > pFont->info.lastRow || 612 (pFont->info.lastRow - pFont->info.firstRow + 1); 666 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow && 745 pFontInfo->lastRow = pcfGetINT16(file, format); 749 pFontInfo->firstRow > pFontInfo->lastRow || 753 (pFontInfo->lastRow - pFontInfo->firstRow + 1); 789 (pFont->info.lastRow - pFont->info.firstRow + 1);
|
| H A D | bdfread.c | 241 (pFont->info.lastRow - pFont->info.firstRow + 1); 334 pFont->info.lastRow = 0; 384 if (char_row > pFont->info.lastRow) 385 pFont->info.lastRow = char_row; 515 nencoding = (pFont->info.lastRow - pFont->info.firstRow + 1) * 527 char_row <= pFont->info.lastRow; 873 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow &&
|
| H A D | snfread.c | 118 pFontInfo->lastRow = snfInfo->lastRow; 423 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow &&
|
| H A D | bitmap.c | 115 numRows = pFont->info.lastRow - firstRow + 1;
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | misc.h | 144 (packet)->font_hdr_char_range_max_char_high = (structure)->lastRow; \ 152 (packet)->font_hdr_char_range_max_char_low = (structure)->lastRow; \
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dixfontstr.h | 46 #define FONTLASTROW(font) (font)->info.lastRow
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsconvert.c | 69 pfi->lastCol = pfi->lastRow; 70 pfi->lastRow = n; 220 lastrow = pfi->lastRow; 377 full_range[0].max_char_high = pfont->info.lastRow; 502 numRows = pFont->info.lastRow - firstRow + 1; 597 numRows = pFont->info.lastRow - firstRow + 1;
|
| H A D | fservestr.h | 166 (structure)->lastRow = (packet)->font_hdr_char_range_max_char_high; \
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsconvert.c | 71 pfi->lastCol = pfi->lastRow; 72 pfi->lastRow = n; 222 lastrow = pfi->lastRow; 379 full_range[0].max_char_high = pfont->info.lastRow; 504 numRows = pFont->info.lastRow - firstRow + 1; 599 numRows = pFont->info.lastRow - firstRow + 1;
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | charinfo.c | 74 #define n2dChars(pfi) (((pfi)->lastRow - (pfi)->firstRow + 1) * \ 100 int lastRow = pinfo->lastRow; local in function:getCharInfos 115 if (lastRow) 122 local_range.max_char_high = lastRow; 147 if (lastRow)
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dixfontstr.h | 47 #define FONTLASTROW(font) (font)->info.lastRow
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_font.c | 68 num_rows = font->info.lastRow - font->info.firstRow + 1; 104 c[0] = font->info.lastRow + 1;
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bitmaputil.c | 119 for (int r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) { 187 for (int r = pFont->info.firstRow; r <= pFont->info.lastRow; r++) {
|
| H A D | bdfread.c | 233 (pFont->info.lastRow - pFont->info.firstRow + 1); 322 pFont->info.lastRow = 0; 373 if (char_row > pFont->info.lastRow) 374 pFont->info.lastRow = char_row; 509 nencoding = (pFont->info.lastRow - pFont->info.firstRow + 1) * 521 char_row <= pFont->info.lastRow; char_row++) { 867 if (pFont->info.firstRow <= r && r <= pFont->info.lastRow &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 301 const GLuint lastRow = (GLuint) state[3]; local in function:_mesa_fetch_state 306 assert(lastRow < 4); 340 for (i = 0, row = firstRow; row <= lastRow; row++) { 348 for (i = 0, row = firstRow; row <= lastRow; row++) { 1010 const GLuint lastRow = (GLuint) state[3]; local in function:_mesa_program_state_string 1018 if (firstRow == lastRow) 1021 sprintf(tmp, ".row[%d..%d]", firstRow, lastRow);
|