HomeSort by relevance Sort by last modified time
    Searched refs:axis (Results 101 - 125 of 561) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_joystick.h 136 * Get the number of general axis controls on a joystick.
178 * Get the current state of an axis control on a joystick.
182 * The axis indices start at index 0.
185 int axis);
222 * Get the ball axis change since the last poll.
  /prebuilts/misc/windows/sdl2/include/
SDL_joystick.h 136 * Get the number of general axis controls on a joystick.
178 * Get the current state of an axis control on a joystick.
182 * The axis indices start at index 0.
185 int axis);
222 * Get the ball axis change since the last poll.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_joystick.h 136 * Get the number of general axis controls on a joystick.
178 * Get the current state of an axis control on a joystick.
182 * The axis indices start at index 0.
185 int axis);
222 * Get the ball axis change since the last poll.
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 15 from firmware_constants import AXIS
18 # Define AbsAxis class with axis attributes: min, max, and resolution
35 self.axes = {AXIS.X: self.axis_x, AXIS.Y: self.axis_y}
90 """Get the resolutions in x and y axis of the device."""
176 def pixel_to_mm_single_axis(self, value_pixel, axis):
178 value_mm = float(value_pixel - axis.min) / axis.resolution
  /external/freetype/src/autofit/
afhints.h 76 * approximately aligned along a coordinate axis. The analysis to do
352 AF_AxisHintsRec axis[AF_DIMENSION_MAX]; member in struct:AF_GlyphHintsRec_
416 af_axis_hints_new_segment( AF_AxisHints axis,
421 af_axis_hints_new_edge( AF_AxisHints axis,
aflatin.h 113 AF_LatinAxisRec axis[AF_DIMENSION_MAX]; member in struct:AF_LatinMetricsRec_
  /external/skia/src/core/
SkGlyphCache.h 81 /** If the advance axis intersects the glyph's path, append the positions scaled and offset
220 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
222 static void AddQuad(const SkPoint pts[2], SkScalar axis, bool yAxis,
224 static void AddCubic(const SkPoint pts[3], SkScalar axis, bool yAxis,
SkGlyphCache.cpp 262 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
264 SkScalar t = yAxis ? (axis - pts[0].fX) / (pts[1].fX - pts[0].fX)
265 : (axis - pts[0].fY) / (pts[1].fY - pts[0].fY);
272 void SkGlyphCache::AddQuad(const SkPoint pts[3], SkScalar axis, bool yAxis,
277 int count = yAxis ? quad.verticalIntersect(axis, roots)
278 : quad.horizontalIntersect(axis, roots);
285 void SkGlyphCache::AddCubic(const SkPoint pts[4], SkScalar axis, bool yAxis,
290 int count = yAxis ? cubic.verticalIntersect(axis, roots)
291 : cubic.horizontalIntersect(axis, roots);
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 60 AxisHelper axis(env, axisObject);
61 variations.push_back(minikin::FontVariation(axis.getTag(), axis.getStyleValue()));
FontFamily.cpp 100 uirenderer::FatVector<SkFontMgr::FontParameters::Axis, 2> skiaAxes;
101 for (const auto& axis : builder->axes) {
102 skiaAxes.emplace_back(SkFontMgr::FontParameters::Axis{axis.axisTag, axis.value});
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 59 static uint32_t getAbsAxisUsage(int32_t axis, uint32_t deviceClasses) {
62 switch (axis) {
87 // External stylus gets the pressure axis
89 if (axis == ABS_PRESSURE) {
  /external/freetype/src/truetype/
ttgxvar.c 357 FT_TRACE5(( " axis %d:\n", i ));
874 GX_AxisCoords axis = itemStore->varRegionList[regionIndex].axisList; local
878 for ( j = 0; j < itemStore->axisCount; j++, axis++ )
883 /* compute the scalar contribution of this axis; */
885 if ( axis->startCoord > axis->peakCoord ||
886 axis->peakCoord > axis->endCoord )
889 else if ( axis->startCoord < 0 &&
890 axis->endCoord > 0 &
    [all...]
  /external/python/cpython2/Tools/pynche/
StripViewer.py 9 axis of the currently selected color. So for example, if the color is
19 the selected chip, which includes the value along that particular axis.
174 axis = None,
180 self.__axis = axis
337 axis=0,
343 axis=1,
349 axis=2,
  /external/trappy/trappy/stats/
grammar.py 434 return pd.concat(data, axis=1).swaplevel(0, 1, axis=1)
443 [column]]}, axis=1).swaplevel(0, 1, axis=1)
468 [self._agg_df, data_frame], axis=1)
  /external/autotest/client/cros/audio/
