Searched refs:first_col (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libfontenc/dist/include/X11/fonts/
H A Dfontenc.h75 int first_col; /* first column in each row */ member in struct:_FontEnc
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c1117 for (int j = encoding->first_col;
1147 (encoding->row_size - encoding->first_col);
1149 for (int j = encoding->first_col; j < encoding->row_size;
/xsrc/external/mit/libfontenc/dist/src/
H A Dencparse.c544 encoding->first = encoding->first_col = 0;
569 encoding->first_col = value2;
H A Dfontenc.c693 col < encoding->first_col || col >= encoding->row_size)
956 for (j = encoding->first_col; j < encoding->row_size; j++) {
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c2563 unsigned short first_col=0,last_col=0x00ff; local in function:FreeTypeSetUpTTCap
2568 if ( restrict_code_range_by_str(1,&first_col, &first_row,
2571 ret->forceConstantSpacingBegin = (int)( first_row<<8 | first_col );
2581 unsigned short first_col=0, last_col=0x0ff; local in function:FreeTypeSetUpTTCap
2598 if ( restrict_code_range_by_str(1,&first_col, &first_row,
2602 (int)( first_row<<8 | first_col );
2846 info->firstCol = font->mapping.mapping->encoding->first_col;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c2567 unsigned short first_col=0,last_col=0x00ff; local in function:FreeTypeSetUpTTCap
2572 if ( restrict_code_range_by_str(1,&first_col, &first_row,
2575 ret->forceConstantSpacingBegin = (int)( first_row<<8 | first_col );
2585 unsigned short first_col=0, last_col=0x0ff; local in function:FreeTypeSetUpTTCap
2602 if ( restrict_code_range_by_str(1,&first_col, &first_row,
2606 (int)( first_row<<8 | first_col );
2850 info->firstCol = font->mapping.mapping->encoding->first_col;

Completed in 47 milliseconds