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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 94 if (getNbPoints() != other.getNbPoints()) {
98 for (int i = 0; i < getNbPoints(); i++) {
123 if (this.getNbPoints() != 2) {
409 public int getNbPoints() {
ImageCurves.java 227 for (int i = 1; i < spline.getNbPoints(); i++) {
239 && (spline.getNbPoints() < 10)) {
316 } else if (pick != -1 && spline.getNbPoints() > 2) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 126 int nop = mSplines[i].getNbPoints();

Completed in 34 milliseconds