| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/ |
| H A D | tst_qgeopolygon.cpp | 78 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 D | tst_qgeopath.cpp | 78 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 D | image_source_impl.cpp | 9 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 D | image_source_impl.hpp | 14 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 D | gtmotion.c | 91 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 D | jornada720_ts.c | 53 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 D | 0001-Added-musl-support-to-libgpm-and-the-daemon.patch | 13 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 D | Config.in | 20 display-buttons & display-coords).
|
| H A D | gpm.mk | 59 get-versions display-coords; do \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 117 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 D | dmxmotion.c | 77 xTimecoord * coords, in dmxPointerGetMotionEvents() argument 83 unsigned long *c = (unsigned long *) coords; in dmxPointerGetMotionEvents()
|
| H A D | dmxmotion.h | 42 xTimecoord * coords,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutexmlparser.cpp | 553 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 D | devices.c | 2381 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 D | glext.h | 138 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 D | CVE-2018-19876.patch | 22 free (coords);
|
| /OK3568_Linux_fs/buildroot/package/cairo/ |
| H A D | 0002-ft-Use-FT_Done_MM_Var-instead-of-free-when-available-in-cairo_ft_apply_variation.patch | 21 free (coords);
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.c | 1134 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 D | color_gamma.c | 1432 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 D | rk3588-vehicle-serdes-display-v21.dtsi | 842 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 D | rk3566-rk817-eink-w6.dts | 669 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 D | qgeopolygon.cpp | 453 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 D | tst_map_item_details.qml | 473 // 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 D | gl2ext.h | 3223 …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 D | tst_locationsingleton.qml | 234 verify(!polygon.isValid) // polygon needs 3 coords at least
|