Searched defs:middle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp172 // Remove the middle point of the three last
193 // Remove the middle point of the three last
1084 Vector2 middle = polygon[(i + 1) % polygonLength]; local
1087 float delta = (float(middle.x) - start.x) * (float(end.y) - start.y) -
1088 (float(middle.y) - start.y) * (float(end.x) - start.x);
1093 "middle (x %f, y %f) and end (x %f, y %f) , delta is %f !!!",
1094 name, start.x, start.y, middle.x, middle.y, end.x, end.y, delta);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java253 return String.format("family: %s, given: %s, middle: %s, prefix: %s, suffix: %s",
293 public void setMiddle(String middle) { mMiddle = middle; } argument

Completed in 265 milliseconds