HomeSort by relevance Sort by last modified time
    Searched defs:Axis (Results 1 - 11 of 11) sorted by null

  /external/skia/include/effects/
SkColorMatrix.h 34 enum Axis {
39 void setRotate(Axis, SkScalar degrees);
40 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
41 void preRotate(Axis, SkScalar degrees);
42 void postRotate(Axis, SkScalar degrees);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 19 * $Id: Axis.java 468653 2006-10-28 07:07:05Z minchau $
30 public final class Axis
34 * 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
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathStep.h 45 enum Axis {
79 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
86 Axis axis() const { return m_axis; } function in class:WebCore::XPath::Step
97 Axis m_axis;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 23 import org.apache.xml.dtm.Axis;
43 /** The axis for this test. */
53 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
56 public StepPattern(int whatToShow, String namespace, String name, int axis,
62 m_axis = axis;
70 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
73 public StepPattern(int whatToShow, int axis, int axisForPredicate)
78 m_axis = axis;
    [all...]
  /external/freetype/src/autofit/
aflatin.c 65 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[dim] 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...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 104 * If alignment was defined along a given axis then the component
233 final Axis horizontalAxis = new Axis(true);
234 final Axis verticalAxis = new Axis(false);
588 Axis axis = horizontal ? horizontalAxis : verticalAxis; local
590 boolean isAtEdge = leading ? (span.min == 0) : (span.max == axis.getCount());
607 Axis axis = horizontal ? horizontalAxis : verticalAxis local
655 final Axis axis = horizontal ? horizontalAxis : verticalAxis; local
874 Axis axis = horizontal ? horizontalAxis : verticalAxis; local
    [all...]
  /frameworks/base/services/input/
InputReader.h 616 /* Raw axis information from the driver. */
848 status_t getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo);
851 const RawAbsoluteAxisInfo& axis, const char* name);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 340 milliseconds