Home
last modified time | relevance | path

Searched defs:xStep (Results 1 – 6 of 6) sorted by relevance

/external/skia/tools/VisualBench/
DVisualInteractiveModule.cpp55 const int xStep = 2; in drawStats() local
/external/droiddriver/src/io/appium/droiddriver/actions/
DSwipeAction.java189 double xStep = ((double) (endX - startX)) / steps; in perform() local
/external/pdfium/xfa/src/fxbarcode/common/
DBC_WhiteRectangleDetector.cpp193 float xStep = (bX - aX) / dist; in GetBlackPointOnSegment() local
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp908 int32_t xStep = FXSYS_round(pattern->_x1Step); in FillPathWithPattern() local
1349 const FX_FLOAT xStep, in Create()
/external/sqlite/dist/
Dsqlite3.c11900 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/
Dsqlite3.c11900 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