/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | converter.dart | 126 tilt: datum.tilt, 148 tilt: datum.tilt, 169 tilt: datum.tilt, 192 tilt: datum.tilt, 217 tilt: datum.tilt, 242 tilt: datum.tilt, 271 tilt: datum.tilt, 306 tilt: datum.tilt, 333 tilt: datum.tilt, 354 tilt: datum.tilt, [all …]
|
D | events.dart | 225 this.tilt = 0.0, 403 /// The tilt angle of the detected object, in radians. 409 /// 0 <= tilt <= pi/2 415 final double tilt; 502 properties.add(DoubleProperty('tilt', tilt, defaultValue: 0.0, level: DiagnosticLevel.debug)); 591 double tilt = 0.0, 609 tilt: tilt, 633 tilt: tilt, 736 double tilt = 0.0, 762 tilt: tilt, [all …]
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | events_test.dart | 57 tilt: 1.1, 84 expect(event.tilt, hover.tilt); 111 expect(event.tilt, hover.tilt); 195 tilt: 4, 221 tilt: 4, 247 tilt: 4, 273 tilt: 4, 301 tilt: 4, 329 tilt: 4, 358 tilt: 4, [all …]
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | nsper.hpp | 88 bool tilt; member 139 if (this->m_proj_parm.tilt) { in fwd() 155 if (this->m_proj_parm.tilt) { in inv() 233 proj_parm.tilt = false; in setup_nsper() 242 T const omega = pj_get_param_r<T, srs::spar::tilt>(params, "tilt", srs::dpar::tilt); in setup_tpers() 244 proj_parm.tilt = true; in setup_tpers()
|
/third_party/python/Lib/turtledemo/ |
D | round_dance.py | 48 tilt(-phi) 59 tilt(-4) 75 dancer.tilt(ta)
|
/third_party/boost/libs/hana/benchmark/ |
D | CMakeLists.txt | 14 # Check for the 'ruby-progressbar' and 'tilt' gems 15 execute_process(COMMAND ${RUBY_EXECUTABLE} -r ruby-progressbar -r tilt -e "" 20 "The 'ruby-progressbar' and/or 'tilt' gems were not found; " 22 "Use `gem install ruby-progressbar tilt` to install the missing gems.") 78 COMMAND ${RUBY_EXECUTABLE} -r tilt -r "${CMAKE_CURRENT_BINARY_DIR}/measure.rb"
|
/third_party/ffmpeg/libavcodec/ |
D | acelp_filters.c | 136 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) in ff_tilt_compensation() argument 142 samples[i] -= tilt * samples[i - 1]; in ff_tilt_compensation() 144 samples[0] -= tilt * *mem; in ff_tilt_compensation()
|
D | acelp_filters.h | 149 void ff_tilt_compensation(float *mem, float tilt, float *samples, int size);
|
D | evrcdec.c | 554 float tilt; member 579 float tilt = pfc->tilt; in postfilter() local 589 tilt = 0.0; in postfilter() 592 scratch[i] = in[i] - tilt * e->last; in postfilter()
|
D | amrwbdec.c | 864 float tilt; in find_hb_gain() local 873 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); in find_hb_gain() 875 tilt = 0; in find_hb_gain() 878 return av_clipf((1.0 - tilt) * (1.25 - 0.25 * wsp), 0.1, 1.0); in find_hb_gain()
|
/third_party/libinput/src/ |
D | evdev-tablet.c | 429 x = tablet->axes.tilt.x; in convert_tilt_to_rotation() 430 y = tablet->axes.tilt.y; in convert_tilt_to_rotation() 588 tablet->axes.tilt.x = adjust_tilt(absinfo); in tablet_update_tilt() 591 tablet->axes.tilt.y = adjust_tilt(absinfo); in tablet_update_tilt() 594 tablet->axes.tilt.x *= -1; in tablet_update_tilt() 595 tablet->axes.tilt.y *= -1; in tablet_update_tilt() 638 tablet->axes.tilt.x = 0; in tablet_update_rotation() 639 tablet->axes.tilt.y = 0; in tablet_update_rotation() 685 smooth.tilt.x += a->tilt.x; in tablet_smoothen_axes() 686 smooth.tilt.y += a->tilt.y; in tablet_smoothen_axes() [all …]
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | pointer.dart | 93 this.tilt = 0.0, 213 /// 0 <= tilt <= pi/2 219 final double tilt; 259 'tilt: $tilt, '
|
D | hooks.dart | 333 tilt: packet.getFloat64(kStride * offset++, _kFakeHostEndian),
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | pointer.dart | 93 this.tilt = 0.0, 213 /// 0 <= tilt <= pi/2 219 final double tilt; 259 'tilt: $tilt, '
|
/third_party/flutter/engine/flutter/lib/ui/window/ |
D | pointer_data.h | 78 double tilt; member
|
/third_party/libinput/tools/ |
D | libinput-record-verify-yaml.py | 588 tilt = e['tilt'] 589 self.assertTrue(isinstance(tilt, list)) 590 self.assertEqual(len(tilt), 2) 591 for t in tilt:
|
/third_party/ffmpeg/libavfilter/ |
D | vf_datascope.c | 764 float tilt; member 806 …{ "t", "set scope tilt", OOFFSET(tilt), AV_OPT_TYPE_FLOAT, {.dbl=0.5}, 0, 1, FLAG… 918 double tilt; in update_oscilloscope() local 925 tilt = (s->tilt - 0.5) * M_PI; in update_oscilloscope() 928 s->x1 = cx - size / 2.0 * cos(tilt); in update_oscilloscope() 929 s->x2 = cx + size / 2.0 * cos(tilt); in update_oscilloscope() 930 s->y1 = cy - size / 2.0 * sin(tilt); in update_oscilloscope() 931 s->y2 = cy + size / 2.0 * sin(tilt); in update_oscilloscope()
|
/third_party/libinput/doc/user/ |
D | test-suite.rst | 98 mouse-wheel-tilt 110 mouse-wheel-tilt 122 mouse-wheel-tilt
|
D | tablet-support.rst | 116 additionally provide tilt information along the x and y axis. 121 Illustration of the distance, pressure and tilt axes 131 The tilt axes provide the angle in degrees between a vertical line out of 133 y axis, respectively, a positive tilt angle thus means that the stylus' top 229 graphics application taking pressure and tilt into account. The default
|
/third_party/python/Doc/library/ |
D | turtle.rst | 170 | :func:`tilt` 848 * "tilt": number 864 ('stretchfactor', (1.0, 1.0)), ('tilt', 0.0)] 1254 .. function:: tilt(angle) 1258 Rotate the turtleshape by *angle* from its current tilt-angle, but do *not* 1267 >>> turtle.tilt(30) 1269 >>> turtle.tilt(30) 1278 regardless of its current tilt-angle. *Do not* change the turtle's heading 1299 Set or return the current tilt-angle. If angle is given, rotate the 1301 regardless of its current tilt-angle. Do *not* change the turtle's [all …]
|
/third_party/python/Lib/ |
D | turtle.py | 2864 tilt = -angle * self._degreesPerAU * self._angleOrient 2865 tilt = math.radians(tilt) % math.tau 2866 self.pen(resizemode="user", tilt=tilt) 2890 tilt = -math.degrees(self._tilt) * self._angleOrient 2891 return (tilt / self._degreesPerAU) % self._fullcircle 2895 def tilt(self, angle): member in RawTurtle
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/ |
D | 10007_7.txt | 1 …out a fan's hoax found out has some Hitchcockian moments that run on full tilt like any good old f…
|
/third_party/eudev/hwdb/ |
D | 70-mouse.hwdb | 145 # tilt along that axis. Wheel tilt is most commonly used for horizontal 148 # The vertical and horizontal Axes are independently marked as tilt axes,
|
/third_party/libinput/test/ |
D | test-tablet.c | 4280 int tilt; in START_TEST() local 4308 for (tilt = 0; tilt <= 100; tilt += 5) { in START_TEST() 4309 litest_axis_set_value(axes, ABS_TILT_X, tilt); in START_TEST() 4354 int tilt; in START_TEST() local 4382 for (tilt = 0; tilt <= 100; tilt += 5) { in START_TEST() 4383 litest_axis_set_value(axes, ABS_TILT_Y, tilt); in START_TEST()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterViewController.mm | 643 // PointerData Documentation: tilt 645 // 0 <= tilt <= pi/2 652 pointer_data.tilt = M_PI_2 - touch.altitudeAngle;
|