| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| convolution.c | 125 GLfloat vertical[3][3] = { variable 181 printf("Using the vertical filter\n"); 183 GL_LUMINANCE, GL_FLOAT, vertical);
|
| /xsrc/external/mit/xterm/dist/ |
| graphics_sixel.c | 96 ,s_GETTINGV /* Pixel vertical extent */ 409 static const int vertical[] = local 433 s_context.aspect_vertical = vertical[Pmacro];
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afcjk.c | 261 : "vertical" )); 1413 * We snap the width of vertical stems for the monochrome and 1421 * vertical LCD rendering targets only. 1521 FT_Bool vertical = FT_BOOL( dim == AF_DIMENSION_VERT ); local 1536 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) || 1537 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) ) 1581 if ( vertical ) 1583 /* in the case of vertical hinting, always round */ 1833 dim == AF_DIMENSION_VERT ? "horizontal" : "vertical", 2057 /* In general, lowercase m's have six vertical edges if they are sans * [all...] |
| aflatin.c | 258 : "vertical" )); 653 /* are ignored (for example, the `vertical serifs' found in */ 659 /* vertical distance from the extremum. Note that the */ 750 /* vertical distance too large */ 829 /* with a vertical shift */ 1282 " vertical scaling changed from %.5f to %.5f (by %ld%%)\n" 1298 " excessive vertical scaling abandoned\n" 1323 dim == AF_DIMENSION_HORZ ? "horizontal" : "vertical", 2623 * We snap the width of vertical stems for the monochrome and 2631 * vertical LCD rendering targets only 2741 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local [all...] |
| aflatin2.c | 883 * e.g. a 2-point vertical contour 1548 * We snap the width of vertical stems for the monochrome and 1556 * vertical LCD rendering targets only. 1660 FT_Int vertical = ( dim == AF_DIMENSION_VERT ); local 1675 if ( ( vertical && !AF_LATIN_HINTS_DO_VERT_SNAP( hints ) ) || 1676 ( !vertical && !AF_LATIN_HINTS_DO_HORZ_SNAP( hints ) ) ) 1682 if ( ( stem_flags & AF_EDGE_SERIF ) && vertical && ( dist < 3 * 64 ) ) 1746 if ( vertical ) 1748 /* in the case of vertical hinting, always round */ 1783 /* vertical stems. * [all...] |
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshalgo.h | 202 FT_Bool vertical; member in struct:PSH_GlyphRec_ 220 FT_Bool vertical );
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| pfrtypes.h | 221 PFR_DimensionRec vertical; member in struct:PFR_PhyFontRec_
|
| /xsrc/external/mit/libX11/dist/include/X11/extensions/ |
| XKBgeom.h | 185 int vertical; member in struct:_XkbRow
|
| /xsrc/external/mit/libxkbfile/dist/include/X11/extensions/ |
| XKMformat.h | 192 BOOL vertical; member in struct:_xkmRowDesc
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbgeom.h | 212 int vertical; member in struct:_XkbRow
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kdrive.h | 309 int vertical; member in struct:_KdMonitorTiming 318 /* vertical timing */
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbgeom.h | 222 int vertical; member in struct:_XkbRow
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| XKBgeom.h | 229 int vertical; member in struct:_XkbRow
|
| XKBproto.h | 673 BOOL vertical; member in struct:_xkbRowWireDesc
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| tttypes.h | 424 * The vertical left bearing. 427 * The vertical top bearing. 430 * The vertical advance. 493 * strike, for either a horizontal or vertical layout. 523 * vertical advance - ( vertBearingY + height ) 652 * The line metrics for vertical layouts. 664 * The number of vertical pixels per EM. 670 * Is this a vertical or horizontal strike? For details, please see 738 * The vertical line metrics. 744 * The number of vertical pixels per EM 1478 TT_VertHeader vertical; \/* TT Vertical header, if present *\/ member in struct:TT_FaceRec_ [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| geometry.c | 155 Bool vertical; member in struct:_RowInfo 387 row->vertical = False; 2001 else if (uStrCaseCmp(field, "vertical") == 0) 2016 row->vertical = tmp.uval; 3568 row->vertical = ri->vertical;
|