Searched refs:resolution_x (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | bdfint.h | 49 int resolution_x; member in struct:BDFSTAT
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | bdfint.h | 49 int resolution_x; member in struct:BDFSTAT
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bdfint.h | 49 int resolution_x; member in struct:BDFSTAT
|
| H A D | bdfread.c | 589 &pState->resolution_x, &pState->resolution_y) != 3) { 594 pState->resolution_x < 1 || pState->resolution_y < 1) { 755 if (!pState->resolutionProp && pState->resolution_x == pState->resolution_y) { 758 (INT32) ((pState->resolution_x * 100.0) / 72.27); 765 props[nextProp].value = (INT32) pState->resolution_x;
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| H A D | bdf.h | 166 unsigned long resolution_x; /* Font horizontal resolution. */ member in struct:bdf_font_t_
|
| H A D | bdfdrivr.c | 450 FT_Short resolution_x = 0, resolution_y = 0; local in function:BDF_Face_Init 553 value = (long)font->resolution_x; 562 resolution_x = 0x7FFF; 564 resolution_x )); 567 resolution_x = FT_ABS( (FT_Short)value ); 597 if ( resolution_x && resolution_y ) 599 resolution_x,
|
| H A D | bdflib.c | 1646 font->resolution_x ) ); 1696 font->resolution_x ) ); 2089 p->font->resolution_x = _bdf_atoul( p->list.field[2] );
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bdfread.c | 594 &pState->resolution_x, &pState->resolution_y) != 3) { 599 pState->resolution_x < 1 || pState->resolution_y < 1) { 759 pState->resolution_x == pState->resolution_y) { 761 props[nextProp].value = (INT32) ((pState->resolution_x * 100.0) / 72.27); 768 props[nextProp].value = (INT32) pState->resolution_x;
|
| H A D | bitscale.c | 58 atom, truncate_atom, pixel_size, point_size, resolution_x, enumerator in enum:scaleType 89 { "RESOLUTION_X", 0, resolution_x }, 637 case resolution_x:
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bdfread.c | 596 &pState->resolution_x, &pState->resolution_y) != 3) { 601 pState->resolution_x < 1 || pState->resolution_y < 1) { 761 pState->resolution_x == pState->resolution_y) { 763 props[nextProp].value = (INT32) ((pState->resolution_x * 100.0) / 72.27); 770 props[nextProp].value = (INT32) pState->resolution_x;
|
| H A D | bitscale.c | 53 atom, truncate_atom, pixel_size, point_size, resolution_x, enumerator in enum:scaleType 84 { "RESOLUTION_X", 0, resolution_x }, 634 case resolution_x:
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| H A D | pcfread.c | 1574 FT_Short resolution_x = 0, resolution_y = 0; local in function:pcf_load_font 1668 resolution_x = 0x7FFF; 1670 resolution_x )); 1673 resolution_x = FT_ABS( (FT_Short)prop->value.l ); 1699 if ( resolution_x && resolution_y ) 1701 resolution_x,
|
Completed in 17 milliseconds