/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | navigation.c | 249 guint angle, angles; in GST_START_TEST() local 256 &angles)); in GST_START_TEST() 258 fail_unless (angles == 5); in GST_START_TEST() 293 guint angle, angles; in GST_START_TEST() local 299 fail_unless (gst_navigation_query_parse_angles (q, &angle, &angles)); in GST_START_TEST() 301 fail_unless (angles == 8); in GST_START_TEST() 303 fail_unless (gst_navigation_query_parse_angles (q, NULL, &angles)); in GST_START_TEST()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | euler_angles.inl | 281 tvec3<T, P> const & angles argument 284 return tmat3x3<T, P>(yawPitchRoll(angles.z, angles.x, angles.y)); 290 tvec3<T, P> const & angles argument 293 return yawPitchRoll(angles.z, angles.x, angles.y);
|
D | euler_angles.hpp | 125 GLM_FUNC_DECL tmat3x3<T, P> orientate3(tvec3<T, P> const & angles); 130 GLM_FUNC_DECL tmat4x4<T, P> orientate4(tvec3<T, P> const & angles);
|
D | matrix_decompose.inl | 136 // easier to recompose with) or Euler angles (rx, ry, rz), which
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryDirectionTests.cpp | 571 const auto angles = rotationAngles[rotationIdx]; in createDirectionLengthTests() local 583 angles.first, // float rotationX; in createDirectionLengthTests() 584 angles.second, // float rotationY; in createDirectionLengthTests() 644 const auto angles = rotationAngles[rotationIdx]; in createInsideAABBsTests() local 655 angles.first, // float rotationX; in createInsideAABBsTests() 656 angles.second, // float rotationY; in createInsideAABBsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 724 const auto angles = rotationAngles[rotationIdx]; in createDirectionLengthTests() local 736 angles.first, // float rotationX; in createDirectionLengthTests() 737 angles.second, // float rotationY; in createDirectionLengthTests() 816 const auto angles = rotationAngles[rotationIdx]; in createInsideAABBsTests() local 827 angles.first, // float rotationX; in createInsideAABBsTests() 828 angles.second, // float rotationY; in createInsideAABBsTests()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake.c | 247 …av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize)… in find_motion() 270 deshake->angles[pos++] = block_angle(x, y, 0, 0, &mv); in find_motion() 282 t->angle = clean_mean(deshake->angles, pos); in find_motion() 404 av_freep(&deshake->angles); in uninit()
|
D | deshake.h | 58 double *angles; ///< Scratch buffer for block angles member
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_traversal_test.dart | 230 // vector pointing from A to B. We test different angles, one for each octant: 244 // For LTR, angles falling into octants 3, 4, 5, and 6, produce A -> B, all 247 // For RTL, angles falling into octants 5, 6, 7, and 0, produce A -> B, all
|
/third_party/libinput/src/ |
D | evdev.c | 1367 struct wheel_angle angles; in evdev_read_wheel_click_props() local 1374 if (evdev_read_wheel_click_count_prop(device, wheel_count, &angles.y) || in evdev_read_wheel_click_props() 1375 evdev_read_wheel_click_prop(device, wheel_angle, &angles.y)) { in evdev_read_wheel_click_props() 1377 "wheel: vert click angle: %.2f\n", angles.y); in evdev_read_wheel_click_props() 1379 if (evdev_read_wheel_click_count_prop(device, hwheel_count, &angles.x) || in evdev_read_wheel_click_props() 1380 evdev_read_wheel_click_prop(device, hwheel_angle, &angles.x)) { in evdev_read_wheel_click_props() 1382 "wheel: horizontal click angle: %.2f\n", angles.y); in evdev_read_wheel_click_props() 1384 angles.x = angles.y; in evdev_read_wheel_click_props() 1387 return angles; in evdev_read_wheel_click_props()
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | list_wheel_viewport.dart | 110 /// The wheel's size and the maximum and minimum visible angles are both 113 /// evenly laid out between the maximum and minimum angles determined by 115 /// diameter is [diameterRatio] times longer, as long as those angles are 121 /// arcsin(1/2) angles. 240 /// A value larger than 1 means angles less than ±[pi] / 2 from the 247 /// angles up to ±[pi] / 2. 812 // suitable angles (via _first/lastVisibleLayoutOffset) reach the paint
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | pointer.dart | 189 /// (negative angles indicating an orientation along the top-left / 190 /// bottom-right diagonal, positive angles indicating an orientation along the
|
D | canvas.dart | 555 /// angles going clockwise around the oval. If useCenter is true, the arc is 1283 /// angles going clockwise around the oval. 1335 // clockwise is false if arc sweeps through decreasing angles or true 1336 // if sweeping through increasing angles. 1497 /// rectangle and with positive angles going clockwise around the
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | pointer.dart | 189 /// (negative angles indicating an orientation along the top-left / 190 /// bottom-right diagonal, positive angles indicating an orientation along the
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | arc.dart | 111 /// axis. Positive angles turn clockwise. 125 /// Positive angles turn clockwise.
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_phase.txt | 30 angles.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_phase.txt | 30 angles.
|
/third_party/libinput/doc/user/ |
D | scrolling.rst | 63 exact 90-degree angles; but if the gesture moves diagonally, it is free to
|
/third_party/skia/gm/ |
D | gradients.cpp | 994 } angles[] = { variable 1008 for (auto angle : angles) {
|
/third_party/flutter/skia/gm/ |
D | gradients.cpp | 994 } angles[] = { variable 1008 for (auto angle : angles) {
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_texture_scissor.txt | 54 straddle texture block boundaries, for oblique viewing angles. In
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_texture_scissor.txt | 54 straddle texture block boundaries, for oblique viewing angles. In
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | border_radius.dart | 321 /// corners will be right angles. 546 /// corners will be right angles.
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1371 SkTDArray<const SkOpAngle*>(angles); in debugValidateNext() 1374 angles.push_back(next); in debugValidateNext() 1379 SkASSERT_RELEASE(!angles.contains(next)); in debugValidateNext()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1393 SkTDArray<const SkOpAngle*>(angles); in debugValidateNext() 1396 angles.push_back(next); in debugValidateNext() 1401 SkASSERT_RELEASE(!angles.contains(next)); in debugValidateNext()
|