Home
last modified time | relevance | path

Searched refs:angles (Results 1 – 25 of 54) sorted by relevance

123

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dnavigation.c249 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/
Deuler_angles.inl281 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);
Deuler_angles.hpp125 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);
Dmatrix_decompose.inl136 // easier to recompose with) or Euler angles (rx, ry, rz), which
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp571 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/
DvktRayTracingDirectionTests.cpp724 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/
Dvf_deshake.c247 …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()
Ddeshake.h58 double *angles; ///< Scratch buffer for block angles member
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsemantics_traversal_test.dart230 // 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/
Devdev.c1367 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/
Dlist_wheel_viewport.dart110 /// 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/
Dpointer.dart189 /// (negative angles indicating an orientation along the top-left /
190 /// bottom-right diagonal, positive angles indicating an orientation along the
Dcanvas.dart555 /// 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/
Dpointer.dart189 /// (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/
Darc.dart111 /// axis. Positive angles turn clockwise.
125 /// Positive angles turn clockwise.
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_phase.txt30 angles.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_phase.txt30 angles.
/third_party/libinput/doc/user/
Dscrolling.rst63 exact 90-degree angles; but if the gesture moves diagonally, it is free to
/third_party/skia/gm/
Dgradients.cpp994 } angles[] = { variable
1008 for (auto angle : angles) {
/third_party/flutter/skia/gm/
Dgradients.cpp994 } angles[] = { variable
1008 for (auto angle : angles) {
/third_party/openGLES/extensions/INTEL/
DINTEL_texture_scissor.txt54 straddle texture block boundaries, for oblique viewing angles. In
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_texture_scissor.txt54 straddle texture block boundaries, for oblique viewing angles. In
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dborder_radius.dart321 /// corners will be right angles.
546 /// corners will be right angles.
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp1371 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/
DSkPathOpsDebug.cpp1393 SkTDArray<const SkOpAngle*>(angles); in debugValidateNext()
1396 angles.push_back(next); in debugValidateNext()
1401 SkASSERT_RELEASE(!angles.contains(next)); in debugValidateNext()

123