Searched refs:xStep (Results 1 - 23 of 23) sorted by relevance

/external/skia/tools/VisualBench/
H A DVisualInteractiveModule.cpp55 const int xStep = 2; local
64 x += xStep;
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java189 double xStep = ((double) (endX - startX)) / steps;
199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i));
/external/opencv3/modules/video/src/opencl/
H A Doptical_flow_farneback.cl256 __kernel void updateMatrices(__global const float * flowx, int xStep,
268 float dx = flowx[mad24(y, xStep, x)];
409 __global float * flowx, int xStep,
426 flowx[mad24(y, xStep, x)] = (g11*h2 - g12*h1) * detInv;
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.cpp193 float xStep = (bX - aX) / dist; local
196 int32_t x = Round(aX + i * xStep);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
220 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.h4189 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4192 ** callback only; NULL pointers must be passed as the xStep and xFinal
4193 ** parameters. ^An aggregate SQL function requires an implementation of xStep
4235 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4245 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4255 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4311 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4408 ** called once for each invocation of the xStep callback and then one
4410 ** an aggregate query, the xStep() callback of the aggregate function
4432 ** to the xStep o
[all...]
H A Dsqlite3.c4403 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4406 ** callback only; NULL pointers must be passed as the xStep and xFinal
4407 ** parameters. ^An aggregate SQL function requires an implementation of xStep
4449 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4459 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4469 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4525 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4622 ** called once for each invocation of the xStep callback and then one
4624 ** an aggregate query, the xStep() callback of the aggregate function
4646 ** to the xStep o
11900 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member in struct:FuncDef
132341 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
132441 sqlite3_create_function( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
132455 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
132498 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h86 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
90 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
220 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.h4189 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4192 ** callback only; NULL pointers must be passed as the xStep and xFinal
4193 ** parameters. ^An aggregate SQL function requires an implementation of xStep
4235 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4245 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4255 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4311 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4408 ** called once for each invocation of the xStep callback and then one
4410 ** an aggregate query, the xStep() callback of the aggregate function
4432 ** to the xStep o
[all...]
H A Dsqlite3.c4403 ** ^The sixth, seventh and eighth parameters, xFunc, xStep and xFinal, are
4406 ** callback only; NULL pointers must be passed as the xStep and xFinal
4407 ** parameters. ^An aggregate SQL function requires an implementation of xStep
4449 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4459 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4469 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4525 ** The xFunc (for scalar functions) or xStep (for aggregates) parameters
4622 ** called once for each invocation of the xStep callback and then one
4624 ** an aggregate query, the xStep() callback of the aggregate function
4646 ** to the xStep o
11900 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member in struct:FuncDef
132359 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), FuncDestructor *pDestructor ) argument
132459 sqlite3_create_function( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) argument
132473 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) argument
132516 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) argument
[all...]
/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_graphics.cpp908 int32_t xStep = FXSYS_round(pattern->_x1Step);
910 int32_t xCount = width / xStep + 1;
914 bmp.TransferBitmap(j * xStep, i * yStep, xStep, yStep,
1349 const FX_FLOAT xStep,
1358 _x1Step = xStep;
/external/pdfium/xfa/include/fxgraphics/
H A Dfx_graphics.h428 const FX_FLOAT xStep,
/external/opencv/cv/src/
H A D_cvipp.h664 (float *pxMap, int xStep, float *pyMap, int yStep, CvSize roiSize,
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1280 milliseconds