Searched refs:axis (Results 1 - 25 of 127) sorted by relevance

123456

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkingIteratorSorted.java104 int axis = walker.getAxis();
108 boolean isSimpleDownAxis = ((axis == Axis.CHILD)
109 || (axis == Axis.SELF)
110 || (axis == Axis.ROOT));
113 if(isSimpleDownAxis || (axis == -1))
120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT ||
121 axis == Axis.DESCENDANTORSELF || axis == Axis.DESCENDANTSFROMROOT
122 || axis == Axis.DESCENDANTSORSELFFROMROOT) || (axis
[all...]
H A DOneStepIteratorForward.java40 /** The traversal axis from where the nodes will be filtered. */
65 * @param axis One of the org.apache.xml.dtm.Axis integers.
69 public OneStepIteratorForward(int axis) argument
73 m_axis = axis;
147 * Returns the axis being iterated, if it is known.
149 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
H A DReverseAxesWalker.java40 ReverseAxesWalker(LocPathIterator locPathIterator, int axis) argument
42 super(locPathIterator, axis);
245 /** The DTM inner traversal class, that corresponds to the super axis. */
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DAxis.java34 * The ancestor axis contains the ancestors of the context node;
36 * node and the parent's parent and so on; thus, the ancestor axis will
42 * the ancestor-or-self axis contains the context node and the ancestors of
43 * the context node; thus, the ancestor axis will always include the
49 * the attribute axis contains the attributes of the context node; the axis
54 /** The child axis contains the children of the context node. */
58 * The descendant axis contains the descendants of the context node;
60 * descendant axis never contains attribute or namespace nodes.
65 * The descendant-or-self axis contain
208 isReverse(int axis) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DContextMatchStepPattern.java41 public ContextMatchStepPattern(int axis, int paxis) argument
43 super(DTMFilter.SHOW_ALL, axis, paxis);
99 int axis = m_axis;
101 boolean needToTraverseAttrs = WalkerFactory.isDownwardAxisOfMany(axis);
105 if((Axis.PRECEDING == axis) && iterRootIsAttr)
107 axis = Axis.PRECEDINGANDANCESTOR;
110 traverser = dtm.getAxisTraverser(axis);
/external/freetype/src/autofit/
H A Dafhints.c24 /* Get new segment for given axis. */
27 af_axis_hints_new_segment( AF_AxisHints axis,
35 if ( axis->num_segments >= axis->max_segments )
37 FT_Int old_max = axis->max_segments;
52 if ( FT_RENEW_ARRAY( axis->segments, old_max, new_max ) )
55 axis->max_segments = new_max;
58 segment = axis->segments + axis->num_segments++;
66 /* Get new edge for given axis, directio
248 AF_AxisHints axis = &hints->axis[dimension]; local
291 AF_AxisHints axis; local
318 AF_AxisHints axis; local
356 AF_AxisHints axis = &hints->axis[dimension]; local
531 AF_AxisHints axis = &hints->axis[dim]; local
817 AF_AxisHints axis = & hints->axis[dim]; local
894 AF_AxisHints axis = &hints->axis[dim]; local
[all...]
H A Daflatin2.c68 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
69 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
104 AF_LatinAxis axis = &metrics->axis[dim]; local
105 AF_AxisHints axhints = &hints->axis[dim];
136 axis->widths[ num_widths++ ].org = dist;
140 af_sort_widths( num_widths, axis->widths );
141 axis->width_count = num_widths;
147 AF_LatinAxis axis = &metrics->axis[di local
193 AF_LatinAxis axis = &metrics->axis[AF_DIMENSION_VERT]; local
512 AF_LatinAxis axis; local
681 AF_AxisHints axis = &hints->axis[dim]; local
938 AF_AxisHints axis = &hints->axis[dim]; local
1038 AF_AxisHints axis = &hints->axis[dim]; local
1362 AF_AxisHints axis = &hints->axis[ AF_DIMENSION_VERT ]; local
1601 AF_LatinAxis axis = & metrics->axis[dim]; local
1810 AF_AxisHints axis = &hints->axis[dim]; local
[all...]
H A Daflatin.c65 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
66 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
105 AF_LatinAxis axis = &metrics->axis[dim]; local
106 AF_AxisHints axhints = &hints->axis[dim];
137 axis->widths[ num_widths++ ].org = dist;
141 af_sort_widths( num_widths, axis->widths );
142 axis->width_count = num_widths;
148 AF_LatinAxis axis = &metrics->axis[di local
197 AF_LatinAxis axis = &metrics->axis[AF_DIMENSION_VERT]; local
529 AF_LatinAxis axis; local
729 AF_AxisHints axis = &hints->axis[dim]; local
949 AF_AxisHints axis = &hints->axis[dim]; local
1042 AF_AxisHints axis = &hints->axis[dim]; local
1357 AF_AxisHints axis = &hints->axis[ AF_DIMENSION_VERT ]; local
1593 AF_LatinAxis axis = & metrics->axis[dim]; local
1803 AF_AxisHints axis = &hints->axis[dim]; local
[all...]
H A Dafcjk.c79 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
80 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
119 AF_CJKAxis axis = &metrics->axis[dim]; local
120 AF_AxisHints axhints = &hints->axis[dim];
149 axis->widths[num_widths++].org = dist;
153 af_sort_widths( num_widths, axis->widths );
154 axis->width_count = num_widths;
160 AF_CJKAxis axis = &metrics->axis[di local
280 AF_CJKAxis axis; local
577 AF_CJKAxis axis; local
685 AF_AxisHints axis = &hints->axis[dim]; local
729 AF_AxisHints axis = &hints->axis[dim]; local
894 AF_AxisHints axis = &hints->axis[dim]; local
1174 AF_AxisHints axis = &hints->axis[dim]; local
1384 AF_CJKAxis axis = & metrics->axis[dim]; local
1672 AF_AxisHints axis = &hints->axis[dim]; local
2016 AF_AxisHints axis = & hints->axis[dim]; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/
H A DSDL_joystick_c.h32 Uint8 axis, Sint16 value);
/external/webkit/Source/WebCore/xml/
H A DXPathPath.cpp121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis);
128 if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfAxis))
/external/skia/src/utils/
H A DSkColorMatrix.cpp24 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) { argument
29 this->setSinCos(axis, S, C);
32 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { argument
33 SkASSERT((unsigned)axis < 3);
40 const uint8_t* index = gRotateIndex + axis * 4;
49 void SkColorMatrix::preRotate(Axis axis, SkScalar degrees) { argument
51 tmp.setRotate(axis, degrees);
55 void SkColorMatrix::postRotate(Axis axis, SkScalar degrees) { argument
57 tmp.setRotate(axis, degrees);
H A DSkCamera.cpp275 SkUnit3D axis, zenith, cross; local
277 fAxis.normalize(&axis);
280 SkScalar dot = SkUnit3D::Dot(*(const SkUnit3D*)(const void*)&fZenith, axis);
282 zenith.fX = fZenith.fX - SkUnitScalarMul(dot, axis.fX);
283 zenith.fY = fZenith.fY - SkUnitScalarMul(dot, axis.fY);
284 zenith.fZ = fZenith.fZ - SkUnitScalarMul(dot, axis.fZ);
289 SkUnit3D::Cross(axis, zenith, &cross);
297 orien->set(SkMatrix::kMScaleX, SkUnitScalarMul(x, axis.fX) - SkUnitScalarMul(z, cross.fX));
298 orien->set(SkMatrix::kMSkewX, SkUnitScalarMul(x, axis.fY) - SkUnitScalarMul(z, cross.fY));
299 orien->set(SkMatrix::kMTransX, SkUnitScalarMul(x, axis
[all...]
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableCellElement07.js78 The axis attribute specifies the names group of related headers for table
104 vaxis = testNode.axis;
H A DHTMLTableCellElement08.js78 The axis attribute specifies the names group of related headers for table
81 Retrieve the axis attribute from the second TD element and examine
104 vaxis = testNode.axis;
H A Dtable20.js79 The value of attribute axis of the tablecell element is read and checked against the expected value.
101 vaxis = testNode.axis;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableCellElement07.js78 The axis attribute specifies the names group of related headers for table
104 vaxis = testNode.axis;
H A DHTMLTableCellElement08.js78 The axis attribute specifies the names group of related headers for table
81 Retrieve the axis attribute from the second TD element and examine
104 vaxis = testNode.axis;
H A Dtable20.js79 The value of attribute axis of the tablecell element is read and checked against the expected value.
101 vaxis = testNode.axis;
/external/freetype/include/freetype/
H A Dftmm.h44 /* setting design axis coordinates. */
61 /* A simple structure used to model a given axis in design space for */
67 /* name :: The axis's name. */
69 /* minimum :: The axis's minimum design coordinate. */
71 /* maximum :: The axis's maximum design coordinate. */
101 /* axis :: A table of axis descriptors. */
107 FT_MM_Axis axis[T1_MAX_MM_AXIS]; member in struct:FT_Multi_Master_
118 /* A simple structure used to model a given axis in design space for */
122 /* name :: The axis'
215 FT_Var_Axis* axis; member in struct:FT_MM_Var_
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.idl27 attribute [Reflect] DOMString axis;
H A DHTMLTableCellElement.h45 String axis() const;
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp194 void RenderFrameSet::layOutAxis(GridAxis& axis, const Length* grid, int availableLen) argument
198 int* gridLayout = axis.m_sizes.data();
205 int gridLen = axis.m_sizes.size();
372 int* gridDelta = axis.m_deltas.data();
382 axis.m_deltas.fill(0);
756 void RenderFrameSet::startResizing(GridAxis& axis, int position) argument
758 int split = hitTestSplit(axis, position);
759 if (split == noSplit || !axis.m_allowBorder[split] || axis.m_preventResize[split]) {
760 axis
767 continueResizing(GridAxis& axis, int position) argument
847 splitPosition(const GridAxis& axis, int split) const argument
864 hitTestSplit(const GridAxis& axis, int position) const argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
H A DSDL_sysjoystick.c154 ucNewJoystickMask = 0x0F; /* read all 4 joystick axis */
187 GAME_3POS_STRUCT * axis[4]; local
188 axis[0] = &stGameCalib.Ax;
189 axis[1] = &stGameCalib.Ay;
190 axis[2] = &stGameCalib.Bx;
191 axis[3] = &stGameCalib.By;
213 SYS_JoyData[0].axes_min[i] = axis[i]->lower;
214 SYS_JoyData[0].axes_med[i] = axis[i]->centre;
215 SYS_JoyData[0].axes_max[i] = axis[i]->upper;
218 if (joycfg.buttons>=5) SYS_JoyData[0].buttoncalc[0]=((axis[
[all...]
/external/quake/quake/src/QW/server/
H A Dworld.h46 int axis; // -1 = leaf node member in struct:areanode_s

Completed in 329 milliseconds

123456