Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
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 …]
DFilterGradRepresentation.java33 public static final int MAX_POINTS = 16; field in FilterGradRepresentation
53 for (int i = n; i < MAX_POINTS; i++) { in trimVector()
56 for (int i = MAX_POINTS; i < n; i++) { in trimVector()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageGrad.java38 float[] mPointsX = new float[FilterGradRepresentation.MAX_POINTS];
39 float[] mPointsY = new float[FilterGradRepresentation.MAX_POINTS];