HomeSort by relevance Sort by last modified time
    Searched refs:lastPoint (Results 1 - 4 of 4) sorted by null

  /external/replicaisland/tools/
ExtractPoints.js 73 var lastPoint = points[(y + 1) % points.length];
80 edge.endX = lastPoint.anchor[0];
81 edge.endY = lastPoint.anchor[1];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 306 ControlPoint lastPoint = points[points.length - 1];
307 path.lineTo(lastPoint.x, lastPoint.y);
308 path.lineTo(w, lastPoint.y);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.h 127 const int time, const bool lastPoint, const float nearest, const float sumAngle,
proximity_info_state_utils.cpp 359 const int x, const int y, const int time, const bool lastPoint, const float nearest,
    [all...]

Completed in 1006 milliseconds