Home
last modified time | relevance | path

Searched refs:handlex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGradControl.java39 private float[] handlex = new float[3]; field in GradControl
97 for (int i = 0; i < handlex.length; i++) { in getCloseHandle()
98 float dx = handlex[i] - x; in getCloseHandle()
110 for (int i = 0; i < handlex.length; i++) { in getCloseHandle()
111 float dx = handlex[i] - x; in getCloseHandle()
250 handlex[0] = cx; in fillHandles()
252 handlex[1] = p1x; in fillHandles()
254 handlex[2] = p2x; in fillHandles()
DEclipseControl.java39 private float[] handlex = new float[9]; field in EclipseControl
80 for (int i = 0; i < handlex.length; i++) { in getCloseHandle()
81 float dx = handlex[i] - x; in getCloseHandle()
93 for (int i = 0; i < handlex.length; i++) { in getCloseHandle()
94 float dx = handlex[i] - x; in getCloseHandle()
285 handlex[0] = cx; in fillHandles()
294 handlex[k] = x; in fillHandles()