Searched defs:xStep (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/VisualBench/ |
D | VisualInteractiveModule.cpp | 55 const int xStep = 2; in drawStats() local
|
/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 189 double xStep = ((double) (endX - startX)) / steps; in perform() local
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_WhiteRectangleDetector.cpp | 193 float xStep = (bX - aX) / dist; in GetBlackPointOnSegment() local
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 908 int32_t xStep = FXSYS_round(pattern->_x1Step); in FillPathWithPattern() local 1349 const FX_FLOAT xStep, in Create()
|
/external/sqlite/dist/ |
D | sqlite3.c | 11900 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member 11999 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 12002 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 11900 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */ member 11999 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument 12002 #define AGGREGATE2(zName, nArg, arg, nc, xStep, xFinal, extraFlags) \ argument
|