Searched refs:_step (Results 1 - 2 of 2) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DBackup.java49 return _step(n);
53 private native boolean _step(int n) throws SQLite.Exception; method in class:Backup
61 _step(-1);
/external/opencv/cv/include/
H A Dcvcompat.h949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \
951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation ? -1 : 1), \

Completed in 103 milliseconds