Home
last modified time | relevance | path

Searched refs:xStep (Results 1 – 11 of 11) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java189 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsgprcopies.ll6 …ddrspace(1)* nocapture %out, i32 %width, float %xPos, float %yPos, float %xStep, float %yStep, i32…
12 %x = tail call float @llvm.fmuladd.f32(float %xStep, float %conv1, float %xPos)
/external/skqp/tools/viewer/
DStatsLayer.cpp109 const int xStep = 3; in onPaint() local
137 x += xStep; in onPaint()
/external/skia/tools/viewer/
DStatsLayer.cpp111 const int xStep = 3; in onPaint() local
139 x += xStep; in onPaint()
/external/sqlite/dist/
Dsqlite3ext.h84 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
88 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
Dsqlite3.h4707 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4717 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4727 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
Dsqlite3.c5731 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5741 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5751 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
15581 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}}
15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
15584 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}}
113365 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
113369 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
113499 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
[all …]
/external/sqlite/dist/orig/
Dsqlite3ext.h84 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
88 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
Dsqlite3.h4707 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4717 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
4727 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
Dsqlite3.c5731 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5741 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5751 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
15579 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
15581 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}}
15582 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
15584 SQLITE_INT_TO_PTR(arg), 0, xStep,xFinal,#zName, {0}}
113349 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
113353 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
113483 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
[all …]
/external/libpng/
Dlibpng-manual.txt2338 png_uint_32 xStep = 1U << PNG_PASS_COL_SHIFT(pass);
2356 output_x += xStep;