Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 25 of 113) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml92 property variant box: QtPositioning.rectangle(tl, br)
100 property variant listBox: QtPositioning.rectangle(coordinates)
101 property variant listBox2: QtPositioning.rectangle(coordinates2)
102 property variant listBox3: QtPositioning.rectangle(coordinates3)
103 property variant listBox4: QtPositioning.rectangle(coordinates4)
104 property variant listBox5: QtPositioning.rectangle(coordinates5)
106 property variant widthBox: QtPositioning.rectangle(inside, 1, 1);
139 … { tag: "box equal", shape1: box, shape2: QtPositioning.rectangle(tl, br), result: true },
140 …{ tag: "box not equal", shape1: box, shape2: QtPositioning.rectangle([inside, outside]), result: f…
142 …{ tag: "invalid rectangle", shape1: QtPositioning.rectangle(), shape2: QtPositioning.rectangle(), …
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst33 corner at position ``(0,0)``. The rectangle's coordinates are expressed
36 The top left corner, width and height of the source rectangle, that is
43 Each capture device has a default source rectangle, given by the
44 ``V4L2_SEL_TGT_CROP_DEFAULT`` target. This rectangle shall cover what the
46 active crop rectangle to the default when the driver is first loaded,
51 coordinates are expressed in pixels. The rectangle's top/left corner
56 controlled by the ``V4L2_SEL_TGT_COMPOSE`` target. The rectangle's
58 bounds rectangle. The composing rectangle must lie completely inside
59 bounds rectangle. The driver must adjust the composing rectangle to fit
65 For capture devices the default composing rectangle is queried using
[all …]
H A Dvidioc-g-selection.rst40 To query the cropping (composing) rectangle set struct
50 cropping (composing) is not supported then the active rectangle is not
51 mutable and it is always equal to the bounds rectangle. Finally, the
52 struct :c:type:`v4l2_rect` ``r`` rectangle is filled with
58 To change the cropping (composing) rectangle set the struct
64 targets. The struct :c:type:`v4l2_rect` ``r`` rectangle need
68 requested rectangle. An application may introduce constraints to control
72 - ``0`` - The driver can adjust the rectangle size freely and shall
73 choose a crop/compose rectangle as close as possible to the requested
77 rectangle. The original rectangle must lay inside the adjusted one.
[all …]
H A Dv4l2-selection-targets.rst28 - Crop rectangle. Defines the cropped area.
33 - Suggested cropping rectangle that covers the "whole picture".
40 - Bounds of the crop rectangle. All valid crop rectangles fit inside
41 the crop bounds rectangle.
52 - Compose rectangle. Used to configure scaling and composition.
57 - Suggested composition rectangle that covers the "whole picture".
62 - Bounds of the compose rectangle. All valid compose rectangles fit
63 inside the compose bounds rectangle.
H A Ddev-subdev.rst238 compose selection rectangle
306 values, as well as the compose rectangle on the scaler's sink pad.
316 propagates the size to the compose selection rectangle on the
320 rectangle of the scaler's sink pad 1280x960. The driver propagates
344 Crop settings are defined by a crop rectangle and represented in a
346 left corner and the rectangle size. Both the coordinates and sizes are
354 from the previous block in the pipeline, and the crop rectangle
364 rectangle on the subdev's sink pad is scaled to the size configured
373 COMPOSE rectangle on the sink pad. In both sink and source pads, the
374 crop rectangle must be entirely contained inside the source image size
[all …]
H A Dvidioc-subdev-g-crop.rst13 VIDIOC_SUBDEV_G_CROP - VIDIOC_SUBDEV_S_CROP - Get or set the crop rectangle on a subdev pad
44 To retrieve the current crop rectangle applications set the ``pad``
53 To change the current crop rectangle applications set both the ``pad``
56 structure. The driver verifies the requested crop rectangle, adjusts it
75 rectangle doesn't match the device capabilities. They must instead
76 modify the rectangle to match what the hardware can provide. The
93 - Crop rectangle to get or set, from enum
97 - Crop rectangle boundaries, in pixels.
111 The crop rectangle can't be changed because the pad is currently
H A Dvidioc-cropcap.rst65 areas. The cropping rectangle cannot exceed these limits. Width
71 - Default cropping rectangle, it shall cover the "whole picture".
73 rectangle for NTSC, a 768 × 576 rectangle for PAL and SECAM
108 - Horizontal offset of the top, left corner of the rectangle, in
112 - Vertical offset of the top, left corner of the rectangle, in
116 - Width of the rectangle, in pixels.
119 - Height of the rectangle, in pixels.
H A Dcrop.rst86 The top left corner, width and height of the source rectangle, that is
91 ioctls to get and set this rectangle. It must lie completely within the
95 Each capture device has a default source rectangle, given by the
97 :c:type:`v4l2_cropcap`. The center of this rectangle
100 Drivers shall reset the source rectangle to the default when the driver
104 defining the *target* rectangle where the images will be inserted into
115 struct :c:type:`v4l2_crop` rectangle may have to be aligned,
123 Applications can change the source or the target rectangle first, as
126 limitations, the last requested rectangle shall take priority, and the
129 the driver state and therefore only adjust the requested rectangle.
[all …]
H A Dvidioc-g-crop.rst13 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle
38 To query the cropping rectangle size and position applications set the
44 To change the cropping rectangle applications initialize the ``type``
53 offset of the cropping rectangle to frame lines modulo two, such that
56 Second the driver adjusts the image size (the opposite rectangle of the
89 - Cropping rectangle. The same co-ordinate system as for struct
H A Dv4l2-selection-flags.rst24 - Suggest the driver it should choose greater or equal rectangle (in
28 closest possible rectangle.
33 - Suggest the driver it should choose lesser or equal rectangle (in
H A Dvidioc-subdev-g-selection.rst59 will return a rectangle that contain all possible actual rectangles.
89 - Target selection rectangle. See :ref:`v4l2-selections-common`.
95 - Selection rectangle, in pixels.
109 The selection rectangle can't be changed because the pad is
H A Ddev-osd.rst110 rectangle selects a subsection of the framebuffer image to be overlaid,
111 the target rectangle an area in the outgoing video signal where the
118 source rectangle, its position in the framebuffer and the
127 To program the source rectangle applications set the ``type`` field of a
138 of the target rectangle. The scaling factor of the overlay is implied by
H A Ddev-overlay.rst143 of the cropping rectangle. For more information see :ref:`crop`.
255 Coordinates of the clipping rectangle, relative to the top, left
260 Pointer to the next clipping rectangle, ``NULL`` when this is the last
261 rectangle. Drivers ignore this field, it cannot be used to pass a
271 Horizontal offset of the top, left corner of the rectangle, in
275 Vertical offset of the top, left corner of the rectangle, in pixels.
279 Width of the rectangle, in pixels.
282 Height of the rectangle, in pixels.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h100 bool contains(const QGeoRectangle &rectangle) const;
101 Q_INVOKABLE bool intersects(const QGeoRectangle &rectangle) const;
107 Q_INVOKABLE QGeoRectangle united(const QGeoRectangle &rectangle) const;
108 QGeoRectangle operator|(const QGeoRectangle &rectangle) const;
109 QGeoRectangle &operator|=(const QGeoRectangle &rectangle);
120 inline QGeoRectangle QGeoRectangle::operator|(const QGeoRectangle &rectangle) const
122 return united(rectangle);
H A Dqgeorectangle.cpp666 bool QGeoRectangle::contains(const QGeoRectangle &rectangle) const in contains()
670 return (d->contains(rectangle.topLeft()) in contains()
671 && d->contains(rectangle.topRight()) in contains()
672 && d->contains(rectangle.bottomLeft()) in contains()
673 && d->contains(rectangle.bottomRight())); in contains()
683 bool QGeoRectangle::intersects(const QGeoRectangle &rectangle) const in intersects()
692 double left2 = rectangle.d_func()->topLeft.longitude(); in intersects()
693 double right2 = rectangle.d_func()->bottomRight.longitude(); in intersects()
694 double top2 = rectangle.d_func()->topLeft.latitude(); in intersects()
695 double bottom2 = rectangle.d_func()->bottomRight.latitude(); in intersects()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.h79 Q_INVOKABLE QGeoRectangle rectangle() const;
80 Q_INVOKABLE QGeoRectangle rectangle(const QGeoCoordinate &center,
82 Q_INVOKABLE QGeoRectangle rectangle(const QGeoCoordinate &topLeft,
84 Q_INVOKABLE QGeoRectangle rectangle(const QVariantList &coordinates) const;
H A Dlocationsingleton.cpp131 QGeoRectangle LocationSingleton::rectangle() const in rectangle() function in LocationSingleton
144 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &center, in rectangle() function in LocationSingleton
158 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &topLeft, in rectangle() function in LocationSingleton
172 QGeoRectangle LocationSingleton::rectangle(const QVariantList &coordinates) const in rectangle() function in LocationSingleton
H A Dplugins.qmltypes33 Method { name: "rectangle"; type: "QGeoRectangle" }
35 name: "rectangle"
42 name: "rectangle"
48 name: "rectangle"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem.cpp365 const QGeoRectangle rectangle = m_rectangle.boundingGeoRectangle(); in setGeoShape() local
366 const bool tlHasChanged = rectangle.topLeft() != m_rectangle.topLeft(); in setGeoShape()
367 const bool brHasChanged = rectangle.bottomRight() != m_rectangle.bottomRight(); in setGeoShape()
368 m_rectangle = rectangle; in setGeoShape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodereplyosm.cpp169 QGeoRectangle rectangle; in networkReplyFinished() local
174 rectangle.setTopLeft(QGeoCoordinate(a.at(1).toString().toDouble(), in networkReplyFinished()
176 rectangle.setBottomRight(QGeoCoordinate(a.at(0).toString().toDouble(), in networkReplyFinished()
183 location.setBoundingBox(rectangle); in networkReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_fit_viewport.qml100 property variant fitRect: QtPositioning.rectangle(QtPositioning.coordinate(80, 80),
102 property variant fitEmptyRect: QtPositioning.rectangle(QtPositioning.coordinate(79, 79),-1, -1)
371 //Circle should be visible, not rectangle
455 verify(!is_coord_on_screen(data.topLeft),"rectangle visible")
456 verify(!is_coord_on_screen(data.bottomRight),"rectangle visible")
457 map.visibleRegion = QtPositioning.rectangle(data.topLeft,data.bottomRight)
458 verify(is_coord_on_screen(data.topLeft),"rectangle not visible")
459 verify(is_coord_on_screen(data.bottomRight),"rectangle not visible")
465 { tag: "rectangle 1",
468 { tag: "rectangle 2",
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch39 - <rectangle val="28.67,32.93;30.37,34.63"/>
40 + <rectangle val="28.67,32.93;30.37,34.62"/>
48 - <rectangle val="28.67,32.93;30.37,34.63"/>
49 + <rectangle val="28.67,32.93;30.37,34.62"/>
57 - <rectangle val="28.67,32.93;30.37,34.63"/>
58 + <rectangle val="28.67,32.93;30.37,34.62"/>
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0019-gl-wayland-Honor-render-rectangle-for-toplevel-windo.patch4 Subject: [PATCH 19/20] gl: wayland: Honor render-rectangle for toplevel window
7 gst-launch-1.0 videotestsrc ! glimagesink render-rectangle='<100,200,300,400>'
H A D0018-gl-x11-Honor-render-rectangle-for-toplevel-window.patch4 Subject: [PATCH 18/20] gl: x11: Honor render-rectangle for toplevel window
7 gst-launch-1.0 videotestsrc ! glimagesink render-rectangle='<100,200,300,400>'
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dinputcontext.h61 void setKeyboardRectangle(QRectF rectangle);
63 void setPreviewRectangle(QRectF rectangle);

12345