HomeSort by: relevance | last modified time | path
    Searched defs:axis (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/include/freetype/
ftmm.h 43 * design axis coordinates.
59 * A structure to model a given axis in design space for Multiple Masters
67 * The axis's name.
70 * The axis's minimum design coordinate.
73 * The axis's maximum design coordinate.
104 * axis ::
105 * A table of axis descriptors.
111 FT_MM_Axis axis[T1_MAX_MM_AXIS]; member in struct:FT_Multi_Master_
122 * A structure to model a given axis in design space for Multiple
127 * The axis's name. Not always meaningful for TrueType GX or OpenTyp
247 FT_Var_Axis* axis; member in struct:FT_MM_Var_
    [all...]
  /xsrc/external/mit/freetype/dist/src/autofit/
afcjk.h 99 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_CJKMetricsRec_
afwarp.c 167 AF_AxisHints axis; local
198 axis = &hints->axis[dim];
199 segments = axis->segments;
200 num_segments = axis->num_segments;
aflatin.h 113 AF_LatinAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_LatinMetricsRec_
afloader.c 176 * Scale outlines down on the Y-axis to keep them inside their blue
183 * up. This positions points on the Y-axis outside their
284 * the x-axis by nature places things on pixel integers, hinting on the
285 * y-axis only, i.e., LIGHT mode, doesn't touch the x-axis). The delta
438 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ]; local
441 if ( axis->num_edges > 1 && AF_HINTS_DO_ADVANCE( hints ) )
443 AF_Edge edge1 = axis->edges; /* leftmost edge */
445 axis->num_edges - 1; /* rightmost edge *
    [all...]
afcjk.c 83 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
84 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
188 AF_CJKAxis axis = &metrics->axis[dim]; local
189 AF_AxisHints axhints = &hints->axis[dim];
228 axis->widths[num_widths++].org = dist;
234 af_sort_and_quantize_widths( &num_widths, axis->widths,
236 axis->width_count = num_widths;
242 AF_CJKAxis axis = &metrics->axis[dim] local
295 AF_CJKAxis axis; local
674 AF_CJKAxis axis; local
806 AF_AxisHints axis = &hints->axis[dim]; local
850 AF_AxisHints axis = &hints->axis[dim]; local
1008 AF_AxisHints axis = &hints->axis[dim]; local
1298 AF_AxisHints axis = &hints->axis[dim]; local
1518 AF_CJKAxis axis = &metrics->axis[dim]; local
1816 AF_AxisHints axis = &hints->axis[dim]; local
2195 AF_AxisHints axis = & hints->axis[dim]; local
    [all...]
afhints.c 35 /* Get new segment for given axis. */
38 af_axis_hints_new_segment( AF_AxisHints axis,
46 if ( axis->num_segments < AF_SEGMENTS_EMBEDDED )
48 if ( !axis->segments )
50 axis->segments = axis->embedded.segments;
51 axis->max_segments = AF_SEGMENTS_EMBEDDED;
54 else if ( axis->num_segments >= axis->max_segments )
56 FT_Int old_max = axis->max_segments
246 AF_AxisHints axis = &hints->axis[dimension]; local
291 AF_AxisHints axis = &hints->axis[dimension]; local
305 AF_AxisHints axis = &hints->axis[dimension]; local
443 AF_AxisHints axis = &hints->axis[dimension]; local
505 AF_AxisHints axis; local
534 AF_AxisHints axis; local
582 AF_AxisHints axis = &hints->axis[dimension]; local
719 AF_AxisHints axis = &hints->axis[dim]; local
1222 AF_AxisHints axis = & hints->axis[dim]; local
1299 AF_AxisHints axis = &hints->axis[dim]; local
    [all...]
afhints.h 76 * approximately aligned along a coordinate axis. The analysis to do
358 AF_AxisHintsRec axis[AF_DIMENSION_MAX]; member in struct:AF_GlyphHintsRec_
422 af_axis_hints_new_segment( AF_AxisHints axis,
427 af_axis_hints_new_edge( AF_AxisHints axis,
  /xsrc/external/mit/xorg-server/dist/Xi/
xiquerydevice.c 353 * List axis information for the given axis.
403 AxisInfoPtr axis = &v->axes[axisnumber]; local
405 if (axis->scroll.type == SCROLL_TYPE_NONE)
411 switch (axis->scroll.type) {
420 axis->scroll.type);
423 info->increment = double_to_fp3232(axis->scroll.increment);
428 if (axis->scroll.flags & SCROLL_FLAG_DONT_EMULATE)
430 if (axis->scroll.flags & SCROLL_FLAG_PREFERRED)
  /xsrc/external/mit/xorg-server/dist/fb/
fbseg.c 42 int axis, int x1, int y1, int e, int e1, int e3, int len)
65 if (axis == X_AXIS) {
113 int signdy, int axis, int x1, int y1, int e, int e1, int e3, int len)
151 if (axis == X_AXIS) {
186 int signdy, int axis, int x1, int y1, int e, int e1, int e3, int len)
190 if (axis == X_AXIS) {
227 int axis, int x1, int y1, int e, int e1, int e3, int len)
260 if (axis == X_AXIS) {
352 int axis; /* major axis */ local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
usb-common.c 96 int axis; local
147 axis = priv->relmap[raw.code];
148 v[axis] = raw.value;
149 motion(pDev, v, axis, 1, DMX_RELATIVE, block);
154 axis = priv->absmap[raw.code];
155 v[axis] = raw.value;
156 motion(pDev, v, axis, 1, DMX_ABSOLUTE, block);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbseg.c 80 int axis, int x, int y, int e, int e1, int e3, int len);
120 int sdx, int sdy, int axis,
145 if (axis == X_AXIS) {
185 int sdx, int sdy, int axis,
225 if (axis == X_AXIS) {
254 int sdx, int sdy, int axis,
260 if (axis == X_AXIS) {
293 int axis, int x1, int y1, int e, int e1, int e3, int len)
326 if (axis == X_AXIS) {
427 int len, axis, octant local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbseg.c 80 int axis, int x, int y, int e, int e1, int e3, int len);
120 int sdx, int sdy, int axis,
145 if (axis == X_AXIS) {
185 int sdx, int sdy, int axis,
225 if (axis == X_AXIS) {
254 int sdx, int sdy, int axis,
260 if (axis == X_AXIS) {
293 int axis, int x1, int y1, int e, int e1, int e3, int len)
326 if (axis == X_AXIS) {
427 int len, axis, octant local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbseg.c 42 int axis,
71 if (axis == X_AXIS)
126 int axis,
170 if (axis == X_AXIS)
212 int axis,
223 if (axis == X_AXIS)
266 int axis,
307 if (axis == X_AXIS)
340 int axis,
385 if (axis == X_AXIS
619 int axis; \/* major axis *\/ local
    [all...]
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfdriver.c 639 The maximum length of an axis value descriptor.
650 bytes for the axis tag.
954 FT_Var_Axis* axis; local
958 axis = mm_var->axis;
970 for ( i = 0; i < num_coords; i++, coords++, axis++ )
975 /* omit axis value descriptor if it is identical */
976 /* to the default axis value */
977 if ( *coords == axis->def )
983 t = (char)( axis->tag >> 24 )
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
geartrain.c 52 GLint axis; member in struct:AXLE
78 GLint axis; member in struct:GEAR
201 LoadInteger (&a[axle_count - 1].axis);
274 g[i].axis = -1;
548 g[i].axis = a[axle_index].axis;
555 if (g[i].axis == 0)
557 else if (g[i].axis == 1)
573 if (!(strcmp (g[i].type, g[j].type)) && (!(strcmp (g[i].type, "NORMAL"))) && ((strcmp (g[i].axle_name, g[j].axle_name) != 0)) && (g[i].axis == g[j].axis))
    [all...]
projtex.c 38 float angle, axis[3]; variable
689 glRotatef(angle, axis[0], axis[1], axis[2]);
692 glRotatef(angle*(i+1), axis[0], axis[1], axis[2]);
727 glRotatef(angle, axis[0], axis[1], axis[2])
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
input.c 62 AxisInfoPtr axis; local
104 axis = &dev.valuator->axes[0];
105 assert(axis->scroll.increment == 3.0);
106 assert(axis->scroll.type == SCROLL_TYPE_VERTICAL);
107 assert(axis->scroll.flags == 0);
112 axis = &dev.valuator->axes[1];
113 assert(axis->scroll.increment == 2.0);
114 assert(axis->scroll.type == SCROLL_TYPE_HORIZONTAL);
115 assert(axis->scroll.flags == 0);
117 /* can add another non-preffered axis */
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
getevents.c 274 * Rescale the coord between the two axis ranges.
342 /* calculate the other axis as well based on info from the old
635 * Clip an axis to its bounds, which are declared in the call to
641 AxisInfoPtr axis; local
646 axis = pDev->valuator->axes + axisNum;
649 if (axis->max_value <= axis->min_value)
652 if (*val < axis->min_value)
653 *val = axis->min_value;
654 if (*val > axis->max_value
    [all...]
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 1200 CFF_AxisCoords* axis = &region->axisList[j]; local
1210 axis->startCoord = FT_fdot14ToFixed( start14 );
1211 axis->peakCoord = FT_fdot14ToFixed( peak14 );
1212 axis->endCoord = FT_fdot14ToFixed( end14 );
1423 FT_TRACE4(( " cff_blend_build_vector: Axis count mismatch\n" ));
1493 CFF_AxisCoords* axis = &varRegion->axisList[j]; local
1497 /* compute the scalar contribution of this axis; */
1499 if ( axis->startCoord > axis->peakCoord ||
1500 axis->peakCoord > axis->endCoord
    [all...]
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 158 /* allocate axis data if needed */
209 FT_MM_Axis* axis = master->axis + n; local
213 axis->name = blend->axis_names[n];
214 axis->minimum = map->design_points[0];
215 axis->maximum = map->design_points[map->num_points - 1];
257 * normalized axis coordinates which gave rise to those weights.
346 /* while axis flags are meaningless here, we have to provide the array */
353 mmvar->axis = (FT_Var_Axis*)( (char*)axis_flags + axis_flags_size );
358 mmvar->axis[i].name = mmaster.axis[i].name
914 FT_Int axis, n_axis; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
getevents.c 296 * Rescale the coord between the two axis ranges.
634 * Clip an axis to its bounds, which are declared in the call to
640 AxisInfoPtr axis; local
645 axis = pDev->valuator->axes + axisNum;
648 if (axis->max_value <= axis->min_value)
651 if (*val < axis->min_value)
652 *val = axis->min_value;
653 if (*val > axis->max_value)
654 *val = axis->max_value
1651 int axis; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
tessellator.cpp 637 int edge, axis; local
645 for( axis = 0; axis < QUAD_AXES; axis++ )
647 processedTessFactors.insideTessFactorParity[axis] =
648 (isEven(insideTessFactor[axis]) || (FLOAT_ONE == insideTessFactor[axis]) )
666 for( axis = 0; axis < QUAD_AXES; axis++
2198 int edge, axis; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
tessellator.cpp 619 int edge, axis; local
627 for( axis = 0; axis < QUAD_AXES; axis++ )
629 processedTessFactors.insideTessFactorParity[axis] =
630 (isEven(insideTessFactor[axis]) || (FLOAT_ONE == insideTessFactor[axis]) )
648 for( axis = 0; axis < QUAD_AXES; axis++
2242 int edge, axis; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_widgets.cpp 767 // V denote the main, longer axis of the scrollbar (= height for a vertical scrollbar)
1024 // size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
1207 bool ImGui::SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay)
1221 bb_interact.Expand(axis == ImGuiAxis_Y ? ImVec2(0.0f, hover_extend) : ImVec2(hover_extend, 0.0f));
1227 SetMouseCursor(axis == ImGuiAxis_Y ? ImGuiMouseCursor_ResizeNS : ImGuiMouseCursor_ResizeEW);
1233 float mouse_delta = (axis == ImGuiAxis_Y) ? mouse_delta_2d.y : mouse_delta_2d.x;
1252 bb_render.Translate((axis == ImGuiAxis_X) ? ImVec2(mouse_delta, 0.0f) : ImVec2(0.0f, mouse_delta));
1733 const ImGuiAxis axis = (flags & ImGuiDragFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X;
1746 adjust_delta = g.IO.MouseDelta[axis];
1755 adjust_delta = GetNavInputAmount2d(ImGuiNavDirSourceFlags_Keyboard | ImGuiNavDirSourceFlags_PadDPad, ImGuiInputReadMode_RepeatFast, 1.0f / 10.0f, 10.0f)[axis];
2109 const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; local
    [all...]

Completed in 38 milliseconds

1 2