Searched refs:yStep (Results 1 – 5 of 5) sorted by relevance
/external/droiddriver/src/io/appium/droiddriver/actions/ |
D | SwipeAction.java | 190 double yStep = ((double) (endY - startY)) / 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/ |
D | sgprcopies.ll | 6 …* nocapture %out, i32 %width, float %xPos, float %yPos, float %xStep, float %yStep, i32 %maxIter) { 14 %y = tail call float @llvm.fmuladd.f32(float %yStep, float %conv2, float %yPos)
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2191 GLint row, yStep; in fallback_copy_texsubimage() local 2197 yStep = -1; in fallback_copy_texsubimage() 2201 yStep = 1; in fallback_copy_texsubimage() 2208 for (row = 0; row < height; row++, srcY += yStep) { in fallback_copy_texsubimage()
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/libpng/ |
D | libpng-manual.txt | 2339 png_uint_32 yStep = 1U << PNG_PASS_ROW_SHIFT(pass); 2360 output_y += yStep;
|