Home
last modified time | relevance | path

Searched refs:clockwise (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dpoint_order.hpp51 clockwise = 1, enumerator
71 static const order_selector value = clockwise;
82 struct clockwise struct
84 static const order_selector value = geometry::clockwise; argument
109 : public detail::point_order::clockwise {};
113 : public detail::point_order::clockwise {};
118 : public detail::point_order::clockwise {};
122 : public detail::point_order::clockwise {};
145 : public detail::point_order::clockwise {};
149 : public detail::point_order::clockwise {};
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_rotary_test.c104 unsigned short clockwise=0,anticlockwise=0; //��־��ת���� in main() local
120 while (1&&!(clockwise&&anticlockwise)) { in main()
127 clockwise = 0x1; in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Ddo_reverse.hpp28 struct do_reverse<clockwise, false> : boost::false_type {};
31 struct do_reverse<clockwise, true> : boost::true_type {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dis_acceptable_turn.hpp48 struct acceptable_operation<Polygon, clockwise, polygon_tag>
62 struct acceptable_operation<MultiPolygon, clockwise, multi_polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dorder_as_direction.hpp30 struct order_as_direction<clockwise>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp292 bool clockwise, in result() argument
295 if (clockwise) in result()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Dbox_view.hpp107 static order_selector const value = clockwise;
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Drotary-encoder.rst57 This state is used to recognize a clockwise turn
64 This state is used to recognize a counter-clockwise turn
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dsitronix,st7586.txt13 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
H A Dilitek,ili9225.txt15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
H A Dilitek,ili9341.txt15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
H A Dhimax,hx8357d.txt15 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
H A Dmulti-inno,mi0283qt.txt17 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dring.hpp147 static const order_selector value = clockwise;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0015-camerabin2-Support-setting-default-filters.patch11 export CAMERABIN2_VIEWFINDER_FILTER="videoflip method=clockwise"
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0015-camerabin2-Support-setting-default-filters.patch11 export CAMERABIN2_VIEWFINDER_FILTER="videoflip method=clockwise"
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0015-camerabin2-Support-setting-default-filters.patch11 export CAMERABIN2_VIEWFINDER_FILTER="videoflip method=clockwise"
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Doverlay_base.dts32 spin = "clockwise";
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst109 right (clockwise when viewed from above), a negative value to the
129 position. Positive values move the camera to the right (clockwise
496 right (clockwise when viewed from above), a negative value to the
538 counter-clockwise direction to be applied to the captured images once
635 A correction of 90 degrees in counter-clockwise direction has to be
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt133 along the (z) axis if rotated clockwise, and a positive value if rotated
134 counter-clockwise according to the right-hand rule.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp58 template <typename Ring> Node* linkedList(const Ring& points, const bool clockwise);
184 Earcut<N>::linkedList(const Ring& points, const bool clockwise) { in linkedList() argument
203 if (clockwise == (sum > 0)) { in linkedList()
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsh7760fb.rst25 * Rotation works only 90degress clockwise, and only if horizontal
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvex_hull.hpp70 strategy.result(state, out, Order == clockwise, Closure != open); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp82 template <typename Ring> Node* linkedList(const Ring& points, const bool clockwise);
214 Earcut<N>::linkedList(const Ring& points, const bool clockwise) { in linkedList() argument
233 if (clockwise == (sum > 0)) { in linkedList()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c855 int clockwise; in miPolyBuildPoly() local
874 clockwise = 1; in miPolyBuildPoly()
882 clockwise = -1; in miPolyBuildPoly()
906 i = StepAround(i, clockwise, count); in miPolyBuildPoly()
907 s = StepAround(s, clockwise, count); in miPolyBuildPoly()
932 i = StepAround(i, -clockwise, count); in miPolyBuildPoly()
933 s = StepAround(s, -clockwise, count); in miPolyBuildPoly()

12