Searched defs:dx (Results 1 – 11 of 11) sorted by relevance
47 float dx = mX - v.mX; in distance() local
116 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
115 float dx = dx0 + (float) u / (float) getNumSubPixels(); in generateDiskKernelArray() local
108 double dx = Math.cos(angle) * radius; in testColorLong() local
282 double dx = Math.cos(angle) * radius; in testColorLong() local
239 float dx = markerX / markerZ * focalLength; in drawContents() local
119 final int dx = mStrokeLenPxX; in testRecognizeGesturePath() local
35 class Offset(val dx: Float, val dy: Float) { constant in android.uirendering.cts.testinfrastructure.Offset
36 class Offset(val dx: Float, val dy: Float) { constant in android.uirendering.cts.testinfrastructure.Offset
949 int dx, dy, dz; in onNewData() local
5344 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { in onNestedPreScroll()