| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-magicmouse.c | 313 int x = 0, y = 0, ii, clicks = 0, npoints; in magicmouse_raw_event() local 321 npoints = (size - 4) / 9; in magicmouse_raw_event() 322 if (npoints > 15) { in magicmouse_raw_event() 328 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event() 343 npoints = (size - 12) / 9; in magicmouse_raw_event() 344 if (npoints > 15) { in magicmouse_raw_event() 350 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event() 359 npoints = (size - 6) / 8; in magicmouse_raw_event() 360 if (npoints > 15) { in magicmouse_raw_event() 366 for (ii = 0; ii < npoints; ii++) in magicmouse_raw_event()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mipict.c | 507 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in miTriStrip() argument 512 ntri = npoints - 2; in miTriStrip() 517 for (tri = tris; npoints >= 3; npoints--, points++, tri++) { in miTriStrip() 531 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in miTriFan() argument 537 ntri = npoints - 2; in miTriFan() 543 for (tri = tris; npoints >= 3; npoints--, points++, tri++) { in miTriFan()
|
| H A D | picture.c | 1600 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in CompositeTriStrip() argument 1604 if (npoints < 3) in CompositeTriStrip() 1609 (*ps->TriStrip) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points); in CompositeTriStrip() 1617 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points) in CompositeTriFan() argument 1621 if (npoints < 3) in CompositeTriFan() 1626 (*ps->TriFan) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points); in CompositeTriFan()
|
| H A D | render.c | 794 int rc, npoints; in ProcRenderTriStrip() local 819 npoints = ((client->req_len << 2) - sizeof(xRenderTriStripReq)); in ProcRenderTriStrip() 820 if (npoints & 4) in ProcRenderTriStrip() 822 npoints >>= 3; in ProcRenderTriStrip() 823 if (npoints >= 3) in ProcRenderTriStrip() 826 npoints, (xPointFixed *) &stuff[1]); in ProcRenderTriStrip() 833 int rc, npoints; in ProcRenderTriFan() local 858 npoints = ((client->req_len << 2) - sizeof(xRenderTriStripReq)); in ProcRenderTriFan() 859 if (npoints & 4) in ProcRenderTriFan() 861 npoints >>= 3; in ProcRenderTriFan() [all …]
|
| H A D | picturestr.h | 502 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points); 509 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 204 const CvMat* npoints, CvSize image_size, 285 const CvMat* image_points2, const CvMat* npoints,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 204 const CvMat* npoints, CvSize image_size, 285 const CvMat* image_points2, const CvMat* npoints,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 204 const CvMat* npoints, CvSize image_size, 285 const CvMat* image_points2, const CvMat* npoints,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | features2d.hpp | 132 static void retainBest( std::vector<KeyPoint>& keypoints, int npoints );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | features2d.hpp | 132 static void retainBest( std::vector<KeyPoint>& keypoints, int npoints );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | features2d.hpp | 132 static void retainBest( std::vector<KeyPoint>& keypoints, int npoints );
|