HomeSort by: relevance | last modified time | path
    Searched refs:vertical (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /xsrc/external/mit/freetype/dist/src/sfnt/
ttmtx.h 33 FT_Bool vertical );
39 FT_Bool vertical );
44 FT_Bool vertical,
ttmtx.c 37 /* both the horizontal and vertical headers. */
65 * vertical ::
74 FT_Bool vertical )
82 if ( vertical )
122 * vertical ::
131 FT_Bool vertical )
163 if ( vertical )
165 void *v = &face->vertical;
204 * Return the horizontal or vertical metrics in font units for a
206 * bearing for vertical metrics) and advance width (advance heigh
    [all...]
sfobjs.c 741 #define LOADM_( x, vertical ) \
745 vertical ? "vertical " : "" )); \
748 error = sfnt->load_ ## x( face, stream, vertical ); \
815 /* vertical metrics tables (i.e. `hhea' and `vhea' tables are */
1060 /* vertical information? */
1350 (FT_Short)( face->vertical_info ? face->vertical.advance_Height_Max
1434 /* freeing vertical metrics, if any */
1437 FT_FREE( face->vertical.long_metrics );
1438 FT_FREE( face->vertical.short_metrics )
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
10-sub-pixel-vbgr.conf 4 <description>Enable sub-pixel rendering with the vertical BGR stripes layout</description>
10-sub-pixel-vrgb.conf 4 <description>Enable sub-pixel rendering with the vertical RGB stripes layout</description>
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kmode.c 264 t->vertical == screen->height &&
289 new->vertical != old->vertical)
301 prev->vertical == new->vertical &&
334 screen->height = t->vertical;
361 t->vertical,
369 t->vertical == screen->height &&
391 t->vertical == pSize->height &&
  /xsrc/external/mit/freetype/dist/include/freetype/
ftincrem.h 108 * Vertical component of glyph advance, in font units.
111 * These correspond to horizontal or vertical metrics depending on the
112 * value of the `vertical` argument to the function
228 * vertical ::
229 * If true, return vertical metrics.
245 FT_Bool vertical,
  /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
extra.css 52 vertical-align: baseline;
56 vertical-align: baseline;
122 vertical-align: baseline;
126 vertical-align: baseline;
  /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/MesaLib/dist/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 32 #define V| vertical bar
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 32 #define V| vertical bar
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_frame_usage.spec 114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
139 synchronizes with the next frame vertical sync before it returns.
158 time and does not synchronize to vertical blank.
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_frame_usage.spec 114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
139 synchronizes with the next frame vertical sync before it returns.
158 time and does not synchronize to vertical blank.
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
sfnt.h 406 * vertical version.
415 * vertical ::
416 * A boolean flag. If set, load the vertical one.
424 FT_Bool vertical );
433 * Load the horizontal or vertical header in a face object.
439 * vertical ::
440 * A boolean flag. If set, load vertical metrics.
447 * The horizontal (or vertical) bearing. Set to zero in case of error.
450 * The horizontal (or vertical) advance. Set to zero in case of error.
454 FT_Bool vertical,
    [all...]
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/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/
pfrload.c 592 if ( phy_font->vertical.stem_snaps )
607 phy_font->vertical.stem_snaps = snaps;
785 FT_FREE( phy_font->vertical.stem_snaps );
786 phy_font->vertical.num_stem_snaps = 0;
967 phy_font->vertical.standard = PFR_NEXT_USHORT( p );
pfrtypes.h 221 PFR_DimensionRec vertical; member in struct:PFR_PhyFontRec_
  /xsrc/external/mit/libxkbfile/dist/include/X11/extensions/
XKMformat.h 192 BOOL vertical; member in struct:_xkmRowDesc
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
fbdev.c 128 var->yres = t->vertical;
130 var->yres_virtual = t->vertical;
190 screen->height = t->vertical;
193 if (k < 0 || (t->horizontal != var.xres || t->vertical != var.yres))
409 shadow framebuffer. Reading vertical strips is exceptionally
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 725 * If `vertical' is zero, parse the `HVAR' table and set
729 * If `vertical' is not zero, parse the `VVAR' table and set
745 FT_Bool vertical )
762 if ( vertical )
803 if ( vertical )
840 if ( vertical )
964 * vertical ::
978 FT_Bool vertical )
990 if ( vertical )
1062 vertical ? "vertical height" : "horizontal width"
    [all...]
  /xsrc/external/mit/freetype/dist/src/cff/
cffgload.c 316 face->vertical.number_Of_VMetrics > 0 );
318 /* get the vertical metrics from the vmtx table if we have one */
329 /* make up vertical ones */
573 face->vertical.number_Of_VMetrics > 0 );
575 /* get the vertical metrics from the vmtx table if we have one */
591 /* make up vertical ones */
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBSetGeom.c 351 rowWire->vertical = row->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/libX11/dist/include/X11/extensions/
XKBgeom.h 185 int vertical; member in struct:_XkbRow

Completed in 24 milliseconds

1 2 3