Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/
H A Dtst_qgeopolygon.cpp78 QList<QGeoCoordinate> coords; in listConstructor() local
79 coords.append(QGeoCoordinate(1,1)); in listConstructor()
80 coords.append(QGeoCoordinate(2,2)); in listConstructor()
81 QGeoPolygon p2(coords); in listConstructor()
87 coords.append(QGeoCoordinate(3,0)); in listConstructor()
89 QGeoPolygon p(coords); in listConstructor()
96 for (const QGeoCoordinate &c : coords) { in listConstructor()
105 QList<QGeoCoordinate> coords; in assignment() local
106 coords.append(QGeoCoordinate(1,1)); in assignment()
107 coords.append(QGeoCoordinate(2,2)); in assignment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/
H A Dtst_qgeopath.cpp78 QList<QGeoCoordinate> coords; in listConstructor() local
79 coords.append(QGeoCoordinate(1,1)); in listConstructor()
80 coords.append(QGeoCoordinate(2,2)); in listConstructor()
81 coords.append(QGeoCoordinate(3,0)); in listConstructor()
83 QGeoPath p(coords, 1.0); in listConstructor()
87 for (const QGeoCoordinate &c : coords) { in listConstructor()
95 QList<QGeoCoordinate> coords; in assignment() local
96 coords.append(QGeoCoordinate(1,1)); in assignment()
97 coords.append(QGeoCoordinate(2,2)); in assignment()
98 coords.append(QGeoCoordinate(3,0)); in assignment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source_impl.cpp9 coords(std::move(coords_)) { in Impl()
14 coords(std::move(coords_)), in Impl()
20 coords(rhs.coords), in Impl()
30 return coords; in getCoordinates()
H A Dimage_source_impl.hpp14 Impl(std::string id, std::array<LatLng, 4> coords);
15 Impl(const Impl& rhs, std::array<LatLng, 4> coords);
25 std::array<LatLng, 4> coords; member in mbgl::style::ImageSource::Impl
/OK3568_Linux_fs/external/xserver/Xi/
H A Dgtmotion.c91 INT32 *coords = NULL, *bufptr; in ProcXGetDeviceMotionEvents() local
134 rep.nEvents = GetMotionHistory(dev, (xTimecoord **) &coords, /* XXX */ in ProcXGetDeviceMotionEvents()
146 bufptr = coords; in ProcXGetDeviceMotionEvents()
152 WriteToClient(client, length * 4, coords); in ProcXGetDeviceMotionEvents()
154 free(coords); in ProcXGetDeviceMotionEvents()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Djornada720_ts.c53 static int jornada720_ts_average(int coords[4]) in jornada720_ts_average()
55 int coord, high_bits = coords[3]; in jornada720_ts_average()
57 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average()
58 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average()
59 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
/OK3568_Linux_fs/buildroot/package/gpm/
H A D0001-Added-musl-support-to-libgpm-and-the-daemon.patch13 src/prog/display-coords.c | 1 +
41 diff --git a/src/prog/display-coords.c b/src/prog/display-coords.c
43 --- a/src/prog/display-coords.c
44 +++ b/src/prog/display-coords.c
H A DConfig.in20 display-buttons & display-coords).
H A Dgpm.mk59 get-versions display-coords; do \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp117 auto coords = impl().getCoordinates(); in update() local
129 for (LatLng latLng : coords) { in update()
154 auto imageBounds = LatLngBounds::hull(coords[0], coords[1]); in update()
155 imageBounds.extend(coords[2]); in update()
156 imageBounds.extend(coords[3]); in update()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxmotion.c77 xTimecoord * coords, in dmxPointerGetMotionEvents() argument
83 unsigned long *c = (unsigned long *) coords; in dmxPointerGetMotionEvents()
H A Ddmxmotion.h42 xTimecoord * coords,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp553 QStringList coords = rawPoints[i].split(','); in parseGeoPoints() local
555 if (coords.length() != 2) { in parseGeoPoints()
561 QString latString = coords[0]; in parseGeoPoints()
569 QString lngString = coords[1]; in parseGeoPoints()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c2381 xTimecoord *coords = (xTimecoord *) NULL; in ProcGetMotionEvents() local
2413 count = GetMotionHistory(mouse, &coords, start.milliseconds, in ProcGetMotionEvents()
2423 if ((xmin <= coords[i].x) && (coords[i].x < xmax) && in ProcGetMotionEvents()
2424 (ymin <= coords[i].y) && (coords[i].y < ymax)) { in ProcGetMotionEvents()
2425 coords[nEvents].time = coords[i].time; in ProcGetMotionEvents()
2426 coords[nEvents].x = coords[i].x - pWin->drawable.x; in ProcGetMotionEvents()
2427 coords[nEvents].y = coords[i].y - pWin->drawable.y; in ProcGetMotionEvents()
2437 (char *) coords); in ProcGetMotionEvents()
2439 free(coords); in ProcGetMotionEvents()
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dglext.h138 typedef void (GL_APIENTRYP PFNGLDRAWTEXSVOESPROC) (const GLshort *coords);
139 typedef void (GL_APIENTRYP PFNGLDRAWTEXIVOESPROC) (const GLint *coords);
140 typedef void (GL_APIENTRYP PFNGLDRAWTEXXVOESPROC) (const GLfixed *coords);
142 typedef void (GL_APIENTRYP PFNGLDRAWTEXFVOESPROC) (const GLfloat *coords);
147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
148 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
149 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
151 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/
H A DCVE-2018-19876.patch22 free (coords);
/OK3568_Linux_fs/buildroot/package/cairo/
H A D0002-ft-Use-FT_Done_MM_Var-instead-of-free-when-available-in-cairo_ft_apply_variation.patch21 free (coords);
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c1134 u32 coords[FTS_COORDS_ARR_SIZE] = { 0 }; in fts_get_dt_coords() local
1151 ret = of_property_read_u32_array(np, name, coords, coords_size); in fts_get_dt_coords()
1160 pdata->x_min = coords[0]; in fts_get_dt_coords()
1161 pdata->y_min = coords[1]; in fts_get_dt_coords()
1162 pdata->x_max = coords[2]; in fts_get_dt_coords()
1163 pdata->y_max = coords[3]; in fts_get_dt_coords()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c1432 struct hw_x_point *coords = coordinates_x; in copy_rgb_regamma_to_coordinates_x() local
1437 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x()
1438 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x()
1439 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x()
1441 ++coords; in copy_rgb_regamma_to_coordinates_x()
1649 struct hw_x_point *coords = coords_x; in map_regamma_hw_to_x_user() local
1653 copy_rgb_regamma_to_coordinates_x(coords, in map_regamma_hw_to_x_user()
1658 ramp, coeff128, rgb_user, coords, axis_x, in map_regamma_hw_to_x_user()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-serdes-display-v21.dtsi842 himax,panel-coords = <0 1920 0 720>;
843 himax,display-coords = <0 1920 0 720>;
1057 himax,panel-coords = <0 1920 0 720>;
1058 himax,display-coords = <0 1920 0 720>;
1493 himax,panel-coords = <0 1920 0 720>;
1494 himax,display-coords = <0 1920 0 720>;
H A Drk3566-rk817-eink-w6.dts669 focaltech,display-coords = <0 0 1024 758>;
673 focaltech,key-x-coords = <300>;
674 focaltech,key-y-coords = <1200>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp453 for (const QGeoCoordinate &coords: d->holePath(index)) in hole() local
454 holeCoordinates << QVariant::fromValue(coords); in hole()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item_details.qml473 // move item away from dataline by directly setting its coords
620 // (does not support setting of path coords)
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2ext.h3223 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3224 …TRYP PFNGLPATHCOORDSNVPROC) (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3225 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3226 …NVPROC) (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3253 typedef void (GL_APIENTRYP PFNGLGETPATHCOORDSNVPROC) (GLuint path, GLfloat *coords);
3300 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3301 … GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const void *coords);
3302 …zei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
3303 …oordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coords);
3330 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml234 verify(!polygon.isValid) // polygon needs 3 coords at least

12