Searched defs:axis (Results 1 - 25 of 93) sorted by relevance

1234

/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);
H A DFunctionPattern.java46 public FunctionPattern(Expression expr, int axis, int predaxis) argument
49 super(0, null, null, axis, predaxis);
/external/eigen/demos/opengl/
H A Dtrackball.cpp24 Vector3f axis = mLastPoint3D.cross(newPoint3D).normalized(); local
30 mpCamera->rotateAroundTarget(Quaternionf(AngleAxisf(angle, axis)));
32 mpCamera->localRotate(Quaternionf(AngleAxisf(-angle, axis)));
/external/apache-xml/src/main/java/org/apache/xpath/axes/
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. */
H A DOneStepIterator.java41 /** The traversal axis from where the nodes will be filtered. */
44 /** The DTM inner traversal class, that corresponds to the super axis. */
71 * @param axis One of Axis.Child, etc., or -1 if the axis is unknown.
75 public OneStepIterator(DTMAxisIterator iterator, int axis) argument
81 m_axis = axis;
320 * Returns the axis being iterated, if it is known.
322 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings.cc28 blink::WebGamepadButton button, float axis) {
29 float value = (axis + 1.f) / 2.f;
43 // Dpad is mapped as a direction on one axis, where -1 is up and it
27 ButtonFromButtonAndAxis( blink::WebGamepadButton button, float axis) argument
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DStepBasedScroller.java44 private final Axis axis; field in class:StepBasedScroller
54 * @param axis the axis this scroller can scroll
61 public StepBasedScroller(int maxScrolls, long perScrollTimeoutMillis, Axis axis, argument
65 this.axis = axis;
72 * perScrollTimeoutMillis, vertical axis, not startFromBegining.
133 PhysicalDirection backwardDirection = converter.toPhysicalDirection(axis, BACKWARD);
H A DAccessibilityEventScrollStepStrategy.java117 if (detectEnd(event, direction.axis())) {
134 protected boolean detectEnd(AccessibilityEvent event, Axis axis) { argument
143 if (axis == Axis.VERTICAL) {
145 } else if (axis == Axis.HORIZONTAL) {
214 protected boolean detectEnd(AccessibilityEvent event, Axis axis) { argument
H A DDirection.java53 public Axis axis() {
64 public Axis axis() {
75 public Axis axis() {
86 public Axis axis() {
92 public abstract Axis axis(); method in class:Direction.PhysicalDirection
163 if (toPhysicalDirection(physicalDirection.axis(), forward) == physicalDirection) {
170 public final PhysicalDirection toPhysicalDirection(Axis axis, LogicalDirection logicalDirection) { argument
171 switch (axis) {
/external/chromium_org/cc/animation/
H A Dtransform_operation.h52 } axis; member in struct:cc::TransformOperation::__anon2636::__anon2640
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.h49 Step::Axis axis; member in struct:blink::XPath::Token
55 Token(int t, Step::Axis v): type(t), axis(v) { }
H A DXPathStep.cpp42 Step::Step(Axis axis, const NodeTest& nodeTest) argument
43 : m_axis(axis)
48 Step::Step(Axis axis, const NodeTest& nodeTest, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates) argument
49 : m_axis(axis)
158 static inline Node::NodeType primaryNodeType(Step::Axis axis) argument
160 switch (axis) {
170 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
189 if (axis == Step::AttributeAxis) {
193 // attribute axis.
203 // Node test on the namespace axis i
234 nodeMatches(EvaluationContext& evaluationContext, Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
[all...]
/external/chromium_org/third_party/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/freetype/include/
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/pdfium/core/include/thirdparties/freetype/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCellElement.cpp147 const AtomicString& HTMLTableCellElement::axis() const function in class:blink::HTMLTableCellElement
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DRotateTransformOperation.cpp34 FloatPoint3D RotateTransformOperation::axis() const function in class:blink::RotateTransformOperation
39 bool RotateTransformOperation::shareSameAxis(const RotateTransformOperation* from, const RotateTransformOperation* to, FloatPoint3D* axis, double* fromAngle, double* toAngle) argument
41 *axis = FloatPoint3D(0, 0, 1);
48 bool fromZero = !from || from->axis().isZero();
49 bool toZero = !to || to->axis().isZero();
55 *axis = to->axis();
61 *axis = from->axis();
66 FloatPoint3D fromAxis = from->axis();
105 FloatPoint3D axis; local
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.h101 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_CJKMetricsRec_
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAngleAxis.h18 * \brief Represents a 3D rotation as a rotation angle around an arbitrary 3D axis
70 /** Constructs and initialize the angle-axis rotation from an \a angle in radian
71 * and an \a axis which must be normalized. */
73 inline AngleAxis(Scalar angle, const MatrixBase<Derived>& axis) : m_axis(axis), m_angle(angle) {} argument
74 /** Constructs and initialize the angle-axis rotation from a quaternion \a q. */
76 /** Constructs and initialize the angle-axis rotation from a 3x3 rotation matrix. */
83 const Vector3& axis() const { return m_axis; } function in class:Eigen::AngleAxis
84 Vector3& axis() { return m_axis; } function in class:Eigen::AngleAxis
110 /** \returns the inverse rotation, i.e., an angle-axis wit
[all...]
/external/eigen/Eigen/src/Geometry/
H A DAngleAxis.h19 * \brief Represents a 3D rotation as a rotation angle around an arbitrary 3D axis
23 * \warning When setting up an AngleAxis object, the axis vector \b must \b be \b normalized.
73 /** Constructs and initialize the angle-axis rotation from an \a angle in radian
74 * and an \a axis which \b must \b be \b normalized.
76 * \warning If the \a axis vector is not normalized, then the angle-axis object
79 inline AngleAxis(const Scalar& angle, const MatrixBase<Derived>& axis) : m_axis(axis), m_angle(angle) {} argument
80 /** Constructs and initialize the angle-axis rotation from a quaternion \a q. */
82 /** Constructs and initialize the angle-axis rotatio
89 const Vector3& axis() const { return m_axis; } function in class:Eigen::AngleAxis
90 Vector3& axis() { return m_axis; } function in class:Eigen::AngleAxis
[all...]
/external/freetype/src/autofit/
H A Dafcjk.h103 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_CJKMetricsRec_
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java95 * over an XPath axis, though perhaps not in document order.
97 * @param axis One of Axes.ANCESTORORSELF, etc.
99 * @return A DTMAxisTraverser, or null if the given axis isn't supported.
101 public DTMAxisTraverser getAxisTraverser(final int axis) argument
113 traverser = m_traversers[axis]; // Share/reuse existing traverser
119 switch (axis) // Generate new traverser
184 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_UNKNOWN_AXIS_TYPE, new Object[]{Integer.toString(axis)})); //"Unknown axis traversal type: "+axis);
188 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_AXIS_TRAVERSER_NOT_SUPPORTED, new Object[]{Axis.getNames(axis)}));
[all...]

Completed in 2171 milliseconds

1234