HomeSort by relevance Sort by last modified time
    Searched defs:Axis (Results 1 - 7 of 7) 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);
  /dalvik/libcore/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/WebCore/xml/
XPathStep.h 44 enum Axis {
77 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
84 Axis axis() const { return m_axis; } function in class:WebCore::XPath::Step
95 Axis m_axis;
  /dalvik/libcore/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 50 metrics->axis[AF_DIMENSION_HORZ].width_count = 0;
51 metrics->axis[AF_DIMENSION_VERT].width_count = 0;
86 AF_LatinAxis axis = &metrics->axis[dim]; local
87 AF_AxisHints axhints = &hints->axis[dim];
118 axis->widths[ num_widths++ ].org = dist;
122 af_sort_widths( num_widths, axis->widths );
123 axis->width_count = num_widths;
129 AF_LatinAxis axis = &metrics->axis[dim] local
175 AF_LatinAxis axis = &metrics->axis[AF_DIMENSION_VERT]; local
495 AF_LatinAxis axis; local
662 AF_AxisHints axis = &hints->axis[dim]; local
881 AF_AxisHints axis = &hints->axis[dim]; local
967 AF_AxisHints axis = &hints->axis[dim]; local
1267 AF_AxisHints axis = &hints->axis[ AF_DIMENSION_VERT ]; local
1497 AF_LatinAxis axis = & metrics->axis[dim]; local
1703 AF_AxisHints axis = &hints->axis[dim]; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/jdiff/
xerces.jar 

Completed in 309 milliseconds