audio_quality_measurement.py 159 axis = -1
160 N = x.shape[axis]
164 Xf = numpy.fft.fft(x, N, axis=axis)
175 ind[axis] = slice(None)
177 x = numpy.fft.ifft(Xf * h, axis=axis)
    [all...]
  /frameworks/ml/nn/common/
OperationsUtils.cpp 347 int32_t axis,
354 NN_OPS_CHECK(axis >= 0);
355 NN_OPS_CHECK(axis < (int32_t)num_dimensions);
357 int sum_axis = getSizeOfDimension(inputShapes[0], axis);
366 if (d == axis) {
367 sum_axis += getSizeOfDimension(inputShapes[i], axis);
377 output->dimensions[axis] = sum_axis;
  /frameworks/native/services/inputflinger/
EventHub.cpp 106 uint32_t getAbsAxisUsage(int32_t axis, uint32_t deviceClasses) {
109 switch (axis) {
134 // External stylus gets the pressure axis
136 if (axis == ABS_PRESSURE) {
301 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis,
305 if (axis >= 0 && axis <= ABS_MAX) {
309 if (device && device->hasValidFd() && test_bit(axis, device->absBitmask)) {
311 if(ioctl(device->fd, EVIOCGABS(axis), &info)) {
313 axis, device->identifier.name.string(), device->fd, errno)
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_3_sensors.md 84 * Device implementations SHOULD include a 3-axis accelerometer.
86 include a 3-axis accelerometer.
88 include a 3-axis accelerometer.
90 include a 3-axis accelerometer.
94 If Handheld device implementations include a 3-axis accelerometer, they:
98 If Automotive device implementations include a 3-axis accelerometer, they:
105 If device implementations include a 3-axis accelerometer, they:
115 gravity(4g) or more on any axis.
118 the standard deviation should be calculated on a per axis basis on samples
138 If device implementations include a 3-axis accelerometer and any of th
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorManagerStaticTest.java 299 // by rotate local y axis around -x axis by incline angle. However, I matrix is
345 assertFalse("getRotationMatrix does not fail when it supposed to fail (singular axis)",
402 // test if multiple rotation (total 2pi) about an axis result in identity
443 // test if rotation about trival axis works
446 int axis = (i % 3) + 1; local
451 v[axis - 1] = (float) Math.sin(theta / 2.f);
453 v[axis-1] = -v[axis-1];
457 R = mat9Rot(axis, theta)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 95 * 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)
108 m_traversers = new DTMAxisTraverser[Axis.getNamesLength()];
113 traverser = m_traversers[axis]; // Share/reuse existing traverser
119 switch (axis) // Generate new traverser
121 case Axis.ANCESTOR :
124 case Axis.ANCESTORORSELF :
127 case Axis.ATTRIBUTE
    [all...]
  /external/trappy/tests/
test_ftrace.py 263 _, axis = matplotlib.pyplot.subplots(nrows=2)
264 trace.plot_freq_hists(self.map_label, axis)
291 _, axis = matplotlib.pyplot.subplots(nrows=2)
293 trace.plot_allfreqs(self.map_label, ax=axis)
307 _, axis = matplotlib.pyplot.subplots(nrows=1)
309 trace.plot_allfreqs(map_label, ax=[axis])
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 314 * Get centered position for axis input by considering flat area.
318 * @param axis
321 private float getCenteredAxis(MotionEvent event, InputDevice device, int axis) {
322 InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
326 // bounding the joystick axis center.
329 float value = event.getAxisValue(axis);
331 // Ignore axis values that are within the 'flat' region of the
332 // joystick axis center.
  /external/skia/tests/
TypefaceTest.cpp 103 // The position may be over specified. If there are multiple values for a given axis,
124 REPORTER_ASSERT(reporter, positionRead[0].axis == position[1].axis);
165 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t'));
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java 60 * C parameter is the required axis (XYZ) of the sensor: 0 = No axis, 1 = X, 2 = Y, 3 = X+Y, 4 = Z,
184 @RpcParameter(name = "axis", description = "0 = No axis, 1 = X, 2 = Y, 3 = X+Y, 4 = Z, 5= X+Z, 6 = Y+Z, 7 = X+Y+Z") Integer axis) {
186 mXAxis = axis & 1;
187 mYAxis = axis & 2;
188 mZAxis = axis & 4;
230 @Rpc(description = "Returns the most recently received accelerometer values.", returns = "a List of Floats [(acceleration on the) X axis, Y axis, Z axis]."
    [all...]

Completed in 1144 milliseconds

1 2 3 45 6 7 8 91011>>