Searched refs:firstCol (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitmap.c45 unsigned int firstCol; local in function:bitmapGetGlyphs
59 firstCol = pFont->info.firstCol;
60 numCols = pFont->info.lastCol - firstCol + 1;
74 c = (*chars++) - firstCol;
82 c = (*chars++) - firstCol;
94 c = (c | *chars++) - firstCol;
103 c = (c | *chars++) - firstCol;
117 c = (*chars++) - firstCol;
H A Dsnfstr.h114 ((pfi)->lastCol - (pfi)->firstCol + 1))
160 unsigned int firstCol; member in struct:_snfFontInfo
H A Dbitscale.c762 int firstCol, lastCol, firstRow, lastRow; local in function:ScaleFont
766 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
768 (opf->info.lastCol - opf->info.firstCol + 1) + \
769 (i)%(lastCol - firstCol + 1) + \
770 firstCol - opf->info.firstCol)
801 firstCol = 255;
810 firstCol = opfi->firstCol;
813 if (firstCol > val
1463 int firstCol, lastCol, firstRow, lastRow; local in function:BitmapScaleBitmaps
[all...]
H A Dpcfread.c599 pFont->info.firstCol = pcfGetINT16(file, format);
605 if (pFont->info.firstCol > pFont->info.lastCol ||
607 pFont->info.lastCol-pFont->info.firstCol > 255) goto Bail;
609 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
665 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
666 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
668 c = c - pFont->info.firstCol;
740 pFontInfo->firstCol = pcfGetINT16(file, format);
746 if (pFontInfo->firstCol > pFontInfo->lastCol ||
748 pFontInfo->lastCol-pFontInfo->firstCol > 25
[all...]
H A Dsnfread.c113 pFontInfo->firstCol = snfInfo->firstCol;
422 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
423 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
425 c = c - pFont->info.firstCol;
H A Dbdfread.c238 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
333 pFont->info.firstCol = 256;
384 if (char_col < pFont->info.firstCol)
385 pFont->info.firstCol = char_col;
514 (pFont->info.lastCol - pFont->info.firstCol + 1);
529 i += pFont->info.lastCol - pFont->info.firstCol + 1;
531 for (char_col = pFont->info.firstCol;
872 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
873 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
875 c = c - pFont->info.firstCol;
[all...]
H A Dbitmaputil.c119 for (c = pFont->info.firstCol; c <= pFont->info.lastCol; c++) {
189 for (c = pFont->info.firstCol; c <= pFont->info.lastCol; c++) {
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitmap.c46 unsigned int firstCol; local in function:bitmapGetGlyphs
60 firstCol = pFont->info.firstCol;
61 numCols = pFont->info.lastCol - firstCol + 1;
75 c = (*chars++) - firstCol;
83 c = (*chars++) - firstCol;
95 c = (c | *chars++) - firstCol;
104 c = (c | *chars++) - firstCol;
118 c = (*chars++) - firstCol;
H A Dsnfstr.h114 ((pfi)->lastCol - (pfi)->firstCol + 1))
160 unsigned int firstCol; member in struct:_snfFontInfo
H A Dbitscale.c759 int firstCol, lastCol, firstRow, lastRow; local in function:ScaleFont
763 #define OLDINDEX(i) (((i)/(lastCol - firstCol + 1) + \
765 (opf->info.lastCol - opf->info.firstCol + 1) + \
766 (i)%(lastCol - firstCol + 1) + \
767 firstCol - opf->info.firstCol)
798 firstCol = 255;
807 firstCol = opfi->firstCol;
810 if (firstCol > val
1460 int firstCol, lastCol, firstRow, lastRow; local in function:BitmapScaleBitmaps
[all...]
H A Dpcfread.c601 pFont->info.firstCol = pcfGetINT16(file, format);
607 if (pFont->info.firstCol > pFont->info.lastCol ||
609 pFont->info.lastCol-pFont->info.firstCol > 255) goto Bail;
611 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
667 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
668 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
670 c = c - pFont->info.firstCol;
742 pFontInfo->firstCol = pcfGetINT16(file, format);
748 if (pFontInfo->firstCol > pFontInfo->lastCol ||
750 pFontInfo->lastCol-pFontInfo->firstCol > 25
[all...]
H A Dsnfread.c115 pFontInfo->firstCol = snfInfo->firstCol;
424 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
425 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
427 c = c - pFont->info.firstCol;
H A Dbdfread.c240 nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
335 pFont->info.firstCol = 256;
386 if (char_col < pFont->info.firstCol)
387 pFont->info.firstCol = char_col;
516 (pFont->info.lastCol - pFont->info.firstCol + 1);
531 i += pFont->info.lastCol - pFont->info.firstCol + 1;
533 for (char_col = pFont->info.firstCol;
874 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
875 cols = pFont->info.lastCol - pFont->info.firstCol + 1;
877 c = c - pFont->info.firstCol;
[all...]
H A Dbitmaputil.c121 for (c = pFont->info.firstCol; c <= pFont->info.lastCol; c++) {
191 for (c = pFont->info.firstCol; c <= pFont->info.lastCol; c++) {
/xsrc/external/mit/bdftopcf/dist/
H A Dbitmap.c45 unsigned int firstCol; local in function:bitmapGetGlyphs
58 firstCol = pFont->info.firstCol;
59 numCols = pFont->info.lastCol - firstCol + 1;
73 c = (*chars++) - firstCol;
82 c = (*chars++) - firstCol;
94 c = (c | *chars++) - firstCol;
104 c = (c | *chars++) - firstCol;
120 c = (*chars++) - firstCol;
H A Dbdfread.c232 int nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) *
323 pFont->info.firstCol = 256;
375 if (char_col < pFont->info.firstCol)
376 pFont->info.firstCol = char_col;
510 (pFont->info.lastCol - pFont->info.firstCol + 1);
524 i += pFont->info.lastCol - pFont->info.firstCol + 1;
527 for (char_col = pFont->info.firstCol;
868 pFont->info.firstCol <= c && c <= pFont->info.lastCol) {
869 unsigned int cols = pFont->info.lastCol - pFont->info.firstCol + 1;
871 c = c - pFont->info.firstCol;
[all...]
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c65 n = pfi->firstCol;
66 pfi->firstCol = pfi->firstRow;
221 firstcol = pfi->firstCol;
374 full_range[0].min_char_low = pfont->info.firstCol;
392 pfont->info.firstCol + 1) +
394 pfont->info.firstCol);
414 unsigned int firstCol; local in function:_fs_get_glyphs
430 firstCol = pFont->info.firstCol;
431 numCols = pFont->info.lastCol - firstCol
526 unsigned int firstCol; local in function:_fs_get_metrics
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c67 n = pfi->firstCol;
68 pfi->firstCol = pfi->firstRow;
223 firstcol = pfi->firstCol;
376 full_range[0].min_char_low = pfont->info.firstCol;
394 pfont->info.firstCol + 1) +
396 pfont->info.firstCol);
416 unsigned int firstCol; local in function:_fs_get_glyphs
432 firstCol = pFont->info.firstCol;
433 numCols = pFont->info.lastCol - firstCol
528 unsigned int firstCol; local in function:_fs_get_metrics
[all...]
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcfdrivr.c114 charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) )
120 if ( charcodeCol < enc->firstCol ||
125 ( enc->lastCol - enc->firstCol + 1 ) +
126 charcodeCol - enc->firstCol];
146 if ( charcode < (FT_UInt32)( enc->firstRow * 256 + enc->firstCol ) )
147 charcode = (FT_UInt32)( enc->firstRow * 256 + enc->firstCol );
152 if ( charcodeCol < enc->firstCol )
153 charcodeCol = enc->firstCol;
157 charcodeCol = enc->firstCol;
163 ( enc->lastCol - enc->firstCol
[all...]
H A Dpcfread.c951 FT_FRAME_USHORT_LE( firstCol ),
967 FT_FRAME_USHORT( firstCol ),
1024 FT_TRACE4(( " firstCol 0x%X, lastCol 0x%X\n"
1027 enc->firstCol, enc->lastCol,
1032 if ( enc->firstCol > enc->lastCol ||
1038 nencoding = (FT_ULong)( enc->lastCol - enc->firstCol + 1 ) *
1056 defaultCharCol < enc->firstCol ||
1059 enc->defaultChar = enc->firstRow * 256U + enc->firstCol;
1065 defaultCharCol = enc->firstCol;
1080 ( enc->lastCol - enc->firstCol
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h143 (packet)->font_hdr_char_range_min_char_low = (structure)->firstCol; \
149 (packet)->font_hdr_char_range_min_char_high = (structure)->firstCol; \
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dglyphcurs.c153 if (ch < pfont->info.firstCol || pfont->info.lastCol < ch)
160 if (chs[1] < pfont->info.firstCol || pfont->info.lastCol < chs[1])
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c146 if (ch < pfont->info.firstCol || pfont->info.lastCol < ch)
152 if (chs[1] < pfont->info.firstCol || pfont->info.lastCol < chs[1])
/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixfontstr.h43 #define FONTFIRSTCOL(font) (font)->info.firstCol
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixfontstr.h44 #define FONTFIRSTCOL(font) (font)->info.firstCol

Completed in 39 milliseconds

12