Searched refs:MAX_POINTS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A Dgrad.rs20 #define MAX_POINTS 16
38 bool mask[MAX_POINTS];
39 int xPos1[MAX_POINTS];
40 int yPos1[MAX_POINTS];
41 int xPos2[MAX_POINTS];
42 int yPos2[MAX_POINTS];
43 int size[MAX_POINTS];
44 int brightness[MAX_POINTS];
45 int contrast[MAX_POINTS];
46 int saturation[MAX_POINTS];
[all...]
H A DFilterGradRepresentation.java33 public static final int MAX_POINTS = 16; field in class:FilterGradRepresentation
53 for (int i = n; i < MAX_POINTS; i++) {
56 for (int i = MAX_POINTS; i < n; i++) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageGrad.java38 float[] mPointsX = new float[FilterGradRepresentation.MAX_POINTS];
39 float[] mPointsY = new float[FilterGradRepresentation.MAX_POINTS];

Completed in 133 milliseconds