HomeSort by relevance Sort by last modified time
    Searched defs:axis (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/base/tools/aapt/
ResourceFilter.cpp 30 int axis; local
32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) {
45 ssize_t index = mData.indexOfKey(axis);
47 mData.add(axis, SortedVector<uint32_t>());
49 SortedVector<uint32_t>& sv = mData.editValueFor(axis);
53 if (axis == AXIS_LANGUAGE) {
73 ResourceFilter::match(int axis, uint32_t value) const
79 ssize_t index = mData.indexOfKey(axis);
81 // we didn't request anything on this axis so take everything
89 ResourceFilter::match(int axis, const ResTable_config& config) cons
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 23 import org.apache.xml.dtm.Axis;
104 int axis = walker.getAxis(); local
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 ||
    [all...]
AxesWalker.java 50 public AxesWalker(LocPathIterator locPathIterator, int axis)
53 m_axis = axis;
205 int axis = getAxis(); local
206 int bit = WalkerFactory.getAnalysisBitFromAxes(axis);
501 * Returns the axis being iterated, if it is known.
503 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
585 /** The traversal axis from where the nodes will be filtered. */
588 /** The DTM inner traversal class, that corresponds to the super axis. */
LocPathIterator.java 122 int axis = getAxis(); local
123 int bit = WalkerFactory.getAnalysisBitFromAxes(axis);
1007 * Returns the axis being iterated, if it is known.
1009 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 23 import org.apache.xml.dtm.Axis;
41 public ContextMatchStepPattern(int axis, int paxis)
43 super(DTMFilter.SHOW_ALL, axis, paxis);
99 int axis = m_axis; local
101 boolean needToTraverseAttrs = WalkerFactory.isDownwardAxisOfMany(axis);
105 if((Axis.PRECEDING == axis) && iterRootIsAttr)
107 axis = Axis.PRECEDINGANDANCESTOR;
110 traverser = dtm.getAxisTraverser(axis);
    [all...]
  /system/media/wilhelm/src/itf/
I3DLocation.c 220 SLVec3D axis = *pAxis; local
221 // NTH Check that axis is not (close to) zero vector, length does not matter
231 thiz->mAxis = axis;
I3DMacroscopic.c 129 SLVec3D axis = *pAxis; local
130 // NTH Check that axis is not (close to) zero vector, length does not matter
136 thiz->mAxis = axis;
  /external/freetype/include/freetype/
ftmm.h 44 /* 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's name. *
215 FT_Var_Axis* axis; member in struct:FT_MM_Var_
    [all...]
  /external/quake/quake/src/QW/server/
world.h 46 int axis; // -1 = leaf node member in struct:areanode_s
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 142 String HTMLTableCellElement::axis() const function in class:WebCore::HTMLTableCellElement
  /external/webkit/Source/WebCore/xml/
XPathParser.h 50 Step::Axis axis; member in struct:WebCore::XPath::Token
56 Token(int t, Step::Axis v): type(t), axis(v) {}
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;
XPathParser.cpp 57 typedef HashMap<String, Step::Axis> AxisNamesMap;
80 Step::Axis axis; member in struct:WebCore::XPath::AxisName
98 axisNames.set(axisNameList[i].name, axisNameList[i].axis);
101 static bool isAxisName(const String& name, Step::Axis& type)
353 // Any chance it's an axis name?
357 //It might be an axis name.
358 Step::Axis axis; local
359 if (isAxisName(name, axis))
    [all...]
  /frameworks/base/include/ui/
KeyLayoutMap.h 29 // Axis value is reported directly.
31 // Axis value should be inverted before reporting.
33 // Axis value should be split into two axes
37 // Axis mode.
40 // Axis id.
41 // When split, this is the axis used for values smaller than the split position.
42 int32_t axis; member in struct:android::AxisInfo
44 // When split, this is the axis used for values after higher than the split position.
53 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
  /external/freetype/src/autofit/
afcjk.h 101 AF_CJKAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_CJKMetricsRec_
afwarp.c 168 AF_AxisHints axis; local
199 axis = &hints->axis[dim];
200 segments = axis->segments;
201 num_segments = axis->num_segments;
aflatin.h 121 AF_LatinAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_LatinMetricsRec_
afloader.c 188 AF_AxisHints axis = &hints->axis[AF_DIMENSION_HORZ]; local
189 AF_Edge edge1 = axis->edges; /* leftmost edge */
191 axis->num_edges - 1; /* rightmost edge */
194 if ( axis->num_edges > 1 && AF_HINTS_DO_ADVANCE( hints ) )
  /external/oprofile/libpp/
arrange_profiles.h 121 * The "axis" says what we've used to split the sample
150 /// the axis of the classes
151 axis_types axis; member in struct:profile_classes
  /external/skia/src/utils/
SkCamera.cpp 275 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.fZ) - SkUnitScalarMul(z, cross.fZ))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 154 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[2]->lower+axis[3]->centre)>>1)
    [all...]
  /frameworks/base/core/java/android/view/
InputDevice.java 368 * Gets information about the range of values for a particular {@link MotionEvent} axis.
369 * If the device supports multiple sources, the same axis may have different meanings
370 * for each source. Returns information about the first axis found for any source.
371 * To obtain information about the axis for a specific source, use
374 * @param axis The axis constant.
375 * @return The range of values, or null if the requested axis is not
382 public MotionRange getMotionRange(int axis) {
386 if (range.mAxis == axis) {
394 * Gets information about the range of values for a particular {@link MotionEvent} axis
542 int axis = in.readInt(); local
    [all...]
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 37 * navigation axis, or reordering the navigation axis, or changing
39 * a given key this class is navigation axis agnostic. It is only
40 * aware of one navigation axis which is in fact the default behavior
75 // the default WebView behavior abstracted as a navigation axis
88 // the current traversal axis
145 int axis = binding.getFirstArgument(i); local
147 setCurrentAxis(axis, sendEvent, contentDescription);
170 axis = binding.getSecondArgument(i);
172 traverseGivenAxis(direction, axis, sendEvent, contentDescription)
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayGraph.java 25 import org.jfree.chart.axis.AxisLocation;
26 import org.jfree.chart.axis.NumberAxis;
299 // put a new axis label, and configure it.
300 NumberAxis axis = new NumberAxis(type.toString()); local
304 axis.setAutoRange(false);
305 axis.setRange(0., 100.);
314 xyPlot.setRangeAxis(count, axis);
321 // now we link the dataset and the axis
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 239 final int axis = mAxes[i]; local
240 final float value = event.getAxisValue(axis);
242 message.append(" ").append(MotionEvent.axisToString(axis)).append(": ");
246 message.append(event.getHistoricalAxisValue(axis, historyPos));
335 final int axis = state.getAxis(i); local
336 final int id = BASE_ID_AXIS_ITEM | axis;
339 column = new TextColumn(id, MotionEvent.axisToString(axis));

Completed in 1777 milliseconds

1 2 3