Searched refs:horizontal (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkmode.c263 t->horizontal == screen->width &&
288 if (new->horizontal != old->horizontal &&
300 if (prev->horizontal == new->horizontal &&
333 screen->width = t->horizontal;
360 t->horizontal,
368 if (t->horizontal == screen->width &&
390 if (t->horizontal == pSize->width &&
H A Dkdrive.h308 int horizontal; member in struct:_KdMonitorTiming
313 /* horizontal timing */
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dconvolution.c119 GLfloat horizontal[3][3] = { variable in typeref:typename:GLfloat[3][3]
148 printf("Using the horizontal filter\n");
150 3, 3, GL_LUMINANCE, GL_FLOAT, horizontal);
175 printf("Using a horizontal filter\n");
177 GL_LUMINANCE, GL_FLOAT, horizontal);
/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DXct.h80 /* This means that horizontal direction changes should be reported as
105 XctHorizontal, /* horizontal direction or depth change */
123 XctHDirection horizontal; /* direction of item */ member in struct:_XctRec
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttmtx.c37 /* both the horizontal and vertical headers. */
180 header = &face->horizontal;
204 * Return the horizontal or vertical metrics in font units for a
257 header = &face->horizontal;
H A Dsfobjs.c814 /* the same format). It also doesn't include horizontal and */
914 face->horizontal.number_Of_HMetrics = 0;
941 face->horizontal.number_Of_HMetrics = 0;
1048 FT_FACE_FLAG_HORIZONTAL; /* horizontal data */
1290 * in the horizontal header, although there is nothing stopping the
1321 root->ascender = face->horizontal.Ascender;
1322 root->descender = face->horizontal.Descender;
1324 face->horizontal.Line_Gap;
1348 (FT_Short)face->horizontal.advance_Width_Max;
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvkern.c586 "horizontal=%d, cross-stream=%d, variation=%d, format=%d\n",
602 FT_Bool horizontal; local in function:gxv_kern_coverage_classic_apple_validate
616 horizontal = FT_BOOL( ( coverage >> 15 ) & 1 );
623 "horizontal=%d, cross-stream=%d, format=%d\n",
624 horizontal, cross_stream, *format ));
643 FT_Bool horizontal; local in function:gxv_kern_coverage_classic_microsoft_validate
657 horizontal = FT_BOOL( coverage & 1 );
666 "horizontal=%d, minimum=%d, cross-stream=%d, "
668 horizontal, minimum, cross_stream, override, *format ));
/xsrc/external/mit/libXaw/dist/src/
H A DViewport.c235 CreateScrollbar(ViewportWidget w, Bool horizontal) argument
252 horizontal ? XtorientHorizontal : XtorientVertical);
254 horizontal ? XtWidth(clip) : XtHeight(clip));
256 !horizontal && w->viewport.useright ? XtChainRight : XtChainLeft);
258 !horizontal && !w->viewport.useright ? XtChainLeft : XtChainRight);
260 horizontal && w->viewport.usebottom ? XtChainBottom: XtChainTop);
262 horizontal && !w->viewport.usebottom ? XtChainTop: XtChainBottom);
264 bar = XtCreateWidget(horizontal ? "horizontal" : "vertical",
270 if (horizontal) {
857 GeometryRequestPlusScrollbar(ViewportWidget w,Bool horizontal,XtWidgetGeometry * request,XtWidgetGeometry * reply_return) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument
110 if (horizontal)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument
110 if (horizontal)
/xsrc/external/mit/libXmu/dist/src/
H A DXct.c389 data->horizontal = XctUnspecified;
516 priv->dirstack[data->horz_depth - 1] = data->horizontal;
518 data->horizontal = XctLeftToRight;
520 data->horizontal = XctRightToLeft;
532 data->horizontal = priv->dirstack[data->horz_depth];
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c335 ( face->horizontal.Ascender - face->horizontal.Descender );
549 if ( face->horizontal.number_Of_HMetrics )
596 metrics->vertAdvance = (FT_Pos)( face->horizontal.Ascender -
597 face->horizontal.Descender );
H A Dcffdrivr.c103 * Only horizontal layouts (left-to-right & right-to-left) are
267 if ( !ttface->horizontal.number_Of_HMetrics )
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrload.c608 phy_font->horizontal.stem_snaps = snaps + num_vert;
788 phy_font->horizontal.stem_snaps = NULL;
789 phy_font->horizontal.num_stem_snaps = 0;
968 phy_font->horizontal.standard = PFR_NEXT_USHORT( p );
H A Dpfrtypes.h220 PFR_DimensionRec horizontal; member in struct:PFR_PhyFontRec_
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Drasterizer.rst308 - a *top edge* is an edge that is horizontal and is above the other edges;
309 - a *bottom edge* is an edge that is horizontal and is below the other
311 - a *left edge* is an edge that is not horizontal and is on the left side of
363 A bias added to the horizontal subpixel precision during conservative rasterization.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Drasterizer.rst308 - a *top edge* is an edge that is horizontal and is above the other edges;
309 - a *bottom edge* is an edge that is horizontal and is below the other
311 - a *left edge* is an edge that is not horizontal and is on the left side of
368 A bias added to the horizontal subpixel precision during conservative rasterization.
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.c127 var->xres = t->horizontal;
129 var->xres_virtual = t->horizontal;
189 screen->width = t->horizontal;
193 if (k < 0 || (t->horizontal != var.xres || t->vertical != var.yres))
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dtttypes.h415 * The horizontal left bearing.
418 * The horizontal top bearing.
421 * The horizontal advance.
493 * strike, for either a horizontal or vertical layout.
519 * horizontal advance - ( horiBearingX + width )
649 * The line metrics for horizontal layouts.
661 * The number of horizontal pixels per EM.
670 * Is this a vertical or horizontal strike? For details, please see
735 * The horizontal line metrics.
741 * The number of horizontal pixel
1473 TT_HoriHeader horizontal; /* TrueType horizontal header */ member in struct:TT_FaceRec_
[all...]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dcffdecode.c1530 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */
1532 FT_Int horizontal, count; local in function:cff_decoder_parse_charstrings
1547 /* XXX: figure out whether this is supposed to be a horizontal */
1566 horizontal = ( dx > dy );
1578 if ( horizontal )
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dccs.rst124 is always one cache line. The horizontal alignment, however, varies by main
133 boundary: horizontal when the primary surface is X-tiled and vertical when
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.c96 * Return the horizontal metrics in font units for a given glyph.
135 *tsb = (FT_Short)( face->horizontal.Ascender - yMax );
136 *ah = (FT_UShort)FT_ABS( face->horizontal.Ascender -
137 face->horizontal.Descender );
985 /* recalculate linear horizontal and vertical advances */
1307 * We round the horizontal offset only if there is hinting along
1448 * specification defines the initial position of horizontal phantom points
1801 /* recalculate linear horizontal and vertical advances */
2042 /* recalculate linear horizontal and vertical advances */
2249 /* get the device-independent horizontal advanc
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.0.3.rst141 - i965/disasm: Fix horizontal stride of dest registers
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp724 // - We handle both horizontal and vertical scrollbars, which makes the terminology not ideal.
730 const bool horizontal = (direction == ImGuiLayoutType_Horizontal); local in function:ImGui::Scrollbar
735 bool other_scrollbar = (horizontal ? window->ScrollbarY : window->ScrollbarX);
739 ImRect bb = horizontal
742 if (!horizontal)
760 if (horizontal)
768 float scrollbar_size_v = horizontal ? bb.GetWidth() : bb.GetHeight();
769 float scroll_v = horizontal ? window->Scroll.x : window->Scroll.y;
770 float win_size_avail_v = (horizontal ? window->SizeFull.x : window->SizeFull.y) - other_scrollbar_size_w;
771 float win_size_contents_v = horizontal
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp724 // - We handle both horizontal and vertical scrollbars, which makes the terminology not ideal.
730 const bool horizontal = (direction == ImGuiLayoutType_Horizontal); local in function:ImGui::Scrollbar
735 bool other_scrollbar = (horizontal ? window->ScrollbarY : window->ScrollbarX);
739 ImRect bb = horizontal
742 if (!horizontal)
760 if (horizontal)
768 float scrollbar_size_v = horizontal ? bb.GetWidth() : bb.GetHeight();
769 float scroll_v = horizontal ? window->Scroll.x : window->Scroll.y;
770 float win_size_avail_v = (horizontal ? window->SizeFull.x : window->SizeFull.y) - other_scrollbar_size_w;
771 float win_size_contents_v = horizontal
[all...]

Completed in 39 milliseconds

12