/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 189 double xStep = ((double) (endX - startX)) / steps; in perform() local 199 Events.touchMove(injector, downTime, startX + (int) (xStep * i), startY + (int) (yStep * i)); in perform()
|
/external/skia/tools/ |
D | colorspaceinfo.cpp | 280 const float xStep = 1.0f / (SkTMin(cutSize, clut.gridPoints(dimOrder[0])) - 1); in draw_clut() local 288 for (float x = 0.0f; x < 1.0f; x += xStep) { in draw_clut() 297 ox + cutSize * (x + xStep), in draw_clut()
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.h | 4566 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4576 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4586 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.c | 4843 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4853 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4863 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 14494 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 14496 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 14497 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument 14499 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 111553 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 111557 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 111687 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.h | 4566 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4576 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4586 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
|
D | sqlite3.c | 4843 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4853 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 4863 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 14494 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 14496 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 14497 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument 14499 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}} 111553 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 111557 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 111687 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 906 const int xStep = 2; in drawStats() local 930 x += xStep; in drawStats()
|
/external/skia/third_party/libpng/ |
D | libpng-manual.txt | 2286 png_uint_32 xStep = 1U << PNG_PASS_COL_SHIFT(pass); 2304 output_x += xStep;
|
/external/libpng/ |
D | libpng-manual.txt | 2291 png_uint_32 xStep = 1U << PNG_PASS_COL_SHIFT(pass); 2309 output_x += xStep;
|