OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_POINTS
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
grad.rs
20
#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
...]
FilterGradRepresentation.java
33
public static final int
MAX_POINTS
= 16;
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/
ImageGrad.java
38
float[] mPointsX = new float[FilterGradRepresentation.
MAX_POINTS
];
39
float[] mPointsY = new float[FilterGradRepresentation.
MAX_POINTS
];
Completed in 27 milliseconds